html { 
	font-family: 'Open Sans', Helvetica, Arial, sans-serif; 
	font-weight: 300;
	font-size: 1rem;
	width: 100%;
	color: #2a2a2a;
	-webkit-animation: MasterfadeIn ease-in 1;
			animation: MasterfadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
	-webkit-animation-duration: .4s;
			animation-duration: .4s;
}

@-webkit-keyframes MasterfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes MasterfadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
	/*align-content: space-between;*/
	-ms-flex-line-pack: start;
		align-content: flex-start;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

p {
	line-height: 1.3;
	margin-bottom: 10px;
}

header {
	width: 100%;
	background-color: #fff;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
	z-index: 99;
}

a, a:hover, header img, header a:hover img, p a, p a:hover, header a h1, header a h1:hover, footer ul a, footer ul a, footer ul a:hover, footer ul a:hover, #footer_social_trigger #social_hover, .basic_holder li a, .basic_holder li a:hover, .nav_elements ul li a, .nav_elements ul li a:hover { 
	-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, font-weight .25s ease-in-out, opacity .25s ease-in-out; 
	-o-transition: color .25s ease-in-out, background-color .25s ease-in-out, font-weight .25s ease-in-out, opacity .25s ease-in-out; 
	transition: color .25s ease-in-out, background-color .25s ease-in-out, font-weight .25s ease-in-out, opacity .25s ease-in-out; 
}

header a:hover img {
	opacity: .8;
}

header a, header h2 {
	padding: 5px 20px;
}

header img { width: calc(7rem * .9); }
header h1 { font-size: 7rem; }
header h2 { font-size: 2.5rem; }

header img {
	height: auto;
	margin: 0 20px 0 0;
	opacity: 1;
}

header h1 {
	font-family: 'Alfa Slab One', 'Arial Black', 'Arial Bold', Helvetica, Arial, sans-serif;
	font-weight: 500;
	text-align: center;
	color: #2a2a2a;
}

header h2 {
	background-color: #FFE600;
	margin: 20px 0 0 0;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	letter-spacing: 10px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}

header a, footer a { 
	text-decoration: none; 
	color: initial;
}

p a, .basic_holder li a, button a {
	font-weight: 700;
	text-decoration: none; 
	color: #7fcbe9;
}

p a:hover, .basic_holder li a:hover, button a:hover {
	color: #05adef;
}

header a { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

header a:hover h1 {
	color: #505050;
}

.content_wrapper { 
	width: 768px; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	padding: 0 20px;
}

footer {
	color: #fff;
	width: 100%;
	text-align: center;
	z-index: 99;
	position: relative;
	padding: 75px 0 0 0;
}

footer ul a { 
	color: #fff; 
	font-weight: 300;
	width: 100%;
	display: block;
	padding: 15px 0;
}

footer ul a:hover {
	background-color: #05adef;
}

footer ul a:hover, #footer_social_trigger #social_hover {
	font-weight: 800;
}

.footer_holder, footer ul, .footer_secondary {
	background-color: #2a2a2a;
}

.footer_holder {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #808080;;
}

footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
			justify-content: space-evenly;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	width: 768px;
	margin: 0 auto;
	list-style-type: none;
}

footer ul li, footer ul div {
	width: 100%;
}

.footer_group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

#footer_design_trigger .footer_secondary, #footer_social_trigger .footer_secondary {
	-webkit-transition: bottom .4s ease-in-out, opacity .2s ease-in-out;
	-o-transition: bottom .4s ease-in-out, opacity .2s ease-in-out;
	transition: bottom .4s ease-in-out, opacity .2s ease-in-out;
}

#footer_design_trigger:hover .footer_secondary, #footer_social_trigger:hover .footer_secondary {
	-webkit-transition: bottom .2s ease-in-out, opacity .4s ease-in-out;
	-o-transition: bottom .2s ease-in-out, opacity .4s ease-in-out;
	transition: bottom .2s ease-in-out, opacity .4s ease-in-out;
}

.footer_secondary {
	position: absolute;
	width: 100%;
	bottom: -200%;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
			box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

#footer_design_trigger:hover .footer_secondary, #footer_social_trigger:hover .footer_secondary {
	bottom: 100%;
	opacity: 1;
}

#footer_social_trigger #social_default, #footer_social_trigger:hover #social_hover { 
	display: inline; 
	-webkit-transition: none; 
	-o-transition: none; 
	transition: none;
}

#footer_social_trigger:hover #social_default, #footer_social_trigger #social_hover { 
	display: none; 
	-webkit-transition: none; 
	-o-transition: none; 
	transition: none;
}

.footer_aboutme:before, .footer_design:before, .footer_design_print:before, .footer_design_digital:before, .footer_photos:before, .footer_email:before, .footer_social_linkedin:before, .footer_social_facebook:before, .footer_social_instagram:before {
	font-family: FontAwesome;
	font-size: 120%;
	font-weight: 100;
}

.footer_aboutme:before { content: '\f15c\2002'; }
.footer_design:before { content: '\f0db\2002'; }
.footer_design_print:before { content: '\f1ea\2002'; }
.footer_design_digital:before { content: '\f121\2002'; }
.footer_photos:before { content: '\f030\2002'; }
.footer_email:before { content: '\f1d9\2002'; }
.footer_social_linkedin:before { content: '\f08c\2002'; }
.footer_social_facebook:before { content: '\f082\2002'; }
.footer_social_instagram:before { content: '\f16d\2002'; }

.section_label:before, .marker:before {
	content: '\00a0';
	margin-top: -40px;
	padding-top: 40px;
	display: block;
}

.nav_elements {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(42, 42, 42, .8);
	z-index: 4;
}

.nav_elements, .footer_secondary li {
	border-bottom: 1px solid #808080;
}

.nav_elements ul {
	width: 768px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	list-style-type: none;
	line-height: 1.3;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.nav_elements ul li {
	width: 100%;
	padding: 12px 0;
	text-align: center;
}

.nav_elements ul li a {
	text-decoration: none;
	color: #DDD;
	font-weight: 800;
}

.nav_elements ul li a:hover {
	color: #05adef;
}


@media only screen and (max-width: 1065px) {
	header img { width: calc(4.8rem * .9); }
	header h1 { font-size: 4.8rem; }
	header h2 { font-size: 2.5rem; }
}

@media only screen and (max-width: 768px) {
	header h2 { font-size: 2rem; }
	.content_wrapper, footer ul { width: 700px; }
}

@media only screen and (max-width: 767px) {
	header a { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	header img { margin: 0 0 20px 0; }
	header img { width: calc(4rem * .9); margin: 0 0 20px 0; }
	header h1 { font-size: 4rem; }
	header h2 { font-size: 2rem; }
	.footer_holder span, #footer_social_trigger #social_default, #footer_social_trigger:hover #social_hover  { display: none; }
	footer ul { width: 100%; }
	.nav_elements ul { width: initial; }
	.footer_aboutme:before { content: '\f15c'; }
	.footer_design:before { content: '\f0db'; }
	.footer_design_print:before { content: '\f1ea'; }
	.footer_design_digital:before { content: '\f121'; }
	.footer_photos:before { content: '\f030'; }
	.footer_email:before { content: '\f1d9'; }
	.footer_social_linkedin:before { content: '\f08c'; }
	.footer_social_facebook:before { content: '\f082'; }
	.footer_social_instagram:before { content: '\f16d'; }
}

@media only screen and (max-width: 600px) {
	.nav_elements ul li:nth-of-type(n+5) { display: none; }
}

@media only screen and (max-width: 414px) {
	.nav_elements ul li:nth-of-type(n+4) { display: none; }
}

@media only screen and (max-width: 325px) {
	header img { width: calc(3rem * .9); }
	header h1 { font-size: 3rem; }
	header h2 { font-size: 1.75rem; }
}

.gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


@media (prefers-color-scheme: dark) {
	body, header {
		background-color: #000;
	}

	p, li, ul, ol, h1, h2, h3, h4, h5, h4 + b, .header_hed {
		color: #eee;
	}

	#rsdpages p {
		border-bottom-color: rgba(255, 255, 255, .5);
	}

	header h2 { color: #000; }

	a, #rsdpages a { color: white; }

	.gradient {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+50 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */	
	}
}

@media print {
	.no-print, .no-print-all * { display:none; }
}