﻿.heading1 {
    font-size: 47px !important;
    margin-left: -10px;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
}

.description1 {
    font-size: 25px !important;
    word-wrap: normal;
    word-break: break-all;
    line-height: normal;
    padding-top: 50px;
    font-family: Calibri;
    color: #fff;
    text-shadow: 2px 2px 4px #000000;
}
.subtitle{
    margin-top: 15px;
}

@media screen and (max-width:967px) {
    .heading1 {
        font-size: 24px !important;
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }

    .description1 {
        word-wrap: normal;
        word-break: break-all;
        font-size: 17px !important;
        font-family: 'avenir_medium';
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }

    .navbar-brand {
        margin-left: -40px;
    }

    .subtitle {
        margin-top: 10px;
    }
    .br {
        display: block;
        margin: -1px 0;
    }
}
@media only screen and (max-device-width: 768px) {
    .heading1 {
        font-size: 22px !important;
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }

    .description1 {
        word-wrap: normal;
        word-break: break-all;
        font-size: 14px !important;
        font-family: 'avenir_medium';
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }

    .navbar-brand {
        margin-left: -40px;
    }

    .subtitle {
        margin-top: 5px;
    }
    .br {
        display: block;
        margin: -4px 0;
    }
}
/*@media screen and (max-device-width:480px) {
    .heading1 {
        font-size: 16px !important;
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }

    .description1 {
        word-wrap: normal;
        word-break: break-all;
        font-size: 13px !important;
        font-family: 'avenir_medium';
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }

    .navbar-brand {
        margin-left: 1px;
    }

    .subtitle {
        margin-top: 1px;
    }
    .br {
        display: block;
        margin: -4px 0;
    }
}*/

@media screen and (max-device-width:480px) {
    .heading1 {
        font-size: 16px !important;
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }

    .description1 {
        word-wrap: normal;
        word-break: break-all;
        font-size: 13px !important;
        font-family: 'avenir_medium';
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }

    .navbar-brand {
        margin-left: 1px;
    }

    .subtitle {
        margin-top: 1px;
    }

    .br {
        display: block;
        margin: -4px 0;
    }
}

@media screen and (max-device-width: 320px) {

     /*   fontSizeOfBannerDescription*/
    .BannerDescriptionDesktop {
        display:none !important;
    }
    .BannerDescriptionMobile{
        display:block !important;
    }

    .heading1 {
        font-size: 16px !important;
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }

    .description1 {
        word-wrap: normal;
        word-break: break-all;
        font-size: 14px !important;
        font-family: 'avenir_medium';
        color: #fff;
        text-shadow: 1px 1px 2px #000000;
    }

    .navbar-brand {
        margin-left: 1px;
    }

    .subtitle {
        margin-top: 1px;
    }
    .br {
        display: block;
        margin: -4px 0;
    }
}

@media screen and (max-width:100%) {
    .heading1 {
        font-size: 48px !important;
        font-family: 'avenir_medium';
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }

    .description1 {
        word-wrap: normal;
        word-break: break-all;
        line-height: normal !important;
        font-family: 'avenir_medium';
        color: #fff;
        text-shadow: 2px 2px 4px #000000;
    }

    .navbar-brand {
        margin-left: 1px;
    }

    .subtitle{
        margin-top: 1px;
    }

    .br {
        display: block;
        margin: -4px 0;
    }

}

@media screen and (max-device-width: 480px) {
    #imgs{
        display:none !important;
    }

    .desktop {
        display: none !important;
    }

    #imgs1{
        /*height:400px;*/
        display:block !important;
    }

    .mobile {
        display: block !important;
    }

}
