header {
	height:100px;
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
    width:100%;
	background:white;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #b07247;
}

img#logo {
   	margin-left: 20%;
   	margin-top: 7px;
}


header.carousel {
    height: 50%;
    border-bottom: 8px solid #1984cd;
}

ul {
    list-style: none;
}

.panel-default>.panel-heading {
    color: white;
    background-color: #1984cd;
    border-color: #ddd;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #b07247;
}

header {
    background-image: url(img/header.png);
}

/* Button Normal State */
.btn-primary {
    color: #fff;
    background-color: #1984cd;
    border-color: #1984cd;
}
/*
.btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}
*/

.galleryimg{
    text-align: center;
    font-size: 20px;
    color: #4a4949;
    margin-bottom: 20px;
    overflow: hidden;
}

.image{
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 20px;
}

#topimg{
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

#slideshow-container {
    position: relative;
    max-width: 800px; /* Adjust the max-width as needed */
    margin: auto;
}

img {
    width: 100%;
    height: auto;
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    font-size: 16px;
}

#prev-btn {
    left: 10px;
}

#next-btn {
    right: 10px;
}


@media screen and (min-width: 1000px){
    .image:hover{
    transform: scale(1.1);
    transition: .4s ease;
    opacity: .8;
}
    #topimg{
        height: 270px;
        width: 275px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media screen and (max-width: 1000px){
    .image{
        height: auto;
    }
}





    .navbar-inverse {
     background-color: #1984cd;
    border-color: #1984cd;
    margin-top: 350px;
    margin-bottom: 0px;
}
        
  #header-image {
    width: 100%;
    margin-top: 0px;
}

p#copyright {
    text-align: center;
}

.text-primary {
    color: #b07247;
} 
 
#alice-img {
    width:40%;
}

#welcome {
    font-family: 'Just Another Hand', cursive;

}

#top {
    font-size: 1.2em;
}


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

    .navbar-inverse {
     
    margin-top: 378px;
    margin-bottom: 0px;
    }            

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

    .navbar-inverse {
     
    margin-top: 317px;
    margin-bottom: 0px;
    }        

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

    .navbar-inverse {
     
    margin-top: 244px;
    margin-bottom: 0px;
    }    

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

    .navbar-inverse {
    
    margin-top: 195px;
    margin-bottom: 0px;
    }

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

    .navbar-inverse {
   
    margin-top: 158px;
    margin-bottom: 0px;
    }

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

    .navbar-inverse {
     
    margin-top: 120px;
    margin-bottom: 0px;
    }

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

    .navbar-inverse {
    
    margin-top: 90px;
    margin-bottom: 0px;
    }

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

    .navbar-inverse {
    
    margin-top: 60px;
    margin-bottom: 0px;
    }

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

    .navbar-inverse {
     
    margin-top: 40px;
    margin-bottom: 0px;
    }

}

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

    .navbar-inverse {
  
    margin-top: 20px;
    margin-bottom: 0px;
    }

}

}