@font-face 
{
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
}

body
{
	background-color:  #000;
}

a
{
	color: #FFF;
}

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

.orbit-slide .text-wrapper
{
	padding: 0 0 50px 50px;
}

.gallery-wrapper
{
	padding: 15px;
	
	border: solid 1px #AAA;
	
	margin: 0.9375rem 0;
}

.gallery-content
{
	min-height: 150px;
	
	position: relative;
}

.gallery-content img
{
	width: 100%;
}

.gallery-title
{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px;
	width: 100%;
	background-color: rgb( 0, 0, 0, 0.6 );
	font-family: "Montserrat", sans-serif;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
    letter-spacing: 0.4em;
	color: #FFF;
}

#error
{
	height: 100vh;
	
	color: #FFF;
	
	background-image: url( "../img/pic12.jpg" );
	background-repeat: no-repeat;
}

#error h1
{
	width: 100%;
	margin: 50px 0;
	font-size: 4.5em;		
	text-align: center;
	color: rgba( 255, 255, 255, 0.8);
	text-shadow: 0px 0px 10px #000;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
}

#error.site-panel h1
{
	border-bottom: 1px solid #FFF;
}

#error p
{
	margin-bottom: 25px;
	font-size: 1.3em;
}

#error a
{
	display: inline-block;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	color: #000;
	padding: 15px;	
	background-color: rgba( 255, 255, 255, 0.8);
	text-shadow: 0px 0px 5px rgba( 255, 255, 255, 1.0);
}

#main-wrapper
{
	min-height: 850px;
	background-image: url( "../img/main-bg.jpg" );
	background-size: 100%, auto;
	background-repeat: no-repeat;
}

#portfolio-wrapper
{
	min-height: 850px;
	background-image: url( "../img/portfolio-bg.jpg" );
	background-size: 100%, auto;
	background-repeat: no-repeat;
}

#about-wrapper
{
	min-height: 850px;
	background-image: url( "../img/about-bg.jpg" );
	background-size: 100%, auto;
	background-repeat: no-repeat;
}

#contact-wrapper
{
	min-height: 850px;
	background-image: url( "../img/contact-bg.jpg" );
	background-size: 100%, auto;
	background-repeat: no-repeat;
}

#gallery
{
	min-height: 800px;
	background-image: url( "../img/pic12.jpg" );
	background-repeat: no-repeat;
	margin-top: 50px;
}

#main h1, #error h1
{
	width: 100%;
	margin: 50px 0;
	font-size: 4.5em;		
	text-align: center;
	color: rgba( 255, 255, 255, 0.8);
	text-shadow: 0px 0px 10px #000;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
}

#main h1 .head-legend, #error h1 .head-legend
{
	display: block;
	font-size: 0.4em;
	text-align: center;
}

p.quote
{
	font-style: italic;
	font-size: 1.2em;
}

p.quote img
{
	margin-bottom: 15px;
	
	width: 16px;
	height: 16px;
}

h4
{
	font-family: "Montserrat", sans-serif;
	border-bottom: 1px dashed #888;
	margin: 0 10px;
}

h2, h3
{
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
}

#section h2, #gallery-title h3
{
	display: block;
	padding: 15px;
	margin-top: 25px;
	text-align: center;
	color: #FFF;

	background-color: rgba( 0, 0, 0, 0.6);
    box-shadow: 0px 0px 25px #000;
	
	text-transform: uppercase;
    letter-spacing: 0.4em;
}

#menu nav
{
	text-align: center;
}

#menu ul
{
	margin: 0;
}

#menu li
{
	display: inline-flex;
}

#menu li a
{
	padding: 15px;
	color: #FFF;
	background-color: rgba( 0, 0, 0, 0.6);
	
    letter-spacing: 0.4em;

	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	transition: text-shadow 1s, background-color 1s;

	text-shadow: 0px 0px 5px rgba( 255, 255, 255, 0.0);
}

a.secondary, a.secondary:hover
{
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	color: #000;
	display: block;
	padding: 15px;	
	background-color: rgba( 255, 255, 255, 0.8);
	text-shadow: 0px 0px 5px rgba( 255, 255, 255, 1.0);
	display: block;
	text-align: center;
	text-decoration: none;
}

.expand
{
	width: 100%;
}

.link-wrapper
{
	display: block;
}

#menu li a:hover, #menu li a.selected
{
	color: #000;
	background-color: rgba( 255, 255, 255, 0.8);
	text-shadow: 0px 0px 5px rgba( 255, 255, 255, 1.0);
	text-decoration: none;
}

#content
{
	color: #FFF;
	min-height: 500px;
	margin-top: 30px;
}

#info p
{
}

.slide-01
{
	height: 500px;
	background-size: cover;
	background-image: url( "../img/slide01-bg.png" );
}

#about-me
{
	padding: 25px;
	background-color: rgb( 0, 0, 0, 0.65);
	box-shadow: 0px 0px 25px #000;
	font-family: "Montserrat", sans-serif;
	text-align: justify;
	margin-bottom: 15px;
}

#contact
{
	padding: 25px;
	background-color: rgb( 0, 0, 0, 0.65);
	box-shadow: 0px 0px 25px #000;
	font-family: "Montserrat", sans-serif;
	text-align: justify;
	margin-bottom: 15px;
}

#contact legend
{
	padding: 0 15px;
	font-size: 1.2em;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#contact label
{	
	color: #FFF;
}

#contact input, #contact textarea
{
	background-color: rgb( 32, 32, 32, 0.5 );
	
	border: 1px dashed #888;
	
	color: #FFF;
}

#contact input.submit
{
	text-transform: uppercase;
	
	color: #000;
	background-color: #FFF;
	border: none;
}

#about-me p
{
	column-rule: solid 1px #FFF;
	text-align: justify;
}

#portrait
{
	float: right;
		
	width: 350px;
	
	margin: 0 0 25px 25px;
}


#info
{
	padding: 25px;
	background-color: rgb( 0, 0, 0, 0.65);
	box-shadow: 0px 0px 25px #000;
	font-family: "Montserrat", sans-serif;
	text-align: justify;
}

#gallery-panel
{
	font-family: "Montserrat", sans-serif;
	color: #FFF;
}

.random-thumb
{
	width: 100%;
	
	ratio: 1;
}

img.portrait
{
	width: 100%;
	height: auto;
	aspect-ratio: 1;
}

.site-panel
{
	background-color: rgb(0, 0, 0, 0.65);
	border: 1px dashed rgb(255, 255, 255, 0.65);
	box-shadow: 0px 0px 25px #000;
	padding: 25px;
}

#top-nav
{
	display: none;
	overflow: hidden;
	position: sticky;
	top: 0;
	background-color: #333;
	z-index: 10;
}

#mobile-logo img
{
	height: 40px;
	margin: 10px;
}

#mobile-links 
{
	display: none;
}

#mobile-links a, .menu-button-wrapper a
{
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
}

#mobile-links a a.icon, #mobile-links a a.icon:hover
{
	background: black;
}

#mobile-links a:hover 
{
	background-color: #ddd;
	color: black;
}

#mobile-links a
{
	background-color: #555;
	border-bottom: 1px solid #333;
}

.mobile-menu-bar
{
	display: block;
	overflow: hidden;
	background-color: 04AA6D;
	height: 60px;
}

.menu-button-wrapper
{
	float: right;
}

.active 
{
	color: black;
	float: left;
}

#gallery-list
{
	padding: 15px;
	color: #FFF;
	background-color: rgba( 0, 0, 0, 0.6);
	box-shadow: 0px 0px 25px #000;
	margin-bottom: 15px;
}

.picture-border
{
	margin: 0.9375rem 0;
			
	padding: 15px;
	
	border: solid 1px #AAA;
}

.picture-wrapper
{
	overflow: hidden;
}

.picture
{
	width: 100%;
		
	transition: transform 0.5s;
}

.picture:hover
{
	transform: scale( 1.25 );
}

#footer
{
	color: #FFF;
		
	padding-top: 25px;
	
	border-top: 1px dashed #888;
	
	min-height: 200px;
}

#footer .footer-block-content
{
	padding: 15px 0px;
}

#footer ul
{
	list-style-type: none;
}

#footer ul li
{
	margin-bottom: 20px;
}

.social-link
{
	margin-left: 15px;
}

.sponsor
{
	text-shadow: #FFF 1px 0 10px;
}

@media print, screen and (max-width: 39.99875em) 
{
	#menu
	{
		display: none;
	}
	
	#top-nav
	{
		display: block;
	}
	
	.link-wrapper
	{
		display: block;
	}
	
	a.secondary
	{
		text-align: center;		
	}
	
	#main-wrapper
	{
		min-height: 850px;
		background-image: url( "../img/main-mobile.jpg" );
	}
	
	#portfolio-wrapper
	{
		min-height: 850px;
		background-image: url( "../img/portfolio-mobile.jpg" );
	}
	
	#about-wrapper
	{
		min-height: 850px;
		background-image: url( "../img/about-mobile.jpg" );
	}
	
	#contact-wrapper
	{
		min-height: 850px;
		background-image: url( "../img/contact-mobile.jpg" );
	}
	
	#info p
	{
		column-count: unset;
		column-gap: unset;
		column-rule: unset;
	}
	
	#portrait
	{
		float: none;
		display: block;
		margin: 0 auto 25px auto;		
	}
	
	#about-me p
	{
		clear: both;
	}
		
	.picture
	{
		width: 100%;
			
		transition: unset;
	}
	
	.picture:hover
	{
		transform: unset;
	}
}


