@charset "utf-8";

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg:hover {opacity: 0.6;}

#myImg1 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg1:hover {opacity: 0.6;}

#myImg2 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg2:hover {opacity: 0.6;}

#myImg3 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg3:hover {opacity: 0.6;}

#myImg4 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg4:hover {opacity: 0.6;}

#myImg5 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg5:hover {opacity: 0.6;}

#myImg6 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg6:hover {opacity: 0.6;}

#myImg7 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg7:hover {opacity: 0.6;}

#myImg8 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg8:hover {opacity: 0.6;}

#myImg9 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg9:hover {opacity: 0.6;}

#myImg10 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg10:hover {opacity: 0.6;}

#myImg11 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg11:hover {opacity: 0.6;}

#myImg12 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg12:hover {opacity: 0.6;}

#myImg13 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg13:hover {opacity: 0.6;}

#myImg14 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg14:hover {opacity: 0.6;}

#myImg15 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg15:hover {opacity: 0.6;}

#myImg16 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.4s;
}
#myImg16:hover {opacity: 0.6;}


/* Basic rules for all devices */
body {
	margin: 0;
	padding: 0;
	background-color: #030;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
}
#wrapper {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background-image: url(../images/basin_bg_phone.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #B4C4BA;
}
#header h1 {
	font-size: 225%;
	height:120px;
	color:#003;
	margin: 0;
	padding-left: 40px;
	text-align: center;
}

/* Basic styles */
h1, h2, h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2, h3 {
	font-size: 160%;
	color: #030;
	margin-top: 0;
}
h3 {
	font-size:140%;
}
a {
	color:#91784F;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color:#B59D77;
	text-decoration:underline;
}

/* Main navigation */
#nav {
	list-style-type: none;
	padding: 0;
	font-weight: bold;
	font-size: 107%;
	width: 308px;
	height: 95px;
	margin: 0 auto 5px auto;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	width:136px;
	padding: 5px 2px;
	margin: 0 6px 2px 6px;
	text-align:center;
	text-decoration: none;
	color: #FFF;
	background-color: #900;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#nav a:hover, #nav a:active, #nav a:focus {
	background-color:#030;
}
#nav li:last-child a {
	margin-left: 76px;
}

/* Content containers */
.content-medium, .aside {
	background-color:#fff;
	padding:20px;
	margin: 10px;
	font-size:88%;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.content-medium {
	margin-top: 5px;
}
.aside {
	padding:10px;
}
#dining {
	font-size: 88%;
}

/* Footer */
#footer {
	color: #FFF;
	background-color: #900;
	padding: 5px 30px;
	clear:both;
}
#footer p {
	font-size: 88%;
	margin: 0 0 5px 0;
}

/* Rules for tablets */
@media only screen and (min-width: 481px) and (max-width: 768px) {
	#wrapper {
		max-width: 700px;
		background-image: url(../images/basin_bg_tab.jpg);
	}
	#header h1 {
		font-size: 363%;
		height: 172px;
		padding-left: 0;
		padding-top: 10px;
		margin-bottom: 0px;
	}
	/* Main navigation */
	#nav {
		width: 660px;
		height: 45px;
	}
	#nav li a {
		width: 120px;
		margin: 0 1px;
		padding: 10px 5px;
	}
	#nav li:last-child a {
		margin-left: 1px;
	}
}
/* Alternate rules for screen widths in the range 481-680 px */
@media only screen and (min-width: 481px) and (max-width: 680px) {
	#header h1 {
		height: 165px;
	}
	#nav {
		width: 396px;
		height: 85px;
	}
	#nav li a {
		margin-bottom: 2px;
	}
	#nav li:nth-child(4) a {
		margin-left: 66px;
	}
}
/* Border for screens wider than 702px */
@media only screen and (min-width: 702px) {
	#wrapper {
		border-left: #594431 solid 1px;
        border-right: #594431 solid 1px;
	}
}

/* Rules for desktops */
@media only screen and (min-width: 769px) {
	#wrapper {
		width: 980px;
		background-image: url(../images/basin_bg.jpg);
	}
	#header h1 {
		font-size: 413%;
		height: 220px;
		padding-top: 0.25em;
		padding-bottom: 0.25em;
	}
	/* Navigation menu */
	#nav {
		width: auto;
		height: 45px;
		margin: 0 auto 15px 35px;
	}
	#nav li a {
		width: 160px;
		padding: 10px;
		margin: 0 1px;
	}
	#nav li:last-child a {
		margin-left: 1px;
	}
	/* Main content and sidebar */
	.content-medium, .aside {
		margin: 20px;
	}
	.content-medium {
		float: left;
		width: auto;
		margin-top: 5px;
		display: inline; /* Fixes double-margin bug in IE 6 & 7 */
	}
	.aside {
		margin-left: 720px;
	}
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
