@font-face {
    font-family: 'Quantify';
    src: url('./fonts/QuantifyBold.eot');
    src: url('../fonts/QuantifyBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/QuantifyBold.woff2') format('woff2'),
        url('./fonts/QuantifyBold.woff') format('woff'),
        url('./fonts/QuantifyBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Bold';
    src: url('./fonts/Gilroy-ExtraBold.eot');
    src: url('./fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('./fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('./fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Light';
    src: url('./fonts/Gilroy-Light.eot');
    src: url('./fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Gilroy-Light.woff2') format('woff2'),
        url('./fonts/Gilroy-Light.woff') format('woff'),
        url('./fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body {   
    height: 100vh;
    overflow: hidden;
}

.main-content {   
    background-color: #F38240;
    min-height: 650px;
    text-align: center;
    justify-content: center;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.col-sm-6,
.col-sm-8 {
    text-align: center;
}

@keyframes fadeInDown{
    0%{transform:translate(0px, -100px); opacity: 0;}
    100%{transform:translate(0px, 0); opacity: 1;}
}

.fadeInDown{animation:fadeInDown 1s ease backwards;}

@keyframes fadeInUp{
    0%{transform:translate(0px, 100px); opacity: 0;}
    100%{transform:translate(0px, 0); opacity: 1;}
}

.fadeInUp{animation:fadeInUp 1s ease backwards;}


h1 {
    font-size: 150px;
    line-height: 160px;
    font-weight: normal;
    color: black;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Gilroy Bold'; 
}

h2 {   
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    color: white;
    bottom: 0;
    position: relative;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    font-family: 'Gilroy Light';
    margin-top: -20px;
    overflow: hidden;  
    animation-delay: 0.2s !important;
}

h2 span.black {
    font-family: 'Gilroy Bold';
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    color: black;
    bottom: 0;
    position: relative;
    text-align: center;  
    margin: 0 auto;
    
}

h3 {
    text-align: center;
    margin-top: 3rem;
    font-weight: bold;
    color: white;
    font-size: 35px;
    line-height: 45px;
   font-family: 'Quantify';
    text-transform: uppercase;
    letter-spacing: 3px;
}

p {
    font-family: 'Quantify';
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    color: white;
    bottom: 0;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

strong {
    color:#ee2c41;
    font-weight: bold;
}

span {
   font-family: 'Quantify';
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-top: 18px;
    line-height: 24px;
    display: inline-block;
}

a {
    transition: 0.4s all ease-in;
   font-family: 'Quantify';
    color: white;
    text-decoration: none;
    background-color: transparent;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 20px;
    display: block;
}

a:hover {
    color: #ee2c41;
    text-decoration: none;
}

img.header-logo {
    margin: 0 auto 0px auto;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -10px;
    height: 115px;
}

a.tel {
    font-size: 28px;
    line-height: 35px;
    display: block;
    color: white;
    margin-bottom: 10px;
}

a.tel:hover {
  color: #ee2c41;
  text-decoration: none;
}

a.email {
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #ee2c41;
    margin-bottom: 10px;
}

a.email:hover {
  color: white;
  text-decoration: none;
}

.footer-accreditations img {
    float: right;
}

.footer-bottom {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}

.footer-copyright, .footer-branding {
    width: 50%;
}

.footer-copyright p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
   font-family: 'Quantify';
}

.footer-branding p {
    text-align: right;
    font-size: 12px;
    line-height: 16px;
   font-family: 'Quantify';
}

.footer-branding p a {
    color: #ee2c41;
    font-size: 12px;
    line-height: 16px;
    transition: 0.4s all ease-in;
}

.footer-branding p a:hover {
    color: white;
    text-decoration: none;
    transition: 0.4s all ease-in;
}

.social-media {
    display: flex;
    flex-direction: row;
    margin-top: 26px;
}

i.fa-brands.fa-facebook-f {
    background-image: url("images/facebook.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 23px;
    width: 20px;
    display: flex;
    margin-right: 15px;
    transition: 0.4s all ease-in;
}

i.fa-brands.fa-facebook-f:hover {
    filter: brightness(7);
    transition: 0.4s all ease-in;
}

i.fa-brands.fa-twitter {
    background-image: url("images/twitter.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 23px;
    width: 20px;
    display: flex;
    margin-right: 15px;
    transition: 0.4s all ease-in;
}

i.fa-brands.fa-twitter:hover {
    filter: brightness(7);
    transition: 0.4s all ease-in;
}

i.fa-brands.fa-youtube {
    background-image: url("images/youtube.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 23px;
    width: 27px;
    display: flex;
    margin-right: 15px;
    transition: 0.4s all ease-in;
}

i.fa-brands.fa-youtube:hover {
    filter: brightness(7);
    transition: 0.4s all ease-in;
}

i.fa-brands.fa-linkedin-in {
    background-image: url("images/linkedin.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 23px;
    width: 20px;
    display: flex;
    transition: 0.4s all ease-in;
}

i.fa-brands.fa-linkedin-in:hover {
    filter: brightness(7);
    transition: 0.4s all ease-in;
}

@media (min-width: 960px) and (max-width:1199px) {
    .container {
        max-width: 58rem;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .col-lg-4.col-md-4.footer-contact {
        width: 100% !important;
        flex: 1 100% !important;
        display: block;
        position: relative;
        max-width: 100% !important;
    }


    .col-lg-4.col-md-4.footer-contact img {
        margin: 30px auto 60px;
        display: block;
    }

    .col-lg-4.col-md-4.footer-links {
        width: 50%;
        flex: 1 50%;
        max-width: 50%;
    }

    .col-lg-4.col-md-4.footer-accreditations {
        width: 50%;
        flex: 1 50%;
        max-width: 50%;
    }
 
    h2 {
        width: 85%;
    }

    .footer-copyright {
        width: 65%;
    }
    
    .footer-branding {
        width: 35%;
    }

    footer#footer {
        min-height: 398px;
        width: 100%;
        padding: 30px 0;
        max-height: 100%;
    }
    .main-content {
        position: relative;
    }
  
}

@media (min-width:320px) and (max-width: 767px) {
    .main-content {
        position: relative;
    }
  
    h1 {
     font-size: 120px;
    line-height: 120px;  
    }

    h2 {
        font-weight: bold;
font-size: 30px;
    line-height: 45px;
        color: white;       
        width: 90%;
        margin: 0 auto;
    }
    
    h2 span.black {
            font-size: 30px;
    line-height: 45px;
    }

    img.header-logo {
        margin: 0 auto 0px auto;
        display: block;
        text-align: center;
        width: auto;
        max-width: 100%;
    }

    .col-lg-4.col-md-4.footer-contact {
        width: 100% !important;
        flex: 1 100% !important;
        display: block;
        position: relative;
        max-width: 100% !important;
    }


    .col-lg-4.col-md-4.footer-contact img {
        margin: 30px auto 60px;
        display: block;
    }

    .col-lg-4.col-md-4.footer-links {
        width: 100%;
        flex: 1 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }

    .col-lg-4.col-md-4.footer-accreditations {
        width: 100%;
        flex: 1 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }

    p {
        text-align: center;
    }

    .social-media {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }

    .footer-copyright {
        width: 100%;
    }
    
    .footer-branding {
        width: 100%;
    }

    .footer-bottom {
        margin-top: 0;
    }

    footer#footer {
        min-height: 880px;
        width: 100%;
        padding: 30px 0;
        max-height: 100%;
    }

    .footer-accreditations img {
        float: none;
    }

    .footer-branding p {
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .footer-copyright p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }
}