body {
    background: #333333;
	
		background-image: url('/wordpress/wp-content/uploads/2020/01/quinns.jpg');

	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;  
    background-size: cover;
	background-repeat: repeat-x, repeat-y;
  background-attachment: fixed;
	
	font-family: Alike, Verdana;
	color: #ffffff;
font-size: 18px;
	font-weight: 100;
	letter-spacing: 0.5px;
}

:link { color: #cccccc; text-decoration: none;  }
:visited { color: #cccccc; text-decoration: none;  } 
a:active { color: #ffffff; text-decoration: none;  } 
a:hover { color: #ffffff;  text-decoration: none;  } 


html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

html {
  scroll-behavior: smooth;
}


.jump:before {
content: "";
display: block;
height: 340px;
overflow: hidden;
background-color: #ffccff;
}







/************************************************************************************
STRUCTURE
*************************************************************************************/


#page-wrap {
	width: 100%;
	margin: 0 auto;    	
	background: #ede4db;

}




#page {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}



#content {
	width: 80%;
	text-align: center;
		overflow: hidden;
margin: 0 auto;
    min-height: 1200px;
    margin-top: 101px;
}






/************************************************************************************
HEADER
*************************************************************************************/


#header {
	width: 100%;
	text-align: center;
	padding: 0 0 0px 0;
 position: fixed;
  top: 0;
	margin: 0;
  width: 100%;
  border-bottom: 1px solid #669999;
		  height: 100px;
  max-height: 100px;
  z-index: 1000;
	background-color: #333333;

}

#header-content {
	width: calc(100% - 140px);
	padding: 0px 0;
	overflow: hidden;
	margin-top: 0px;
    margin-left: 70px;
	max-width: 10209px;
	text-align: center;

}



img.site-logo {
    width: 300px;
	margin: 22px 0 0 0;
}

img.footer-logo {
    width: 100px;
	margin: 0px 0px;
}





#empty-box {
	float: left;
	width: 68px;
	height: 20px;
	overflow: hidden;
	display: none;
}




	.nav-mobile-break {
display: none;
}

	#nav-bar {
	float: right;
	text-align: right;
	overflow: hidden;
		margin: 8px 15px 0 0;
}

	
	
.nav-gap {
	width: 55px;
	height: 10px;
	overflow: hidden;
	background-color: #cc3300;
}
	
	
	
#nav-left {
	width: 30%;
	float: left;
	overflow: hidden;
	text-align: right;
	padding-top: 5px;
}

#nav-right {
	width: 30%;
	float: left;
	overflow: hidden;
	text-align: left;
		padding-top: 5px;

}



/************************************************************************************
SHARED
*************************************************************************************/


#footer {
	clear: both;
  border-top: 0px solid #669999;
	padding: 40px 40px 60px 40px;
	text-align: center;
	overflow: hidden;
    background-color: #333333;
}




.top-button-bar {
	padding: 50px 40px 0px 40px;
	width: calc(100 - 80px);
	text-align: right;
	overflow: hidden;
}




#carousel {
	margin-top: 75px;
	padding: 0;
	width: 100%;
	overflow: hidden;
}




#portfolio {
	margin: 0 auto;
	padding: 60px;
	width: calc(100% - 120px);
	text-align: center;
	background-color: #a2bdc3;
	overflow: hidden;
    min-height: 320px;
}





#cv {
	margin: 0 auto;
	padding: 60px;
	width: calc(100% - 120px);
	text-align: center;
	background-color: #73383e;
	overflow: hidden;
        min-height: 1320px;

}







#background {
	height: 375px;
	overflow: hidden;
    min-height: 120px;

}


#about {
	margin: 0 auto;
	padding:  60px;
	width: calc(100% - 120px);
	text-align: center;
	background-color: #eaf8f8;
	overflow: hidden;
    min-height: 320px;

}







#contact {
	margin: 0 auto;
	padding: 60px;
	width: calc(100% - 120px);
	text-align: center;
	background-color: #ede4db;
	overflow: hidden;
	font-size: 20px;
        min-height: 320px;

}

	
	






/************************************************************************************
GALLERY
*************************************************************************************/

	.lightbox-gallery { 
	float:left;
	margin: 20px;
	padding:0;
		width: calc(33% - 40px);
		overflow: hidden;
		
			-moz-border-radius: 0px;
	-webkit- border-radius: 0px;
	border-radius: 0px;
			border: 1px solid #666666;


}

	.lightbox-pic { 
		width: 100%;
		 margin: 0;
}
	
	img.lightbox-pic:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}





/************************************************************************************
IMGS
*************************************************************************************/


img {
	border-style: none;
}






img.opacity {
	opacity: 1;
	filter: alpha(opacity=100);
	}	
 
img.opacity:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
	

	
img.social-button {
	width: 40px;
	margin: 10px 30px;
	}

img.social-button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
img.contact {
	width: 100%;
	margin: 10px 0 40px 0;
}



/************************************************************************************
SHARED CONTENT
*************************************************************************************/

	
	.mpu-ad {
	width: 300px;
	margin-bottom: 40px;
}

	.widget {
	margin-top: 80px;
	margin-bottom: 70px;
	padding: 0;
	width:300px;
}



	.thin-divider {
height: 1px;
margin-bottom: 10px;

}


	
	.gap {
		clear: both;
height: 50px;
}

	.gap-big {
				clear: both;

height: 140px;
}

	.gap-small {
		clear:both;
height: 10px;
}

.gap-tiny {
		clear:both;
height: 5px;
}



	#follow-buttons {
float:right;
padding-left: 15px;
}


	.pad-left { 
margin-left:15px;
}


