/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
}

a:link {
    text-decoration: none;
    color: rgb(0,0,0);
}

a:visited {
    text-decoration: none;
    color: rgb(0,0,0);
}

a:hover {
    text-decoration: none;
    color: rgb(0,0,0);
}

a:active {
    text-decoration: none;
    color: rgb(0,0,0);
}

#navigation {
	text-align: center;
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 100;
	background: rgba(255,255,255,0.75);
	border-bottom: solid 1px rgba(0,0,0,0.15);w
}

#navigation p {
	padding-top: 10px;
	font-family: Source Code Pro, Monospace;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 3px;
}

#splash {
	display: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

#banner {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 12%;
	z-index: 90;
}

#banner h1 {
	font-family: Source Code Pro, Monospace;
	font-weight: 200;
	font-size: 25px;
	letter-spacing: 5px;
	background: rgba(255,255,255,0.5);
}

#banner h2 {
	font-family: Poppins, Sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1px;
	background: rgba(255,255,255,0.5);
}

#splashimg {
	position: relative;
	width: 100%;
	height: 100%;
}

#splashimg img{
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.img-scale {
	max-width: 100%;
	height: auto;
	padding: 10px;
}

#container1 {
	position: absolute;
	top: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin: auto;
}

#container2 {
	position: absolute;
	top: 60px;
	padding-left: 5%;
	padding-right: 5%;
	margin: auto;
}

.work {
    text-align: center;
}

.projectImage {
	text-align: right;
}

.vidPlayer {
	position: relative;
	margin: 10px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.vidPlayer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bodyText {
	padding-left: 12px;
	padding-right: 12px;
}

.bodyText h1 {
	padding-top: 5px;
	font-family: Source Code Pro, Monospace;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 20px;
}

.bodyText h2 {
	padding-top: 5px;
	font-family: Poppins, Sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}

.bodyText p {
	padding-top: 5px;
	font-family: Poppins, Sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}

.bodyText h3 {
	padding-top: 20px;
	font-family: Source Code Pro, Monospace;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
}

.bodyText h4 {
	padding-top: 5px;
	font-family: Poppins, Sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
}

#footer {
	width: 100%;
	height: 100px;
	display: block;
	bottom: 0;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer p {
	font-family: Poppins, Sans-serif;
	font-weight: 400;
	font-size: 12px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-ml-1 {width: 8.33%;}
    .col-ml-2 {width: 16.66%;}
    .col-ml-3 {width: 25%;}
    .col-ml-4 {width: 33.33%;}
    .col-ml-5 {width: 41.66%;}
    .col-ml-6 {width: 50%;}
    .col-ml-7 {width: 58.33%;}
    .col-ml-8 {width: 66.66%;}
    .col-ml-9 {width: 75%;}
    .col-ml-10 {width: 83.33%;}
    .col-ml-11 {width: 91.66%;}
    .col-ml-12 {width: 100%;}
}
@media only screen and (min-width: 880px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

@media only screen and (min-width: 1240px) {
	#container1 {
		width: 1240px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#container2 {
		width: 1240px;
		left: 0;
		right: 0;
		margin: auto;
	}
}