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;
    font-weight: bold;
}

#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: block;
    margin: auto;
    width: 100%;
    min-height: 550px;
    background: url('https://sunshineterracecondos.com/img/img-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    
}


.mainphoto h1{
    padding-top: 200px;
    font-size: 55px;
    color: white;
    font-family: arial;
    letter-spacing: 5px;
    font-weight: bold;
}

.text-bg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

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

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

@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;
    }

    .text-bg {
        padding: 3px 8px;
        font-size: 90%;
        display: inline-block;
    }    
}
/*
.mainphoto1{
    display: block;
    margin: auto;
    width: 100%;
    min-height: 250px;
    background: url('https://sunshineterracecondos.com/img/img-3.jpg');
    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{
    padding-top: 20px;    
    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;
    }
}

