/* MY STYLES */
#header {
    padding-bottom: 110px;
}

.logo {
    height: 70px;
    transition: .5s;
}

.shrink {
    height: 40px;
}

.mySlider img,
.profileImg {
    width: 100%;
    height: 100%;
}

.mg_btm {
    margin-bottom: 10px;
}

#toTop {
    display: none;
}

.toTop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.pad_top {
    padding: 1rem 0 0 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.h100 {
    height: 100%;
}

.myWrapper {
    display: flex;
    width: 100%;
    padding: 100px 0;
}
article.myWrapper:nth-child(odd) {
    background-color: #f8f9fa;
}

.footer {
    display: flex;
    width: 100%;
    padding: 50px 0;
}
/* END MY STYLES */

/* CUSTOM LINEAR BACKGROUND */
.half-bg {
    background-image: linear-gradient(to right,#99ccff 50%,#FFFFFF 50%);
}
.alpha-bg {
    background-color: rgba(255,255,255,0.5);
}
/* END CUSTOM LINEAR BACKGROUND */

/* BOOTSTRAP REPLACING */
.nav-link,
.dropdown-item {
    font-size: 20px;
}

#homeSlider .carousel-caption {
    top: 5%;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 0 5%;
    background: rgba(0,0,0,0.5);
}

.myWrapper img {
    width: 100%;
    height: auto;
}
/* END BOOTSTRAP REPLACING */

h2 {
    color: #000000!important;
}

h4 {
    color: #f2cf0a!important;
}
.photos-offset {
    margin-bottom: 25px;
    margin-top: 25px;
}

nav {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.table td,
.table th {
    width: 33%;
}

/* SEND RESUME BLOCK */
.sendResume input {
    width: 100%;
    line-height: 30px;
    margin-bottom: 0.5rem;
}
.sendResume label {
    line-height: 30px;
    margin: 0;
}
.sendResume textarea {
    resize: none;
    width: 100%;
    margin-bottom: 1rem;
}
.submitSendResume {
    background-color: #000000;
    color: white;
}
/* END SEND RESUME BLOCK */

footer{
    color: white;
}
footer a{
    color: #000000;
}
footer a:hover{
    color: white;
}

.footer-bottom{
    background: #000000;
    padding: 2em;
}
.footer-top{
    background: #2d4958;
}
.footer-middle{
    background: #f2cf0a;
    padding-top: 2em;
    color: #000000;
    padding-bottom: 30px;
}
.footer-bottom p {
    margin-bottom: 0px;
}

/**Sub Navigation**/
.subnavigation-container{
    background: #3d6277;
}
.subnavigation .nav-link{
    color: white;
    font-weight: bold;
}
.subnavigation-container{
    text-align: center;
}
.subnavigation-container .navbar{
    display: inline-block;
    margin-bottom: -6px; /* Inline-block margin offffset HACK -Gilron */
}
.col-subnav a{
    padding: 1rem 1rem;
    color: white;
    font-weight: bold;
}
.col-subnav .active{
    border-top:5px solid orange;
    background: white;
    color: black;
}

.custom-background {
    background-color: #000000;
    color: white;
}

#sendRequest,
#callUs {
    width: 400px;
    max-width: 100%;
    display: inline-block;
    border: 2px solid #f2cf0a;
    border-radius: 30px;
    font-size: 1.25rem;
    line-height: 50px;
    color: #000000;
    padding: 0 calc(5% + 45px) 0 5%;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    text-decoration: none;
    margin: 10px 0;
}

#sendRequest .contacts-image ,
#callUs .contacts-image {
    position: absolute;
    height: 46px;
    width: auto;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

#callUs a {
    text-decoration: none;
    color: #000000;
}

#falseinput {
    margin: 6px 0;
}

span .loader-img {
    width: 50px;
    display: none;
}

@media only screen and (max-width: 991px) {
    .myWrapper {
        padding: 20px 0;
    }
}

.language-icons {
    max-height: 30px;
}

/* change the background color */
.navbar-custom {
    background-color: #f2cf0a;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(0,0,0,.9);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(0,0,0,.8);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #000000;
}
.navbar-toggler-border {
    border-color: #000000!important;
}

.image-create-preview {
    max-width: 100%;
}
