



body, html { 
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.leftaligner
{
    text-align: left;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: black;
    background-color: white;
    border-color: white; /*set the color you want here*/
}

.locbutton:hover
{
    background-color:#aa0915;
    color: white;
    border-color: #aa0915;
}

@font-face {
    font-family: MLight;
    src: url("Montserrat-Light.otf");
}

@font-face {
    font-family: MRegular;
    src: url("Montserrat-Regular.otf");
}

@font-face {
    font-family: MBold;
    src: url("Montserrat-Bold.otf");
}




.col-md-12
{
    padding: 0px 0px 0px 0px;
}



.navbar-brand
{
    padding: 0px 15px;
}
.navbar-default .navbar-nav>li>a {
    color: #000000;
}

.navbar{
    background-color: #FFFFFF;
    border-bottom: 0px; 
    font-family: MLight;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 70px;
}
.lightborderbottom
{
    border-bottom: 3px solid #00d6ca;
    color: #00d6ca;

}

.welcome
{
    background-image: url("BG-01.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    min-height: 100vh;
    text-align: center;
    color: white;
    margin-top: 50px;
 
}
.who
{
    background-image: url("BG-02.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    min-height: 100vh;
    text-align: left;
    color: white;

}
.what
{
    background-image: url("BG-03.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    min-height: 100vh;
    text-align: right;
    color: white;

}

.font1
{
    font-family: MLight;
    font-size: 20px;
}
.font2
{
    font-family: MBold;
    font-size: 36px;

}

.pad1
{
    padding-top: 320px;
}
.header
{
    padding-top: 100px;
    font-family: MBold;
    font-size: 32px;
    color: #00d6ca;
}
.body
{
    font-family: MLight;
    font-size: 16px;
}

.copyright
{
    text-align: center;
    font-family: MLight;
    font-size: 12px;
    padding-top:10px;
    padding-bottom:10px;
}




@media (max-width: 767px) {
    .carousel-inner .active.left { left: -100%; }
    .carousel-inner .next        { left:  100%; }
    .carousel-inner .prev        { left: -100%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }
    .mover
    { 
        padding-top:20px;
    }
    .caro{
        padding-bottom: 20px;
    }
    .gitna
    {
        text-align: center;
    }
    .locations
    {
        text-align: center;
    }
    .fontizer5
    {
        text-align: center;
    }
    .font2
    {
        font-size: 14px;
    }
    .font1
    {
        font-size: 12px;
    }
    .what
    {
        padding-bottom: 40px;
    }
    .copyright
    {
        font-size: 8px;
    }


}
@media (min-width: 767px) and (max-width: 992px ) {
    .carousel-inner .active.left { left: -50%; }
    .carousel-inner .next        { left:  50%; }
    .carousel-inner .prev        { left: -50%; }
    .active > div { display:none; }
    .active > div:first-child { display:block; }
    .active > div:first-child + div { display:block; }
    .caro{
        padding-bottom: 20px;
    }
      .mover
    { 
        padding-top:20px;
    }
    .navbar{
        font-size: 10px;
    }
    .font2
    {
        font-size: 26px;
    }
    .body
    {
        font-size: 24px;
    }
    .copyright
    {
        font-size: 12px;
    }

    
}
@media (min-width: 992px ) {
    .carousel-inner .active.left { left: -25%; }
    .carousel-inner .next        { left:  25%; }
    .carousel-inner .prev        { left: -25%; }    
}

