
body {
    background-image: url('../images/background.jpg'); background-repeat: no-repeat; background-size: cover; margin-bottom: 100px;
    margin-top: 0px;
}

 .navbar-text {
   color: #ffcccc;
   font-family:Arial, Georgia;
}

.navbar {
   background-color: #666666;
}

.navbar navbar-danger {
    padding-top: 0px;
}

 .navbar {
   padding-top: 0px;
   padding-bottom: 0px;
}

.topnav {
   background-color:#996666;  font-weight:bold;
}

.topnav a {
   float: left;
   color: black;
   text-align: center;
   padding: 14px 16px;
   text-decoration: none;
   font-size: 1.5em;
}

.dropdown-toggle::after {
    display:none;
}

carouselExampleIndicators {
    max-height: 300px;
}

.carousel {
   margin-top: 200px;
   max-height: 800px;
   overflow: hidden;
}

.carousel-inner > .item > img {
   margin: 0 auto;
}



.topnav ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}

.topnav li {
   float: left;
   border-right:1px solid #ffcccc;
}

.topnav li:last-child {
   border-right: none;
}


.topnav li a:hover:not(.active) {
color:  #FFF5EE;






