html{
    scroll-behavior: smooth;
}

body{
    display: block;
    width: 100%;
    margin: auto;
    padding: 0;
    font-family: 'Questrial', sans-serif;

}


.navbar{
    background: white;
    padding-bottom: 15px;
    border-style: none;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #4d93e3;

}


.navbar-header .navbar-brand{
    color: #4d93e3;
    font-size: 25px;
}

.navbar-header .navbar-brand:hover{
    color: #402b0f;
    transition: .3s;
}
.navbar-toggle{
    background: black;
    color: black;
    
}

.navbar-toggle .icon-bar{
    color: #4d93e3;
    background-color: #4d93e3;
}

#myNavbar ul li a{
    color: black;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: white;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: white;
    font-size: 15px;
    font-family: arial;
}

#myNavbar ul li a i{
    color: #402b0f;
}


#myNavbar ul li a:hover{
    border-bottom-color: #4d93e3;
    transition: .3s;
}

@media screen and (max-width: 600px){
    #myNavbar ul li a:hover{
        border-top-color: #4d93e3;
    }
}



.mainphoto{
    display: block;
    margin: auto;
    width: 100%;
    min-height: 500px;
    background: url('https://lakestgeorge.org/img/header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

.blue-bg{
    display: block;
    min-height: 120px;
    padding: 20px;
    margin-top: 200px;
    background-color: rgba(50, 107, 199, 0.8);
}




.mainphoto h1{
    padding-top: 10px;
    font-size: 55px;
    color: white;
    font-weight: lighter;
    letter-spacing: 5px;
}

.mainphoto h4{
    letter-spacing: 3px;
    color: white;
}

.mainphoto a{
    margin-top: 100px;
    font-size: 25px;
}

@media screen and (max-width: 600px){
    .mainphoto h1{
        text-align: center;
        font-size: 40px;
    }
    
    .mainphoto h4{
        text-align: center;
        font-size: 20px;
    }
    
    .mainphoto a{
        margin-top: 20px;
        font-size: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }
}

.mainphoto1{
    display: block;
    margin: auto;
    width: 100%;
    min-height: 350px;
    background: url('https://lakestgeorge.org/img/header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    
}

.mainphoto1 h1{
    padding-top: 20px;
    font-size: 55px;
    color: white;
    font-weight: lighter;
    letter-spacing: 5px;
}

.mainphoto1 h4{
    letter-spacing: 3px;
    color: white;
}

.mainphoto1 a{
    margin-top: 100px;
    font-size: 25px;
}

.blue-bg1{
    display: block;
    text-align: center;
    min-height: 50px;
    padding: 10px;
    margin-top: 120px;
    background-color: rgba(50, 107, 199, 0.8);
}

@media screen and (max-width: 600px){
    .mainphoto1 h1{
        text-align: center;
        font-size: 40px;
    }
    
    .mainphoto1 h4{
        text-align: center;
        font-size: 20px;
    }
    
    .mainphoto1 a{
        margin-top: 20px;
        font-size: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }
}

.secondary{
    display: block;
    width: 100%;
    margin: auto;
    top: 0;
    min-height: 100px;
    background-color: black;
    color: white;
    padding-bottom: 25px;
}

.secondary h1{
    color: #4d93e3;
}

.secondary h3{
    line-height: 40px;
}

.secondary1{
    display: block;
    width: 100%;
    margin: auto;
    top: 0;
    min-height: 150px;
    background-color: black;
    color: white;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #402b0f;
}

.secondary1 i{
    font-size: 70px;
    margin-bottom: 10px;
}

.pagebreak{
    height: 3px;
    width: 100px;
    display: block;
    margin: auto;
    background: #4d93e3;
    margin-top: 20px;
}

.brief h2{
    font-weight: bold;
}

.brief p, #aboutus p{
    font-size: 17px;
}


@media screen and (max-width: 1000px){
    .brief{
        text-align: center;
    }
}


.icons i{
    color: #4d93e3;
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
    font-size: 60px;
    margin-top: 100px;
}

.document-description p{
    font-size: 20px;
    line-height: 35px;
}

.document-description img{
    height: auto;
    width: 100%;
    
}


.btn-primary{
    background-color: #402b0f;
    border-color: #402b0f;
    color: white;
    transition: .3s ease;
    margin-bottom: 10px;
}

.btn-primary:hover{
    background: none;
    border-color: #402b0f;
    color: #402b0f;
}


.btn-secondary{
    background-color: #4d93e3;
    border-color: #4d93e3;
    color: white;
    transition: .3s ease;
    margin-bottom: 10px;
}

.btn-secondary:hover{
    background: none;
    border-color: #4d93e3;
    color: #4d93e3;;
}

.text-primary{
    color: silver;
    
}

#heading{
    background: #4d93e3;
    color: white;
    height: 75px;

}

.panel-title{
    font-weight: bold;
    text-decoration: none;
    font-size: 25px;
}

.panel-title:hover{
    text-decoration: none;
}

.panel-body{
    height: auto;
}


.board{
    margin-bottom: 50px;
}

.board h3{
    color: grey;
    
}

.carousel-indicators{
    left: 0;
    top: auto;
    bottom: -40px;
}

.panel .panel-default{
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-bottom: 25px;
}

.panel-default:hover{
    border-color: black;
    transition: .4s ease;
}

.panel-heading i{
    color: grey;
}

.meeting-reminder{
    background: #402b0f;
    color: white !important;
    padding: 10px 20px;
    border-radius: 12px;
    margin-top: 25px;
}
    
.meeting-reminder p{
    font-size: 17px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px black;
}
    
.meeting-reminder p i{
    color: #4d93e3;
    margin-right: 25px;
}
    
.meeting-reminder p b{
    font-size: 25px;
    text-align: center;
}

#ameritechlogo{
    height: auto;
    width: 100%;
}
#copyright{
    text-align: center;
    margin-top: 100px;
}

footer{
    margin-top: 20px;
}

@media screen and (max-width: 900px){
    .document-description, .page-header{
        text-align: center;
    }
}

@media screen and (min-width: 800px){
    #bigcarousel{
        display: block;
    }
    
    #smallcarousel{
        display: none;
    }
}

@media screen and (max-width: 800px){
    #bigcarousel{
        display: none;
    }
    
    #smallcarousel{
        display: block;
    }
}

