@charset "UTF-8";
/* Styles used on both desktop and mobile */

/* RESET */
/*
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.noSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

*/



html {
	/*min-height:100%;*/
	/* make sure it is at least as tall as the viewport */
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #000;
}

body {
	height: 100%;
	/* force the BODY element to match the height of the HTML element */
	position: relative;

}

p,
label,
a,
ul,
li {

	font-family: Helvetica, Arial, "sans-serif";
	color: white;
	font-size: calc(14px + 0.3vw);

}

.photo-credit {
	margin-top: 10px;
	font-family: Helvetica, Arial, "sans-serif";
	color: white;
	font-size: calc(9px + 0.3vw) !important;
	text-align: right;
	color: grey;
}



hr {
	margin-top:60px;
	margin-bottom:60px;
}


h1, h2, h3, h4, p, hr, li, ul, ol, #mailing-list {
	margin-left:10%;
	margin-right:10%;
}

h1 {
	
	font-family: 'D-DIN', Helvetica, Arial, "sans-serif";
	color: white;
	font-size: calc(24px + 0.5vw);
	text-transform: uppercase;
}

h2 {
	font-family: 'D-DIN', Helvetica, Arial, "sans-serif";
	color: white;
	font-size: calc(16px + 0.5vw);
	text-transform: uppercase;

}
h3 {
	font-family: 'D-DIN', Helvetica, Arial, "sans-serif";
	color: white;
	color: white;
	font-size: calc(12px + 0.5vw);
	text-transform: uppercase;

}

#header-img-div {
	
	width: 100%;
	text-align: center;
	height: 76.0vh;
}

#header-img-top-div {
	
	width: 100%;
	text-align: center;
	height: 76.0vh;
}

#header-img {
	/* height: 100%; */
	-o-object-fit: contain;
	object-fit: contain;
}

#header-logo img{
	position:absolute;
	top:10%;
	right:5%;
	width: 20.0vw;
}

#main {
	width: 100%;
	
}



.centering {
	text-align: center;
}

.button-pink {
	font-family: 'D-DIN', Helvetica, Arial, "sans-serif";
	border-radius: 5px;
	padding: 10px;
	background: none;
	background-color: #cd0d9d;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
	color: white;
	outline: none;
	border: none;

}

/* diagrams */
.diagram {
	border: 1px solid grey;
	width: 100%;
}

/* mailing list */


/* video thumbs*/
.video-thumb {
	width: 45%;
	margin: 2%;
}

#video-thumbs {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

.video-yt-container {
	
	position: relative;
	width: 80%;
	margin-left: 10%;
	padding-bottom: 56.25%;
	margin-bottom:25px;
	margin-bottom:50px;
}

.video-yt-iframe {
	border: 1px solid red;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* FOOTER */

.footer {
	width: 100%;
	/*max-width:850px;*/
	text-align: center;
	margin-top: 75px;
	margin-bottom: 100px;
}

.footer_items {
	display: inline-block;
}

.footer_item {
	display: inline-block;
	margin: 8px;
	cursor: pointer;
}

.footer_item img {
	width: 64px;
}

.footer_item img:hover {
	opacity: 0.8;
}

/* mailing list */
.hidden {
	display: none;
}