body{
    margin: auto;
    padding: 0;
    width: 100%;
    display: block;
    bottom: 0;
}

.navbar-brand{
    font-size: 25px;

}



.navbar-inverse{
    background: #383838;
    color: white;
}

#myNavbar ul li a{
    text-decoration: none;
    font-size: 12px;
    color: white;
    font-weight: bold;
}


#myNavbar ul li a i{
    margin-right: 5px;
}
@media screen and (min-width: 800px){
    #myNavbar ul li a i{
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}
}


#myNavbar ul li a:hover{
    background: #6c6e70;
    transition: .3s ease;
}

#myCarousel{
    height: auto;
    width: 100%;
    margin-top: 50px;
}


#home{
    min-height: 200px;
    display: block;
    margin: auto;
    margin-top: 25px;
    
    
}

#home h1{
    padding-top: 10px;
    font-size: 65px;
    color: #016f7d;
}

#home p{
    display: block;
    margin: auto;
    line-height: 45px;
    font-size: 25px;
    margin-bottom: 50px;
    color: #383838;
}

@media screen and (max-width: 800px){
    #home p{
        font-size: 20px;
    }
}


.header h2{
    font-weight: bold;
    color: #383838 !important;
}

#home1{
    display: block;
    width: 100%;
    min-height: 600px;
    background: url('http://ameritechsupport.org/template/standard6/img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    justify-content: space-around;
}


#section{
    border-style: solid;
    border-width: .5px;
    border-color: white;
    padding: 15px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 25px;
    height: 250px;
}

#section h2{
    font-weight: bold;
}

#section p{
    font-size: 17px;
    margin-bottom: 15px;
    color: #cccccc;
}

#section:hover{
    border-color: #00a0b5;
    transition: .3s ease;
    background: rgba(0,0,0,0.5);
}

.announcement{
    display: block;
    min-height: 150px;
    width: 100%;
    background-image: linear-gradient(to right, #016f7d, #00a0b5);
    color: white;
}

.announcement a{
    margin-top: 15px;
}


.amtech img{
    height: auto;
    width: 100%;
    display: block;
}

.header h1{
    font-size: 55px;
    color: #016f7d;
}

.panel-default .panel-heading{
    background-image: linear-gradient(to right, #016f7d, #00a0b5);
    color: white;
}

.panel-default .panel-body{
    padding: 8px;
}

.panel-body span{
    margin-bottom: 25px;
}

.panel-title{
    font-size: 35px !important;
    text-decoration: none !important;
}


.text-primary{
    color: #383838;
}
.btn-primary{
    background: #00a0b5;
    border-color: #00a0b5;
    font-size: 17px;
    margin-bottom: 10px;
}


.btn-primary:hover{
    background: #016f7d;
    border-color: #016f7d;
    transition: .3s ease;
}

.btn-secondary{
    font-size: 20px;
    padding: 8px 10px;
    text-align: center;
    background: #383838;
    color: white;
    margin-bottom: 10px;
}


.btn-secondary:hover{
    color: white;
    background: #6c6e70;
    transition: .3s ease;
}

.minutes{
    height: 150px;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    border-radius: 10px;
    margin-bottom: 25px;
}

.minutes:hover{
    border-color: #00a0b5;
    transition: .3s ease;
}
#copyright{
    text-align: center;
    margin-top: 50px;
    
}

footer{
    padding-top: 10px;
    background: #383838;
    color: white;
    height: 150px;
    bottom: 0;
    margin-bottom: 0;
}

footer a{
    color: #00a0b5;
}