/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {

    /* Colors: */
    --sos-base-1134b7: #1134B7;
    --white: #FFFFFF;
    --sos-1e8bf0: #1E8BF0;
    --unnamed-color-2341c2: #2341C2;
    --unnamed-color-2838c3: #2838C3;
    --sos-6cceff: #6CCEFF;
    --sos-d4f5ff: #D4F5FF;
    --unnamed-color-2252bd: #2252BD;

    /* Font/text values */
    --unnamed-font-family-trebuchet-ms: Trebuchet MS;
    --unnamed-font-family-montserrat: Montserrat;
    --unnamed-font-family-merriweather: Merriweather;
    --unnamed-font-family-din: DIN;
    --unnamed-font-style-italic: Italic;
    --unnamed-font-style-regular: Regular;
    --unnamed-font-style-black: Black;
    --unnamed-font-style-bold: Bold;
    --unnamed-font-style-medium: Medium;
    --unnamed-font-size-14: 14px;
    --unnamed-font-size-16: 16px;
    --unnamed-font-size-20: 20px;
    --unnamed-font-size-21: 21px;
    --unnamed-font-size-24: 24px;
    --unnamed-font-size-32: 32px;
    --unnamed-font-size-44: 44px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-24: 24px;
    --unnamed-line-spacing-26: 26px;
    --unnamed-line-spacing-27: 27px;
    --unnamed-line-spacing-32: 32px;
    --unnamed-line-spacing-42: 42px;
    --unnamed-line-spacing-43: 43px;
    --unnamed-line-spacing-52: 52px;
    --unnamed-text-transform-uppercase: uppercase;
}


/* Character Styles */
.notas-de-michelle {
    font-family: var(--unnamed-font-family-trebuchet-ms);
    font-style: var(--unnamed-font-style-italic);
    font-size: var(--unnamed-font-size-20);
    line-height: var(--unnamed-line-spacing-27);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
}

.-16px-buttons {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-regular);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-26);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
    text-transform: var(--unnamed-text-transform-uppercase);
}

.-h2-—-32pt {
    font-family: var(--unnamed-font-family-merriweather);
    font-style: var(--unnamed-font-style-black);
    font-size: var(--unnamed-font-size-32);
    line-height: var(--unnamed-line-spacing-42);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-2838c3);
}

.-h2-—-44pt-white {
    font-family: var(--unnamed-font-family-merriweather);
    font-style: var(--unnamed-font-style-black);
    font-size: var(--unnamed-font-size-44);
    line-height: var(--unnamed-line-spacing-52);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
}

.-h2-—-36pt-white {
    font-family: var(--unnamed-font-family-merriweather);
    font-style: var(--unnamed-font-style-black);
    font-size: var(--unnamed-font-size-32);
    line-height: var(--unnamed-line-spacing-42);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
}

.-h3-—-24pt-white {
    font-family: var(--unnamed-font-family-merriweather);
    font-style: var(--unnamed-font-style-black);
    font-size: var(--unnamed-font-size-24);
    line-height: var(--unnamed-line-spacing-32);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
}

.-h1-—-44pt {
    font-family: var(--unnamed-font-family-merriweather);
    font-style: var(--unnamed-font-style-regular);
    font-size: var(--unnamed-font-size-44);
    line-height: var(--unnamed-line-spacing-52);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
}

.-h1-—-44pt-blue {
    font-family: var(--unnamed-font-family-merriweather);
    font-style: var(--unnamed-font-style-regular);
    font-size: var(--unnamed-font-size-44);
    line-height: var(--unnamed-line-spacing-52);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--sos-base-1134b7);
}

.normal-text {
    font-family: var(--unnamed-font-family-din);
    font-style: var(--unnamed-font-style-medium);
    font-size: var(--unnamed-font-size-24);
    line-height: var(--unnamed-line-spacing-32);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
}

.-p-—-16pt-white {
    font-family: var(--unnamed-font-family-merriweather);
    font-style: var(--unnamed-font-style-black);
    font-size: var(--unnamed-font-size-16);
    line-height: var(--unnamed-line-spacing-24);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
}

.-p-—-20pt-white {
    font-family: var(--unnamed-font-family-merriweather);
    font-style: var(--unnamed-font-style-black);
    font-size: var(--unnamed-font-size-20);
    line-height: var(--unnamed-line-spacing-24);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.navbar-transparent {
    background: transparent;
    font-family: 'DIN';
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-container {
    background-color: #1e8bf0;
    width: 100% !important;
    margin-left: 0%;
    margin-right: 0%;
    max-width: 100%;
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
    color: white;
}

.nav-menu a {
    display: block;
    position: relative;
    padding: 8px 0 12px 25px;
    transition: 0.3s;
    text-align: right;
    letter-spacing: -0.1px;
    opacity: 1;
    color: white;
    font-family: 'DIN';
}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
    color: #3498db;
    text-decoration: none;
}

html, body
{
    /*page had a white line on the right of it and this somehow fixes it */
    overflow-x: hidden;
}

.section-1-mobile-img {
    display: none !important;
}

#section-1 {
    display: flex !important;
    align-items: center;
    background: transparent url('../img/slider-image-03.jpg') no-repeat fixed;
    background-size: 75% 90% !important;
    background-position: right;
    margin: 0 !important;
    max-width: none;
    height: 100vh;
    color: whitesmoke;
    padding: 0 4%;
    background-color: black;
}

.homepage-hero {
    font-family: var(--unnamed-font-family-din);
    font-style: var(--unnamed-font-style-medium);
    font-size: var(--unnamed-font-size-24);
    line-height: var(--unnamed-line-spacing-32);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
    padding-top: 10px;  
    padding-bottom: 40px;
}

#section-2 {
    margin: 0;
    height: 180vh;
    background-image: linear-gradient(180deg, #1a0f53 0%, #1a0f53 3%, #1d1766 14%, #272f9c 54%, #2d3ebe 84%, #3044cb 100%);
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}

.section-2-block-1 {
    padding: 0 4%
}

.section-2-block-2{
    background-color: #060876;
    padding: 0 4%;
}

.section-2-block-3 {
    background-color: #12159f;
    padding: 0 4%;
}


.section-2-block-4 {
    background-color: #2427bf;
    padding: 0 4%;
}

#section-2-block-5 {
    margin-top: 15%;
    text-align: center;
    color: whitesmoke;
}

.section-2-block-title {
    display: table-caption;
    color: whitesmoke;
}

.section-2-block-gutters {
    margin-right: 0;
    margin-left: 0;
}

.section-2-block-gutters > .col {
    padding-right: 0;
    padding-left: 0;
}

.section-2-block-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.section-2-border-line {
    border-left: solid white;
    border-width: thin;
    height: 45%;
}

.section-2-icon {
    color: DodgerBlue;
    padding-bottom: 30px;
    padding-top: 20%;
    padding-left: 5%;
}

.lines {
    position: absolute;
    width: 180%;
    margin-left: 0%;
    margin-right:0%;
    top: 40%;
    right: -250px;
    filter: invert(100%) opacity(15%);
}

#section-3-diagonal-bottom {
    height: 10vh;
    background-color: orangered;
    margin: 0;
    max-width: none;
    z-index: 3;
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Safari */
    transform: rotate(3deg);
}

#section-3 {
    display: flex !important;
    align-items: center;
    background: url("../img/08\ 200831_1746\ -\ shutterstock_1150302647.jpg") center center no-repeat fixed;
    background-size: cover;
    margin: 0;
    max-width: none;
    height: 100vh;
    color: whitesmoke;
}

.section-3-overlay-color {
    background: rgba(30, 139, 240, 0.82);
    height: 100vh;
    z-index: 2;
    width: 100%;
}


/*--------------------------------------------------------------
# Adjusting phone screen
--------------------------------------------------------------*/

/* This is for section-2. The other sections are well managed by bootstrap. */
@media (max-width: 770px) {
    
    #section-2 {
        height: 100%;
    }

    .section-2-border-line {
        border-left: solid white;
        border-width: thin;
        height: 58%;
    }

    .section-2-block-2{
        background-color: #060876;
        padding: 0 4%;
        width: 100%;
        margin-right: 0px;
    }
    
    .section-2-block-3 {
        background-color: #12159f;
        padding: 0 4%;
        width: 100%;
        margin-right: 0px;
    }
    
    
    .section-2-block-4 {
        background-color: #2427bf;
        padding: 0 4%;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer.bg-dark a {
    color: #fff;
}
  
.footer-1 .logo {
    max-height: 30px;
}

.footer-1 .sub {
    opacity: .5;
}

footer.bg-dark p,
footer.bg-dark span,
footer.bg-dark li {
    color: #fefefe;
}

.copyright-info {
    text-align: right;
    float: right;
    margin-top:0;
    padding-top: 6em;
    padding-bottom: 15px;
}


/*Extra small Screens*/
@media only screen and (max-width: 575px) {
    .lines {
        top: 75%;
        right:-240px;
    }

    .homepage-hero-text{
        font-size: var(--unnamed-font-size-20);
    }

    .hero-town-align {
        font-size: 12px;
    }

    .our-team-akcelita {
        width: 95%;
    }

    .our-team-text{
        margin: 40px;
        padding: 20px;
    }

    .people-text{
        margin:0px 10px 0px 10px;
    }

    .people-blocks{
        margin-left: 8%;
        margin-right: 8%;
    }

    .people-blocks-img{
        width: 180px;
        height: 180px;
    }

    .jobs-header{
        margin-left: 8%;
        margin-right: 8%;
        border: none;
    }

    .jobs-blocks{
        margin-left: 8%;
        margin-right: 8%;
    }
}


/*Small Screens*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .lines {
        top:-90px;
    }

    .our-team-akcelita {
        width: 85%;
    }
}

/*Extra small and Small Screens*/
@media only screen and (max-width: 767px) {
    .-h1-—-44pt {
        font-size: var(--unnamed-font-size-32);
    }
    .-h2-—-32pt-white {
        font-size: var(--unnamed-font-size-24);
    }

    .-h2-—-44pt-white {
        font-family: var(--unnamed-font-family-merriweather);
        font-style: var(--unnamed-font-style-black);
        font-size: var(--unnamed-font-size-24);
        line-height: var(--unnamed-line-spacing-32);
        letter-spacing: var(--unnamed-character-spacing-0);
        color: var(--white);
    }

    .-h2-—-36pt-white {
        font-size: var(--unnamed-font-size-24);
    }

    .-p-—-16pt-white {
        font-size: var(--unnamed-font-size-14);
    }

    #section-1 {
        background: black;
    }

    .section-1-mobile-img {
        display: block !important;
        width: 100%;
        height: 100%;
    }
}

/*Medium Screens*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-team-akcelita {
        width: 80%;
    }
    .people-blocks-img{
        width: 200px;
        height: 200px;
    }
}

/*Up to Medium Screens*/
@media only screen and (max-width: 991px) {
    
}

/*Large and Extra Large Screens*/
@media only screen and (min-width: 992px) {
    
}

