@charset "UTF-8";
/* CSS Document */

nav {
	float: right;
	padding-right: 20px;
}

body {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-family: "arial narrow";
	background-color: #3F3F3F;
	background-image: url("images/background-gray.png");
	background-repeat: no-repeat;
	background-position: top;
	
		
}

header img {
	max-width: 50;
	height: auto;
	background-size: cover;
	margin-left: 10px;
	
}


nav ul li {
	list-style-type: none;
	padding-left: 20px;
	padding-top: 1px;
	text-align: right;
	float: left;
}


nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 2px 2px black;
}

.hero-box {
	
	height: 100%;
	margin: 1%;
	margin-left: 10px;
	padding-bottom: 15px;
	
}

.hero-box img {
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
		
}


.col img {
	width: 100%;
	height: auto;
	display: block;
}

.col {
	width: 43%;
	float: left;
	margin: 1%;
	padding-left: 30px;
	
	}

.opt {
	width: 30%;
	float: left;
}

p {
	color: aliceblue;
	text-align: justify;
	font-size: 14px;
	text-shadow: 2px 2px 5px black;
}

h3 {
	color: aliceblue;
	font-size: 22px;
	text-shadow: 2px 2px 5px black;
}

form {
	color: aliceblue;
	margin-left: 425px;
	
}

input[type="text"] {
	width: 250px;
	padding: 1px 10px;
	margin: 5px 0;
	border-radius: 4px;
}

input[type="email"] {
	width: 250px;
	padding: 1px 10px;
	margin: 5px 0;
	border-radius: 4px;
}

textarea {
	width: 250px;
	height: 100px;
	padding: 1px 10px;
	margin: 5px 0;
	resize: none;
	border-radius: 4px;
}

button[type="submit"] {
  background-color: #868686;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  padding: 3px 10px;

}

input[type="submit"]:hover {
	background-color: #363636;
}

p.bottom {
	border: 1px #7A7A7A;
	border-bottom-style: solid;
	width: 95%;
	margin-left: 10px;
	margin-top: 1px;
	
}

.gallery h3{
	text-align: center;
	
}

.gallery img {
	padding-right: 17px;
	padding-top: 20px;
	padding-left: 15px;
	display: inline-block;
	
	}


.gallery {
	width: 93%;
	float: left;
	margin: 1%;
	padding-left: 20px;
	padding-bottom: 200px;
	
	}
.gallery p {
	width: auto;
}

.gallery img:hover {
	opacity: 50%;
}


footer {
	
	width: cover;
 	margin-left: -1%;
	margin-right: -10px;
	background-image: url("images/footer-background.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 100px;
	padding-bottom: 10px;
   	color: white;
	font-size: 12px;
   	
	
}

.copyright p{
	font-size: 9px;
	text-align: right;
	margin-right: 30px
}

/*TABLET*/
@media (max-width:750px){
	
	.hero-box img{
		max-width: 100%;
		height:auto;
		margin-left: 10px;
		padding-right: 100px;
	}
	.col {
		width: 90%;
	}
		
	nav ul li a {
		font-size: 10px;
		text-shadow: 2px 2px black;
	}
	
	
	header img {
		width: 50%;
	}
	
	body img {
		background-size: 30%;
	}
	
	p {
		font-size: 12px;
		text-shadow: 1px 1px black;
	}
	
	h3 {
		font-size: 18px;
		text-shadow: 2px 2px 3px black;
	}

	
	form{
		margin: 30px;
	}
	}
	

	form {
	font-size: 12px;
	}

	

/*PHONE*/
@media (max-width:468px){
	
	.hero-box img{
		max-width: 100%;
		height: auto;
	}
	
	.col {
		width: 90%;
	}
	
	header img {
		width: 35%;
		margin-left: 20px;
	}
	
	nav ul li a {
		font-size: 7px;
		text-shadow: 2px 2px black;
	}
	
	h3 {
		font-size: 16px;
		text-shadow: 2px 2px 3px black;
	}
	
	form {
	font-size: 10px;
}
	
}


