html{
    scroll-behavior: smooth;
}

body{
    display: block;
    width: 100%;
    margin: auto;
    padding: 0;
    font-family: 'Jost', sans-serif;
    background: #d4d4d4 !important;
}

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

.navbar-header .navbar-brand{
    color: #2C6E72;
    font-size: 25px;
    font-family: 'Jost' !important;
}

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

.navbar-toggle .icon-bar{
    color: #2C6E72;
    background-color: #2C6E72;
}

#myNavbar ul li a{
    color: #2C6E72;
    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: 13px;
    font-family: arial;
}

#myNavbar ul li a i{
    color: #2C6E72;
}


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

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

.mainphoto{
    display: block;
    margin: auto;
    width: 100%;
    min-height: 700px;
    background: url('../img/image1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

.blue-bg{
    display: block;
    min-height: 120px;
    padding: 20px;
    margin-top: -155px;
    background-color: rgba(44, 110, 114, 0.85);
    color: white;
}

.mainphoto h1{
    padding-top: 10px;
    font-size: 75px;
    color: white;
    font-weight: bold;
    font-family: 'Jost';
}

#aboutus h1{
    font-family: 'Jost';
}

.brk-secondary{
    display: block;
    width: 90%;
    margin: auto;
    height: 4px;
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

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

.card{
    display: block;
    width: 100%;
    margin: auto;
    min-height: 120px;
    border: solid 1px silver;
    padding: 20px;
    padding-top: 10px;
    background-color: white;
    margin-bottom: 25px;
    box-shadow: 0px 0px 5px grey;
}

@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: 450px;
    background: url('../img/image1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    
}

.mainphoto1 h1{
    padding-top: 20px;
    font-size: 75px;
    color: white;
    font-family: 'Jost';
    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(44, 110, 114, 0.85);
}

@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: 200px;
    background-color: #131f1f;
    color: white;
    padding-bottom: 25px;
}

.secondary h1{
    color: #005c09;
}

.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: #2C6E72;
}

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

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


.brief h2{
    font-weight: bold;
}

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

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

.icons i{
    color: #2c6e72;
    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: none;
    border-color: #003805;
    transition: .3s ease;
    color: black !important;
    margin-bottom: 10px;
}

.btn-primary:hover{
    background-color: #003805 !important;
    color: white !important;
}


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


.text-primary{
    color: #2c6e72;
}

.text-secondary{
    color: white;
}

#heading{
    background: #003805;
    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: #2c6e72;
    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;
    }
}

