/*----------------------------- Body -----------------------------*/
body{
    background-color: none;
    font-family: 'Cardo', serif;
    letter-spacing: 0.5px;
}

a{
    color: steelblue;
}

a:hover{
    color: midnightblue;
    text-decoration: none;
}

h1{
    padding: 40px 0px 40px 0px;
    margin: 0 auto;
    max-width: 950px;
}

.container{
    max-width: 950px;
    margin: 0 auto;
}

h2{
    padding: 0px 0px 10px 0px;
}

div.top{
    margin-top: 12px;
}

/*----------------------------- Nav -----------------------------*/

nav{
    padding-bottom: 24px;
}

nav ul {	
    list-style-type: none;
    margin: 0px 0px 12px 0px;			
    padding: 0;
    background-color: steelblue;
	max-width:950px;
    margin: auto;
}

nav ul li{
    display: inline-block;
    position: relative;
    line-height: 12px;
    max-width: 100%;
   
}

nav ul li a {
    display: block;
	color: white;
	padding: 12px 86px;
	text-decoration: none;
    
}

nav ul li a:hover {
    color: steelblue;
	background-color: lightblue;
    text-decoration: none;
    
}

nav ul li ul{
    min-width: 100%;
	background-color: steelblue;
	display: none;
	position: absolute;
	z-index: 999;
}

nav ul li:hover ul {
    display: block;
}

nav ul li ul li {
    display: block;
}

nav ul li ul li a{
    padding: 12px;
	text-align: center;
}



/*----------------------------- Table -----------------------------*/

table{
    font-size: 20px;
}

.submit{
    width: 80px;
    height: 60px;
    border-radius: 10px;
    background-color: steelblue;
    color: white;
}

/*----------------------------- Slider -----------------------------*/

.banner{
    width: 950px;
    height: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
    
}
          
#gallery{
    width: 950px;
    height: 500px;
    position: absolute;
    overflow: hidden;
              
}

.banner img{
    width: 950px;
}

/*----------------------------- Footer -----------------------------*/

footer{
    margin-top: 50px;
    margin-bottom: 100px;
}

/*----------------------------- Travel pages -----------------------------*/

.gallerybutton{
    width: 80px;
    height: 60px;
    border-radius: 10px;
    background-color: steelblue;
    color: white;
}

.gallerybutton:hover{
    background-color: lightblue;
    color: steelblue;
}

button{
    width: 80px;
    height: 60px;
    background-color: steelblue;
    color: white;
}

button:hover{
    width: 80px;
    height: 60px;
    background-color: lightblue;
    color: steelblue;
}
.col-xs-1{
    margin-left: 20px;
}

.featurephoto{
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    
}

/*----------------------------- Lightbox -----------------------------*/

.image{
		max-width: 400px;
        max-height: 205px;
		padding: 10px;
		margin: 10px auto;
		border-radius: 1px;
		box-shadow: 0 0 3px #ccc;
	}

	#light{
		max-width: 80%;
		max-height: 80%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		position: absolute;
		margin: auto;
	}

	#curtain{
		width: 100%;
		height: 100%;
		background-color: #000;
		left: 0;
		top: 0;
		position: fixed;
		opacity: 0.4;
	}
	#close{
		height:50px;
		width:50px;
		position:absolute;
		z-index:950;
		top:0px;
		right:0px;	
	}


/*----------------------------- Responsive -----------------------------*/


