body {
	margin:0px;
	background-color:#fff;
	color:#665c71;
	font-family: 'Barlow', sans-serif;
	font-size:13pt;
	max-width: 100%;
}

p {
padding-top:10px;
margin-top:0px;
margin-bottom:0px;
padding-bottom: 0px;

}

img { max-width:100% }

a {
	color:#707070;
	font-face: Arial, san-serif;
	font-size:14pt;
	 }

#header {
	margin: 0 auto;
	text-align: center;
	display:table;
	height:317px;
}

#home_image {
	float:left;
	position:absolute;
	left: 0px;
	
}

#logo img{
	padding-left:88px;
}

#logo_text {
	display: none;
	margin: 0 auto;
	text-align: center;
}

#menu {

}

.desktopnav {


}

.nav {
	float:left;
	padding:0px;
	margin:0px 22px;
    list-style: none;

}



.nav > li {
    display:inline-block;

}

.current {
	border-bottom: 3px solid #acde81;	
	}


#content {
	background: url('images/bg.jpg');
	margin: 0 auto;
	text-align:center;
	padding-top: 42px;
	padding-bottom:42px;
}

.thumbnails {
	border-radius: 6px;
	border: 1px solid #f4decb;
}

.page-title {
	padding-top:30px;
	padding-bottom: 20px;
	color:#f09955;
	font-family: 'Crimson Text', serif;
	font-size: 26pt;
	text-align:left;
}

ul.about {
	padding:0px;
	margin:0px 0px 0px 20px;
}

.homeimg {
	float:left;
	padding: 52px 25px 0px 25px;
}

.menuspace {
	height:0px;
}

#about-text {
	float:left;
	text-align:left;
	width:60%;
}

#about-photo {
	float:left;
	width:40%;
	text-align:center;
}

.about-photo2 {
	display:none;
	padding-top:24px;
}

.about-pics {
	float:left;
	padding-right:31px;
	margin-top:44px;
}

.portfolio-thumb {
	border: 1px solid #87cedf;
}

.portfolio-text {
	margin-bottom: 0px;
}

.bottom-line {
	height:2px;
	width:100%;
	background-color:#87cedf;
	margin-top:40px;
	margin-bottom:25px;

}

.footer {
	text-align:center;
	font-size:11pt;
	color:#71ba32;
	margin-bottom:25px;
	margin-top:25px;
}

.about_page {
	max-width:750px; 
	font-face: Arial, sans-serif; 
	color:#707070; 
	font-size: 14pt; 
	line-height:1.2em;
	margin: 0 auto;
	text-align:center;
	padding: 30px;
	background-color: rgba(255,255,255,.8);
	border-radius: 10px;

}



/* Dropdown Button */
.dropbtn {
    font-family: Arial;
    color:#71ba32;
    font-size: 30pt;
    cursor: pointer;

}

/* Dropdown button on hover & focus
.dropbtn:hover, .dropbtn:focus {
    background-color: #fff;
}  */

/* The container <div> - needed to position the dropdown content */
.dropdown {
    display: none;
    z-index:500;


}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: relative;
}

/*.dropdown-middle {
    background-color:#393a3c;	
	background: url("../images/nav_m_mid.jpg");
}

.dropdown-content ul {
	list-style-type: none;
	font-size:14pt;
	width:185px;
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 15px;
	}

.dropdown-content li {
	border-bottom: 1px solid #c4c4c4;

	}*/
	
/* Links inside the dropdown */
/*.dropdown-content a {
    color: #dadada;
    padding-bottom: 8px;
    margin-left:10px;
    text-decoration: none;
    display: block;

}

.dropdown-content li:not(.firstitem) {
	padding-top:8px;
}*/
	
/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {color: #fff}*/

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row {
  margin: 0 auto;
  text-align: center;
  width: 80%;
  padding-bottom:0px;
}

.row:after {
  content: "";
  display: table;
  clear: both;

}

.column {
  float: left;
	width: 33%;
}

.column img {
	margin: 33px;
	border-radius: 6px;
	border: 1px solid #f4decb;
}

.column img:hover {
	border: 1px solid #de8d6e;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(84,87,84,.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
max-width:1600px;


}

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

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

.mySlides {
  display: none;

}

.mySlides img {
  border: 4px solid #eee;
border-radius:4px;

}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-shadow: 2px 2px 4px rgba(0,0,0,.4);
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through 
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



@media screen and (max-width:1450px) {

#header {
	margin: 0 auto;
	text-align: left;
	display:inline;

}

#logo {
	padding-bottom:20px;
}

.desktopnav {
	position:relative;
	top: -25px;


}

nav {
	margin-left: 335px;	
}

.column img {
	margin: 10px;
}

.row {
width: 90%;
padding-bottom:20px;
}

}

@media screen and (max-width:1180px) {



#home_image {
	width: 220px;
}

nav {
	margin-left: 135px;	
}

.nav {
	margin: 0px 20px;
}

.row {
width: 98%;
}

}


@media screen and (max-width:970px) {



#home_image {
	display:none;

}

nav {
	margin-left: 0px;	
}

#menu, #logo {
	float:none;
}


#logo img{
	padding-left:0px;
}



}


@media screen and (max-width:840px) {

.desktopnav {display:none}


#menu {
	float:none;

}


.nav > li {
    display:block;

}

.dropdown-content {
	padding-top:10px;
}

.dropdown {
	padding-top:10px;
	margin: 0 auto;
	text-align:center;
	display: table;

}

.dropdown-content {
	margin: 0 auto;
	text-align: center;

}

}


@media screen and (max-width:650px) {



.homeimg {
	float:none;
}

}


@media screen and (max-width:600px) {

#logo {
	display: none;

}

#logo_text {
	display: block;
}

.column {
  float: none;
	width: 96%;
	margin-bottom:20px;
	text-align:center;
}

.row {
	padding-bottom: 0px;
}

.menuspace {
	height:50px;
}

.homeimg {
	padding: 26px 25px 26px 25px;
}

.bottom-line {
	margin-top:0px;
}

#about-text, #about-photo {
	float:none;
	width:90%;
}

#about-photo {
	display:none;
}

.about-pics {
	float:none;
	text-align:center;
	padding-right:0px;
	margin-top:24px;
}

.about-photo2 {
	display:block;
	text-align:center;
}

.portfolio-text {
	margin-bottom:25px;
}

}

