/* David Muench Responsive Home Page - CSS file */

body {
	background-color:#161419;
	font-family: 'Roboto', Verdana, Arial, sans-serif;
	color:#656167;
	font-size: 100%;
	margin:0;
}

/** common **/


img {
	border:none;
}

.alignnone {
	float: none; 
	margin: 0 0 40px 0;
	width: 90%;
	height: auto;
	padding: 0 5%;
}



.alignleft2 {
	float: left; 
	margin: 0 1.5em 1em 1em;
	max-width: 100%;
	height: auto;
}

.alignright {
	float: right; 
	margin: 0 0 1em 1.5em;
	max-width: 550px;
	height: auto;
}

span.caps
{
	text-transform: uppercase;
}

.clear {
	clear:both;
}

h1 {
	font-family: 'Vollkorn', Georgia, serif;
	color:#a8a5ab;
	font-size: 1.444em;
	font-weight:normal;
	margin:0;
}

#buttonContainer {
	margin:0 auto;
	width:auto;
	left:;
}

a.button2  {
	display:inline;
	background-color:#474449;
	line-height:35px;
	padding:10px 15px;
	text-align:center;
	text-decoration:none;
	color:#000;
	
}


a.button2:hover {
	background-color:#fff;
}



/** content **/

#sitewrap {
	max-width:100%;
	padding: 10px 0;
	margin:0 auto;
	overflow:hidden;
}

#header{
	width:auto;
	margin:0 auto;
	padding: 38px 30px 0 30px;
	overflow:hidden;
	text-align:center;
	font-family: 'Vollkorn', Georgia, serif;
	color:#92051f;
	font-size: 3.375em; /** 54px **/ 
	line-height: 90%;
}

#header a{
	color:#92051f;
	text-decoration:none;
}

span.header {font-size: 36px; 
}


#subtitle{
	width:auto;
	margin:0 auto;
	padding: 2px 30px 0 30px;
	overflow:hidden;
	text-align:center;
	font-family: 'Vollkorn', Georgia, serif;
	color:#850a21;
	font-size: 1.313em; /** 21px **/ 
	letter-spacing: .5px;
		
}

#countries{
	width:100%;
	margin:0 auto;
	padding: 40px 0px 10px 0px;
	overflow:hidden;
	font-size: 0.875em;
	text-align: center;
		
}

#countries2{
	width:100%;
	margin:0 auto;
	padding: 40px 0px 10px 0px;
	overflow:hidden;
	font-size: 0.875em;
	text-align: center;
	color: #669a9a;
		
}



/*Strip the ul of padding and list styling*/
#countries ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: relative;
	width: 100%;
	
	}

/*Create a horizontal list with spacing*/
#countries li {
	display:inline-block;
		margin: 0 3px;
		
}

/*Strip the ul of padding and list styling*/
#countries2 ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: relative;
	width: 100%;
	
	}

/*Create a horizontal list with spacing*/
#countries2 li {
	display:inline-block;
		margin: 0 3px;
		
}


#topbar{
	width:100%;
	margin:0 auto;
	padding: 10px 30px;
	overflow: hidden;
	background-color: #1d1b21;
		
}


#content-layer1{
	width:100%;
	margin:0 auto;
	padding: 20px 0 0 0;
	overflow: hidden;
	text-align:center;	
		
}


#content-layer2{
	width:100%;
	margin:0 auto;
	padding: 20px 0;
	overflow: hidden;
	background-color: #1d1b21;
		
}

#content-layer3{
	width:100%;
	margin:0 auto;
	padding: 20px 0 20px 0;
	overflow: hidden;	
}

#content-layer3 p{
	padding-right: 7%;
}

#content{
	width:auto;
	max-width: 1050px;
	margin:0 auto;
	padding: 20px 20px 0 20px;
	overflow:hidden;
		
}

#content a {
	color:#a8a5ab;
	text-decoration: none;
}

#content a:hover {
	color:#a8a5ab;
	text-decoration:underline;
}

#5images{width:auto;
	max-width: 900px;
	margin:0 auto;
	

}

#5images img{ width: 18%; 
padding-right:2%
vertical-align:top;
	} 
	
	
p a {
	color:#A50A0D;
	text-decoration:none;
}

/*Navigation*/
#navigation
{
	width: auto;
	margin:0 auto;
	padding: 10px 0 0 0;
	text-align:center;
	position:relative;
	z-index:50;
	height: 40px; 
	
}

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
	width: 100%;
	
	}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
		margin: 0 10px;
}

/*Style for menu links*/
li a {
	display:block;
	width:100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: 'Roboto', Verdana, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	font-size: 1.125em; /** 18px **/ 
	
	
	}
	
	

/*Hover state for top level links*/
li:hover a {
	background: #38343e;
	text-decoration: underline;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #fff;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
	opacity: 1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #a6a5a7;
	color: #000;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
	width: auto;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
	margin: 0;
}

/*Prevent text wrapping*/
 li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
	border-top: 0;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
 .show-menu {
	font-family: 'Roboto', Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #474449;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
 input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Footer*/

#footer{
	width:100%;
	margin:0 auto;
	padding: 20px 0 20px 30px;
	overflow: hidden;
	background-color: #1d1b21;
	border-top: 1px solid grey;
	line-height: 1.75em; /* 28px */
	min-height: 200px;

}

#footer-content{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	width:auto;
	max-width: 1216px;
	margin:0 auto;
	

}


#footer a{
	color:#656167;
	text-decoration:none;
}


#footer a:hover{
	color:#656167;
	text-decoration:underline;
} 

#footer h2{
	font-family: 'Roboto', Verdana, Arial, sans-serif;
	color:#656167;
	font-size: 1em; /* 16px */
	text-decoration:underline;
}

#footer ul {
	list-style-type:none;
	margin:0;
	padding:0 0;
	position: absolute;
	width: auto;
	line-height: 1.75em; /* 28px */
}


#footer li {
	display: block;
	margin: 0 0;
}

/*Style for menu links*/
#footer li a {
	display:block;
	width:100%;
	height: auto;
	text-align: left;
	line-height: 1.125em; /* 18px */
	font-family: 'Roboto', Verdana, Arial, sans-serif;
	color: #656167;
	text-decoration: none;
	padding: 0;
	margin-bottom: 10px;	
	}
	

/*Hover state for top level links*/
#footer  li:hover a {
	background: none;
	text-decoration: underline;
}


#col1 { width: 25%;
float: left;
padding: 0 0;
	
}

#col2 { width: 25%;
float: left;
	padding: 0 0;
}

#col3 { width: 25%;
float: left;
	padding: 0 0;
}

#col4 { width: 25%;
float: right;
	padding: 0 0;
}

#copyright{
	width:100%;
	margin:0 auto;
	padding: 20px 30px 0 30px;
	overflow:hidden;
	text-align:center;
		
}


/*Gallery Home*/
.popup-gallery{
	text-align:center;
	max-width:100%;
	padding:0;
	margin:0 auto;
	color:#fff;
	
}

.gallery-image {
		text-align:center;
		padding:40px 36px;
		display:inline-block;
		width: 18%;
		vertical-align: middle; }
		


.gallery-image img{ 
margin-bottom: 20px;
padding: 8px;
border: grey 1px solid;
	
}


/*Responsive Styles*/

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


.alignleft2 {
	float: left; 
	margin: 0 1.5em 1em 1.5em;
	max-width: 100%;
	height: auto;
}

#content-layer3 p{
	padding-right: 3%;
}

.alignright {
	float: right; 
	margin: 0 1em 1em 1.5em;
	max-width: 100%;
	height: auto;
}
	
#content-layer2 p{
	padding-left: 3%;
}

#content-layer2 h1{
	padding-left: 3%;
}

	/*Navigation*/
/*Create a horizontal list with spacing*/
li {
	display:inline-block;
		margin: 0 20px;
}


}

@media screen and (max-width : 1100px){
	
	
	
	
	
	/*Navigation*/
	/*Create a horizontal list with spacing*/
li {
	display:inline-block;
		margin: 0 15px;
}

/*Style for menu links*/
li a {
	padding: 0 5px;
		}
		
		


}

@media screen and (max-width : 940px){
	
.alignright {
	float: none; 
	margin: 0 0 1em 0;
	max-width: 80%;
	height: auto;
	padding: 0 10%;
}
	
#content-layer3 p{
	padding: 0 3%;
}
	
	/*Navigation*/
	/*Create a horizontal list with spacing*/
li {
	display:inline-block;
		margin: 0 8px;
}

/*Style for menu links*/
li a {
	padding: 0 3px;
	font-size:15px; 
	
	}
	
#footer{
		min-height: 250px;

}	
	
	/*Style for menu links*/
#footer li a {
	display:block;
	width:60%;
}

.gallery-image {
		width: auto;
		
}


}

@media screen and (max-width : 768px){
	
#header{
	width:70%;

}

#countries{
	width:100%;
	margin:0 auto;
	padding: 0 0 20px 0;
	overflow:hidden;
	font-size: .8125em;
	text-align: center;
		
}

#countries2{
	width:100%;
	margin:0 auto;
	padding: 0 0 20px 0;
	overflow:hidden;
	font-size: .8125em;
	text-align: center;
	color: #23B5CB;
		
}

#topbar{
	display: none;
	
		
}


.alignleft2 {
	float: none; 
	margin: 0 0 1em 0;
	width: 60%;
	height: auto;
	padding: 0 20%;
}
	
#content-layer3{
	width:100%;
	margin:0 auto;
	padding: 20px 0 20px 0;
	overflow: hidden;	
}

#content-layer3 h1{
	padding: 0 5%;
}


#content-layer3 p{
	padding: 0 5%;
}


	
	/*Navigation*/
#navigation
{
		padding: 0;
	
}
	
	/*Make dropdown links appear inline*/
 ul {
		position: static;
		display: none;
		width: auto;
	}
	
	
	/*Create vertical spacing*/
 li {
		margin: 0;
	}
	
	


/*Style for menu links*/
li a {
	display: block;
	width:100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: 'Roboto', Verdana, Arial, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 0 ;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid black;
	background: #fff;
	font-size: 1em;
	
}

/*Hover state for top level links*/
li:hover a {
	background: #b4b4b4;
	text-decoration: underline;
}


li:hover ul a {
	background: #d7d7d7;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}
	
	/*Make all menu links full width*/
ul li, li a {
	width: 100%;
	}
	/*Display 'show menu' link*/
.show-menu {
	display:block;
	}
	
	
/*Footer*/	

#footer{
	width:auto;
	margin:0 auto;
	padding: 20px 0;
	overflow: hidden;
	background-color: #1d1b21;
	border-top: 1px solid grey;
	line-height: 1.75em; /* 28px */
	min-height: 175px;
	text-align:center;
}


#col1 { width: 100%;
float: none;
padding: 0;
	
}

#col2 { width: 100%;
float: none;
padding: 0;
}

#col3 { width: 100%;
float: none;
padding: 0;
}

#col4 { width: 100%;
float: none;
padding: 0;
}
	
#footer{
		min-height: 200px;

}
	
	
#copyright{
	width:100%;
	margin:0 auto;
	padding: 0 0;
	overflow:hidden;
	text-align:center;
		
}
	
}

@media screen and (max-width : 788px){
	
	
	
#header{
	width:60%;
	
	}
	
#content-layer1{
	width:100%;
	margin:0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	text-align:center;	
}
	
	
.alignleft2 {
	float: none; 
	margin: 0 0 1em 0;
	width: 70%;
	height: auto;
	padding: 0 15%;
}
}

@media screen and (max-width : 600px){
	
	
#header{
	width:auto;
	
	}
	
.alignleft1 {
	float: none; 
	margin: 0 0 20px 0;
	width: 98%;
	height: auto;
	padding: 0 1%;
}

.alignleft2 {
	float: none; 
	margin: 0 0 1em 0;
	width: 90%;
	height: auto;
	padding: 0 5%;
}

#content-layer3{
	width:100%;
	margin:0 auto;
	padding: 20px 0 0 0;
	overflow: hidden;	
}

#content-layer3 h1{
	padding: 0 1%;
}


#content-layer3 p{
	padding: 0 1%;
}
	
	
	
.alignright {
	float: none; 
	margin: 0 0 1em 0;
	max-width: 96%;
	height: auto;
	padding: 0 2%;
}
	
#content-layer3 p{
	padding: 0 1%;
}
}