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

}


.navbar{
    background: white;
    padding-bottom: 15px;
    border-style: none;

}


.navbar-header .navbar-brand{
    color: #169189;
    font-size: 30px;
}

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

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

#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: grey;
}


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

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


.mainphoto{
    display: flex;
    justify-content: flex-start;   /* Left */
    align-items: flex-end;         /* Bottom */
    width: 100%;
    min-height: 600px;
    margin: auto;
    background: url('https://marilynpines1.com/img/header-1.png') center center/cover no-repeat;
}

.hero-content{
    margin-left: 50px;
    margin-bottom: 80px;
    padding: 20px 30px;
    background: rgba(60,60,60,.45);
    backdrop-filter: blur(3px);
    border-radius: 10px;
    text-align: left;
}

.mainphoto h4{
    margin: 0 0 20px;
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
}

.mainphoto .btn{
    font-size: 22px;
    padding: 12px 35px;
}

/*
.mainphoto h1{
    margin: 0;
    font-size: 55px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: lighter;
    letter-spacing: 4px;
}*/

@media screen and (max-width:600px){

    .mainphoto{
        min-height: 450px;
    }

    .hero-content{
        margin: 0 20px 35px;
        width: calc(100% - 40px);
        padding: 18px;
        text-align: center;
    }

    .mainphoto h4{
        font-size: 18px;
        letter-spacing: 1px;
    }

    .mainphoto .btn{
        font-size: 18px;
        padding: 10px 28px;
    }
    
   /* .mainphoto h1{
        font-size: 36px;
        letter-spacing: 2px;
    }*/
}

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

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

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

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

@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: #169189;
    color: white;
}

.secondary1{
    display: block;
    width: 100%;
    margin: auto;
    top: 0;
    min-height: 150px;
    background-color: #169189;
    color: white;
}

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

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

.brief h2{
    font-weight: bold;
}


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


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


.btn-primary{
    background-color: #169189;
    border-color: #169189;
    color: white;
    transition: .3s;
}

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

.text-primary{
    color: silver;
    
}

#heading{
    background: #169189;
    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 h2{
    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;
}

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

footer{
    margin-top: 20px;
}

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

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

