body {
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;}

div.main-container {
	min-height: 100%;
	width: 100%;
	position: relative;}

div.content-wrap {
	padding-bottom: 60px;
}

.header {
	padding: 0;
	width: 100%;}

.body {
	padding: 0;
	padding-bottom: 10px;
	overflow: auto;
	width: 100%;
	text-align: center;}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	background-color: #4b7b85;
	color: white;
	padding-top: 2px;}

.footer a {
	text-decoration: none;
}

.footer {
	font-family: "Amatic SC";
	font-size: 30px;
	

}



div.navigation {
	visibility: hidden;
}

.--logo {
	display: inline-block;
	vertical-align: bottom;
	width: 45%;
	max-width: 600px;
	margin-bottom: -35px;

}

.logo {
	font-family: "Amatic SC";
	font-size: 8vh;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: -25px;
	color: #4b7b85;
}

div.short-menu {
	position: relative;
	display: inline-block;
	left: 30%;
	top: -110px;
	width: 70%;
	text-align: right;
	vertical-align: bottom;
	border-bottom: 4px solid #4b7b85;
	font-size: 4.5vw;
	margin-bottom: -110px;
}

li.short-nav-item {
	display: inline;
	list-style-type: none;

	padding: 10px;
	text-decoration: none;
}

.short-nav-item a {
	text-decoration: none;
	color: #4b7b85;
}

.dropbtn  {
	background-color: #4b7b85;
	color: white;
	font-size: 21px;
	border: none;
	width: 160px;
	padding: 14px 20px;
	margin: 0;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: black;
}

.dropdown {
	float: right;
	display: inline-block;
	width: 160px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #4b7b85;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}



.dropdown-content a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 12px 16px;

}

.dropdown-content a:hover {background-color: black;}

.show {display:block;}











div.social-media {

	position: relative;
	bottom: 18px;
	float: right;
	
}

li.social-icon {
	list-style-type: none;
	display: inline;
	padding-top: 5px;
	padding-right: 15px;
}

.social-icon img {
	width: 30px;
}

div.polaroid {
	

	display: inline-block;
	margin: 30px auto 10px auto;
	

}

.polaroid a {

	margin: 15px;
}

.polaroid img {
	width: 75vw;
	max-width: 400px;
	box-shadow: 4px 4px 15px grey;
}

div.thumb {
	display: inline-block;
	margin: 0px auto 10px auto;
}

.thumb a {
	margin: 15px;
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	
}

.thumb img {
	width: 38vw;
	max-width: 400px;
	box-shadow: 4px 4px 15px grey;
	cursor: zoom-in;
}

.entry {

	width: 90vw;
	max-width: 800px;
}

.entry-portrait {
	display: inline-block;
	width: 90vw;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.entry-landscape {
	display: inline-block;
	width: 90vw;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;}

h3 {
	text-align: left;
	margin: 25px;
}

.pub {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
}

.contact {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	text-align: center;
}

.contact a {
	color: #4b7b85;
	text-decoration: none;
}


img.headshot {
	width: 50vw;
	align: center;
	position: relative;

}

.about  {
	text-align: center;
	margin: 25px;
	font-family: "Annie Use Your Telescope";
	font-size: 20px;
}

.about a {
	font-family: "Amatic SC";
	font-size: 35px;
	color: #4b7b85;
	text-decoration: none;
}

body p {
	text-align: left;
	margin: 25px;
}

img.astound {
	width: 120px;
	margin-left: 10px;
	margin-right: 25px;
}

.line {
	width: 75%;
	border-bottom: 4px solid #477c73;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.client-name {
	text-align: left;
}


.row {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
}

.column {
	flex: 33%;
	max-width: 33%;

	margin-left: auto;
	margin-right: auto;

	
}



.column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;



	
}



.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .8);
}


.modalImage {
	margin: auto;
	display: block;
	max-height: 75vh;
	max-width: 90vw;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}





.ImgThumbnail {
	cursor: pointer;
}

	


	



	

