body{margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;}

header{color: white;
text-align: center;
height: 115px;
padding-top: 25px;}

nav{font-weight: bold;
padding: 1em;
font-size: 130%;
color: white;
font-family: Barlow, sans-serif;
letter-spacing: 2px;}

nav a{text-decoration: none;}
nav a:link{color: white;}
nav a:visited{color: white;}
nav a:hover{color: black;}

#top{background-image: url(img1.jpg);
background-position: center;
background-size: cover;
height: 100vh;}

#top2{background-image: url(img2.jpg);
background-position: center;
background-size: cover;
height: 100vh;}

#top3{background-image: url(img3.jpg);
background-position: center;
background-size: cover;
height: 100vh;}

#no_top h1{color: black;}
#no_top h2{color: black;}
#no_top nav a{color: black;}

.barfont{
	font-family: Barlow, sans-serif;
}

main{background-color: #ffffff;
padding: 1px 20px 20px 20px;
display: block;
padding-bottom: 100px;}

article{
	width: 60%;
	margin: auto;
	font-family: Barlow, sans-serif;
}
article h2{
	font-family: Barlow, sans-serif;
}
.articleimg{
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center;
}
.artcontl{
	height: 200px;
	margin-left: 250px;
	text-align: left;
}
.artcontr{
	height: 200px;
	margin-right: 250px;
	text-align: right;
}

header h1{margin-bottom:0;
margin-top:0;
font-family: "Babylonica", cursive;
letter-spacing: 3px;
font-size: 2.5em;
color: white;}

header h2{color: white;
font-family: Barlow, sans-serif;
letter-spacing: 2px;}

h1{font-family: Georgia, "Times New Roman", serif;
color: black;}

h2{font-family: Georgia, "Times New Roman", serif;
color: black;}

h3{font-family: Georgia, "Times New Roman", serif;
color: black;}

label{float: left;
	display: block;
	width: 150px;
	padding-right: 2em;}
	
	
input,textarea{display: block;
	margin: auto;
	margin-bottom: 20px;
	font-family: Barlow;
	border: none;
	border-bottom: 1px solid black;
	width: 300px;
}
	
input[type="submit"]{margin: auto;
	border: none;
	padding: 5px;
	font-family: Barlow;
}

#contact{
	padding-top: 100px;
	display: block;
	width: 300px;
	margin: auto;
	text-align: center;
	font-family: Barlow;
}
	
#contact form{
	text-align: left;
}

#abme{
	width: 400px;
	text-align: center;
	margin: auto;
	line-height: 1.8;
	font-family: Barlow, sans-serif;
	font-size: 17pt;
}

#abme div{
	font-size: 24pt;
}

footer{
	background-color: #ffffff;
	font-size: 75%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;
	padding: 15px;
	padding-top: 150px;
}

.nav_menu{display: table;
	width: 90%;
	margin: auto;}
	
.nav_menu_item{display: table-cell;
	width: 20%;
	text-align: center;}
	
.dropdown{
	display: none;
}
	
#float_img{display: block;
	width: 50%;
	margin: auto;
	padding: 50px;
}
	
.image_row{display: table;
	width: 80%;
	margin: auto;}

.image{display: table-cell;
	width: 20%;
	padding: 24px;
	text-align: center;}
	
.image img{display: block;
	width: 100%;}
	
.imagehome{display: table-cell;
	width: 100%;
	padding: 24px;
	overflow: hidden;
	margin: auto;
}
	
.img{display: block;
	width: 500px;
	height: 300px;
	background-position: center;
	background-size: cover;
	margin: auto;
	transition: all .6s;
	position: relative;
}
.imgcont{display: block;
	width: 500px;
	height: 300px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.img:hover{
	transform: scale(1.5);
}
.centertxt{
	position: absolute;
	color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	padding: 1em;
	font-size: 200%;
	font-family: Barlow, sans-serif;
	letter-spacing: 2px;
	text-align: center;
}
table{
	margin: auto;
	text-align: center;
	width: 75%;
}
td{
	width: 25%;
}
#table2{display: none;}

@media only screen and (max-width: 80em){
	.img{
		width: 400px;
		height: 250px;
	}
	.imgcont{
		width: 400px;
		height: 250px;
	}
}

@media only screen and (max-width: 64em){
	#float_img{display: block;
		width: 80%;
		margin: auto;
		padding: 50px;}
	
	.nav_menu{
		width: 100%;
		font-size: 14pt;
	}
	#top{background-image: url(img11.jpg);
		background-position: center;
		background-size: cover;
		height: 100vh;}
		
	.image{
		padding: 16px;
	}
	.img{
		width: 300px;
		height: 200px;
	}
	.imgcont{
		width: 300px;
		height: 200px;
	}
	article{
		width: 80%;
	}
}
@media only screen and (max-width: 47.5em){
	.img{
		width: 220px;
		height: 200px;
	}
	.imgcont{
		width: 220px;
		height: 200px;
	}
	article{
		width: 100%;
	}
}

@media only screen and (max-width: 37.5em){
	#float_img{
		padding: 20px;
	}
	.nav_menu{
		display: none;
	}
	.dropdown{
		display: block;
		overflow: hidden;
	}
	.dropbutton{
		display: block;
	}
	.dropnavitems{
		display: none;
		position: absolute;
	}
	.dropnavitems a{
		display: block;
		float: none;
		text-decoration: none;
	}
	.dropdown:hover .dropnavitems{
		display: block;
	}
	#no_top .dropnavitems{
		background-color: #f9f9f9;
	}
	#top3{background-image: url(img33.jpg);
		background-position: center;
		background-size: cover;
		height: 100vh;}
	.image{
		padding: 8px;
	}
	.img{
		width: 200px;
		height: 150px;
	}
	.imgcont{
		width: 200px;
		height: 150px;
	}
	#abme{
		width: 300px;
	}
	.image_row{
		display: block;
		width: 100%;
	}
	.imagehome{
		display: inline;
	}
	#contact{
		width: 290px;
	}
	input,textarea{
		width: 290px;
	}
	.articleimg{
		width: 150px;
		height: 150px;
	}
	.artcontl{
		height: 150px;
		margin-left: 175px;
	}
	.artcontr{
		height: 150px;
		margin-right: 175px;
	}
	article h2{
		font-size: 16pt;
	}
	article p{
		padding: 0;
	}
	#table1{display: none;}
	#table2{display: table;}
	
}