@charset "utf-8";
/* CSS Document */

/* WHOLE PAGE */
.page { background-color: #ffffff;
		width:75%;
		margin:auto;
		padding:10px;}
		
h2 {color: #66ff66;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {color:#c72c2f;
}
		
/* MAIN */
main {background-color:white;
		width:60%;
		padding:10px;
		float:left;}

		
/* BODY */ 
body {
    background-image:url(images/background-edit.jpg);
}
 
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ff9999;
	background-size:auto;
	position:relative;
	display:table;
	align-self:center;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
                   padding: 0 5px;
                   border-radius: 10px; 
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #ffb3cc;
}

/* HEADER */

.contact-us 

input[type=text], select {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	position:relative;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

div {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

/* SIDEBAR */
.sidebar {background-color:white;
			width:34%;
			float:right;
	        alignment-adjust:central;
			}

/* GALLERY */

.gallery {background-color:white;
			clear:both;
			padding-bottom:"20";
			padding-top:"30";
}

div.img {
    margin: 10px;
    border: 1px solid #ccffff;
    float: left;
    width: 200px;
	alignment-adjust:central;
}

div.img:hover {
    border: 1px solid #ccffff;
}

div.img img {
    width: 80%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}


/* HOME */

#home {background-color:#ffccff;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* 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;
}



/* FOOTER */
.footer {background-image:url(images/footer.jpg);				
		clear:both;
		margin:auto;
		width:75%;
		}
		