/*
*
* Non-template code
*
*/
:root{
    --darkBlue: #0d0d42;
    --lightBlue: #27aae1;
    --purpleishBlue: #262262;
}

html {
    scroll-behavior: smooth;
}

span.anchor {
    margin-top: -54px; /* height of nav, in this case 54px */
    display: block;
    height: 75px; /* height of nav, in this case 54px */
    visibility: hidden;
    position: relative;
}

.pd-5{
    padding: 5px;
}

.pd-15{
    padding: 15px;
}

h1{
    font-size: 2rem;
}

header.masthead{
    /*1, 28, 45*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../assets/img/28-Team.jpg");
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.bg-delta{
    border-style: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%), url("../assets/img/45-Book&Lightbulb.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.undis{
    display: none;
}

.cen{
    max-width: 100%;
    min-height: 100%;
}

.w-h{
    width: 100%;
    height: 100% !important;
}

.logoDiv{
    width: auto;
    height: 10rem;
    background-position: center;
}

.logoImg{
    max-width: 13rem;
    max-height: 25%;
    display: inline-block;
}

.img-cover{
    object-fit: cover;
    image-rendering: optimizeSpeed;
}

.flags{
    max-width: 2rem;
}

.cont{
    border-style: none;
    background: rgba(255,255,255,0)
}

.modalImg{
    max-width: 100%;
    max-height: 100%;
}

hr.dividerFoot {
    max-width: 100%;
    border-width: 1px;
    border-color:black;
}

a{
    color: black;
}

.contact-icon{
    color: white;
}

.fa-instagram-square:hover,
.fa-facebook-square:hover,
.fa-linkedin:hover,
.fa-twitter-square:hover,
.fa-envelope:hover,
a:hover{
    color: var(--lightBlue);
}

#banks{
    object-position: 10% top;
}

.strat-section, .indus-section{
    padding-top: 8rem;
}


@media (max-width: 1200px) {
    #socialBanner{
        padding: 0;
    }

    .moveCenter{
        text-align: center !important;
    }
}

@media (max-width: 992px) {
    .cont-change-text{
        color: white !important;
    }
    .bg-alpha, .bg-beta{
        border-style: none;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
    }
    .bg-alpha{
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%), url("../assets/img/63-GuyOnMac.jpg");
    }
    .bg-beta{
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%), url("../assets/img/58-GirlCode.jpg");
    }

    .dis{
        display: none;
    }
    .undis{
        display: inline;
    }

    .w-h{
        width: 100% !important;
        height: auto !important;
    }
    
    header.masthead{
        object-fit: cover;
        object-position: 100% 0;
    }

    header.masthead h1{
        font-size: 2.25rem;
    }
    .moveCenter{
        text-align: center !important;
        padding: 10px; 
    }
    .cen{
        max-width: 100%;
        min-height: 100%;
    }
}