@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/mavenpro/v32/7Au9p_AqnyWWAxW2Wk3GwmQIAFg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}


.footer {
    background-color: #868484;
    color: #FFFFFF;
    margin: auto;
    height: 50%;
    width: 100%;
}

.footer__container {
    padding-top: 60px;
    width: 80%;
    height: 400px;
    margin: auto;
}

.footer__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__right h2 {
    text-align: right;
}

.h1__One {
    margin-top: 0;
    font-size: 42px;
    margin-bottom: 0;
    text-align: right;
    font-family: 'Times New Roman';

}

.h1__Two {
    margin: 0;
    font-size: 16px;
    text-align: right;
    font-family: 'Maven Pro';
    font-weight: 500;
}



.inner__wrapper {
    max-width: 80%;
    margin: auto;
    padding: 15px;
}

.hl {
    width: 100%;
    height: 0.8px;
    background-color: #FFFFFF;
    margin-bottom: 8px;
}


#footer__Logo__Img {
    width: 280px;
    height: auto;
}


@media (min-width: 461px) and (max-width: 732px) {


    .footer {
        height: 80%;
    }

    .footer__main {
        width: 100%;
        display: inline-block;
        margin: auto;
    }

    #footer__Logo__Img {
        width: 100%;
        max-width: 55%;
    }


    .footer__container {
        padding-top: 20px;
    }


    .footer__left {
        display: flex;
        justify-content: center;
    }

    .h1__Two,
    h2,
    .h1__One,
    .footer__right h2 {
        text-align: center;
    }

    .hl {
        margin: 25px 0px 15px 0px;
    }

    .footer__right h2{
        padding-bottom: 10px;
    }

    .footer__wrapper {
        margin-top: 40px;
    }
}



@media (min-width: 401px) and (max-width: 460px) {

    .footer {
        height: 80%;
    }

    .footer__main {
        width: 100%;
        display: inline-block;
        margin: auto;
    }

    #footer__Logo__Img {
        width: 100%;
        max-width: 55%;
    }


    .footer__container {
        padding-top: 20px;
    }


    .footer__left {
        display: flex;
        justify-content: center;
    }

    .h1__Two,
    h2,
    .h1__One,
    .footer__right h2 {
        text-align: center;
    }

    .hl {
        margin: 25px 0px 15px 0px;
    }

    .footer__wrapper {
        margin-top: 35px;
    }

}

@media (min-width: 301px) and (max-width: 400px){
    
    .footer {
        height: 80%;
    }

    
    .footer__main {
        width: 100%;
        display: inline-block;
        margin: auto;
    }

    #footer__Logo__Img {
        width: 100%;
        max-width: 55%;
    }


    .footer__container {
        padding-top: 20px;
    }


    .footer__left {
        display: flex;
        justify-content: center;
    }

    .h1__Two,
    h2,
    .h1__One,
    .footer__right h2 {
        text-align: center;
    }

    .hl {
        margin: 20px 0px 12px 0px;
    }

    .footer__wrapper {
        margin-top: 35px;
    }

}

@media (max-width: 300px){
    .footer {
        height: 80%;
    }
    
    .footer__main {
        width: 100%;
        display: inline-block;
        margin: auto;
    }

    #footer__Logo__Img {
        width: 100%;
        max-width: 55%;
    }

    .footer__container {
        padding-top: 20px;
    }

    .footer__left {
        display: flex;
        justify-content: center;
    }

    .h1__Two,
    h2,
    .h1__One,
    .footer__right h2 {
        text-align: center;
    }

    .h1__One{
        font-size: 34px;
    }

    .hl {
        margin: 20px 0px 12px 0px;
    }

}

@media (max-height: 799px){
    .slideshow{
        height: 130%;
    }

    .footer {
        height: 77%;
    }
}

@media (min-height: 800px) and (max-height: 910px){
    .footer {
        height: 65%;
    }
}

@media (min-height: 912px) and (max-height: 914px){
    .footer {
        height: 65%;
    }
}