body{
    padding-top: 0;
}
header{
    margin-top: 0px;
    padding-top: 0px;
    height: auto;
}

.navbar-inverse{
    background: #0c0752;
    border: none;
    margin-bottom: 0px;
    font-size: 17px;
    top: 0;
    padding-top: 15px;
    margin-top: 0px;
    height: 100px;
}

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

.navbar-inverse .navbar-nav>li>a{
    color: grey;
    text-decoration: none;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color: white;
    transition: .3s;

}

.navbar-inverse i{
    font-size: 17px;
    margin-right: 5px;
    color: silver;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: #131f1f;
    padding: 5px;
    
}



@media screen and (min-width: 900px){
    #homecol:hover, #boardcol:hover{
        animation-name: up;
        animation-duration: .3s;

    }
        
}

@keyframes up{
    from{margin-top: 0;}
    to{margin-top: -5px;}
}

.mainphoto{
    width: 100%;
    height: 500px;
    background-image: url('../img/header.png');
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0;
    top: 0;
    text-align: center;
    color: white;
    padding: 0;
    
}

.mainphoto h1{
    margin-top: 0px;
    padding-top: 200px;
    font-size: 55px;
    font-weight: bold;
    text-shadow: 2px 2px 4px black;
}

.mainphoto p{
    margin-top: 50px;
    font-size: 25px;
}

@media screen and (max-width: 700px){
    
    .mainphoto h1{
        font-size: 35px;
        font-weight: bold;
    }
    
    .mainphoto p{
        font-size: 20px;
    }
}


.mainphoto1{
    width: 100%;
    height: 200px;
    background-image: url('../img/header.png');
    background-size: cover;
    background-position: center;
    display: block;
    margin: 0;
    top: 0;
    color: white;
    padding: 0;
    
    
}

.mainphoto1 h1{
    margin-top: 0px;;
    font-size: 50px;
    padding-top: 50px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}


@media screen and (max-width: 500px){
    .mainphoto1 h1{
        text-align: center;
    }
}



.panel-heading{
    background-color: #0c0752 !important;
    color: white !important;
}

.panel-body{
    min-height: 210px;
}

.panel-body h2{
    font-weight: bold;
    color: #131f1f;
}

.panel-body p{
    font-size: 17px;
    height: auto;
}

.panel-body h4{
    font-size: 25px;
    font-weight: bold;
}

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

#panel1{
    height: 150px;
}

#panel1 p{
    font-size: 25px;
    color: grey;
}

.btn-primary{
    background: #0c0752;
    border-color: #0c0752;
    width: 100%;
    font-size: 20px;

}

.btn-primary:hover{
    background-color: grey;
    border-color: grey;
    transition: .3s;
}
.text-primary{
    color: grey;
}

#card{
    margin-bottom: 20px;
}

#card-header{
    background-color: #131f1f;
    border-radius: 7px;
    padding: 10px;
    color: white;
    font-size: 20px;
}

#card-link{
    color: white;
    text-decoration: none;
    font-size: 25px;
    padding-left: 20px;

}

#card-link:hover, .card-link:active{
    color: white;
}

#logo{
    height: 140px;
    width: 150px;
}

#logo1{
    height: 120px;
    width: 130px;
    border-radius: 50%;
}


#ameritech{
    height: auto;
    width: 100%;
}




ul{
    list-style-type: none;
}

/* footer */

p#copyright {
    text-align: center;
}

footer {
    margin-top:20px;
}

p#copyright {
    margin-top: 100px;
}
