@charset "UTF-8";

/* 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

/* ==================== TYPOGRAPHY ==================== */

/* VKR GREEN = #00CBB5;   VKR GREY = #95989A;   VKR FOREST = #16988A;   VKR APHORDITE SEA FOAM = #28E69C;*/

body {
	font-size: 100%;
	font-family: 'PT Sans', 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #95989A;
}

.white {
	color: white;
}

.green {
	color: #00CBB5;
}

.forest {
	color: #16988A;
}

.grey, .gray {
	color: #95989A;
}

.topic {
	color: #00CBB5;
	font-size: 4em;
	font-weight: 700;
	padding: 3% 2% 2% 2%;
	border: 3px solid #00CBB5;
	border-radius: 2px;
	line-height: 1.35em;
	display: inline-block;
}

.subtopic {
	color: #28E69C;
}

p {
	font-size: 14px;
	line-height: 1.35em;
	margin-bottom: 1.5rem;
}

p:last-child {
	margin-bottom: 0;
}

strong {
	color: #00CBB5;
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #00CBB5;
	transition: 200ms;
}

a:hover, a:active, a:focus {
	color: #16988A;
	border-bottom: 2px solid #16988A;
}

.underline {
	border-bottom: 2px solid #00CBB5;
}

/* ==================== GENERAL ==================== */

.wrap {
	display: block;
	overflow: hidden;
}

.section-gray, .section-grey {
	padding: 5rem 2.5%;
	background-color: #F5FAF9;
}

.section-white {
	padding: 5rem 2.5%;

	background-color: #ffffff;
}

.section-green {
	background-color: #16988A;
}

/* ==================== HEADER ==================== */

.navigation {
	display:none;
}

.checkbox-container {
	display: block;
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
	overflow: hidden;
}

input {
	margin: 0;
}

.checkbox-trigger {
	opacity: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	/*left: 0px; */
	right: 0;
	cursor: pointer;
	z-index: 5;
	margin: 1em 1.55em;
}

.hamburger-menu, .hamburger-menu::before, .hamburger-menu::after {
    display: block;
    position: absolute;
    background: white;
    width: 40px;
    height: 4px;
    margin: 1.3em 3em;
	z-index: 3;
}

.hamburger-menu::before, .hamburger-menu::after {
    content: '';
    position: absolute;
    margin: -0.7em 0 0;
    transition: width 0.7s ease 0.3s, transform 0.7s ease 0.3s;
}

.hamburger-menu::after {
   margin-top: 0.7em; 
}

.hamburger-menu {
	position: absolute;
	right: 0;
	display: block;
	/*margin: 1.45em .35em;*/
	margin: 2.15em 1.35em;
	transition: width 0.7s ease 0.1s, transform 0.7s ease 0.3s;
}

.checkbox-trigger:checked + .menu-content .hamburger-menu {
	height: 0;
	background-color: rgba(0,0,0,0);
}

.checkbox-trigger:checked + .menu-content .hamburger-menu::before {
	transform: rotate(-45deg);
	margin-top: 0em;
}

.checkbox-trigger:checked + .menu-content .hamburger-menu::after {
	transform: rotate(45deg);
	margin-top: 0em;
}

.checkbox-trigger:checked + .menu-content ul {
	display: block;
	width: 100%;
	height: 100%;
}

.checkbox-trigger:checked + .menu-content .navigation2 {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
/*
.menu-content {
  display: flex;
  background: #182825;
  color: white;
  float: left;
}*/

.menu-content {
	/*display: flex;*/
	/*background-color: #00CBB5;*/
	float: left;
}

.navigation2 {
	display: block;
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	background-color: #00CBB5;
	-webkit-transform: translateX(101%);
	-moz-transform: translateX(101%);
	-ms-transform: translateX(101%);
	-o-transform: translateX(101%);
	transform: translateX(101%);
    transition: transform 0.7s ease 0.3s;
}

.menu-content ul {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: height 0.3s ease 0.7s, width 0.7s ease;
}

.menu-content ul li {
	list-style: none;
	display: block;
	width: 100%;
	cursor: pointer;
	transition: color 0.5s, background 0.5s;
	border-bottom: 2px solid white;
}

.menu-content ul li:last-child {
	border-bottom: none;
}

.menu-content li a {
	text-transform: uppercase;
	box-sizing: border-box;
	display: block;
	padding: 4%;
	padding: 7vh 6vw;
	color: #ffffff;
}

.menu-content li a:hover, .menu-content li a:focus, .menu-content li a:active {
	color: #ffffff;
	background-color: #16988A;
	border-bottom: none;	
}

.navigation ul {
	box-sizing: border-box;
}

.navigation li a  {
	text-decoration: none;
	color: white;
	box-sizing: border-box;
	letter-spacing: 1px;
}

.navigation li a:active,
.navigation li a:hover {
	color: #16988A;
	border-bottom: 2px solid #16988A;
} 

.background-splash {
	background: url(../assets/bg-mobile.png) center center no-repeat;
	background-origin: border-box;
	background-size: cover;
	height: 100%;
	height: 100vh;
	width: 100%;
	background-color: #6DF5E5;
	padding: 2.5%
}

.header {
	color: white;
	font-weight: 700;
}

.splash-title {
	display: block;
	overflow: hidden;
	text-align: center;
	padding-bottom: 1.5rem;
}

.splash-subtitle {
	display: block;
	border: 4px solid #ffffff;
	border-radius: 2px;
	color: white;
	padding: 2rem;
}

/* ==================== Sections ==================== */

button {
	border: none;
	background-color: rgba(0,0,0,0);
	display: inline-block;
	overflow: hidden;
}

button a {
	color: #ffffff;
	letter-spacing: 0px;
	padding: 1.25rem;
	background-color: #00CBB5;
	border: 3px solid #00CBB5;
	font-size: 1.35em;
	font-weight: 700;
	display: inline-block;
	transition: 250ms ease-out;
}

button a:hover, button a:active, button a:focus {
	color: #00CBB5;
	border: 3px solid #00CBB5;
	background-color: rgba(0,0,0,0);
}

button:hover, button:active, button:focus {
	cursor: pointer;
}

button:after {
	content: 'Hosted at EventBrite';
	font-size: 1em;
	color: #ffffff;
	height: 0px;
	width: 0px;
	display: inline-block;
	overflow: hidden;
	background-color: #00CBB5;
}

.social-list {
	margin-top: 1.5rem;
}

.social-list li {
	display: inline-block;
	vertical-align: middle;
}

.social-list a:hover, .social-list a:focus, .social-list a:active  {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	border-bottom: none;
}

.social {
	height: 45px;
	width: 45px;
}

.gallery li {
	padding: 0 2%;
	margin-bottom: 1.5rem;
}

.gallery li:nth-child(2n+1) { 
	clear: left; 
}

.gallery p {
	padding: 0;
	padding-top: .5rem;
	line-height: 1.25rem;
}

.sponsors ul {
	display: inline-block;
	align-items: center;
}

.sponsors li {
	margin-bottom: 1.5rem;
}

.sponsors li:nth-child(2n+1) {
	clear: left;
}

.sponsors li:last-child {
	margin-bottom: 0;
}

.footer {
	padding: 3rem 10% 1%;
	border-bottom: 20px solid #00CBB5;
}

.footer img {
/*	float: right;*/
	padding: 0 10%;
	box-sizing: border-box;
	margin: 0 auto 1.5rem;
}

.footer small {
/*	float: left;*/
	margin-bottom: 1.5rem;
}

.footer div {
	display: block;
	text-align: center;
}

/* ==================== MEDIA QUERIRES ==================== */

@media only screen and (max-width: 20em) { /* <320px - xs - Extra Small Mobile Devices */
	.titleline1 {
		font-size: 3em;
	}

	.titleline2 {
		font-size: 4.25em;
		line-height: .85em;
	}
	.splash-subtitle {
		font-size: .8em;
		line-height: 1rem;
		width: 8.5rem;
		padding: 1rem;
	}
	.topic {
		font-size: 1em;
		line-height: 1em;
	}
}

@media only screen and (min-width: 20em) { /* 320px - s - Mobile Devices */
	
	.titleline1 {
		font-size: 4.05em;
	}

	.titleline2 {
		font-size: 5.5em;
		line-height: .85em;
	}
	
	.splash-subtitle {
		font-size: 1.1em;
		line-height: 1.45rem;
		width: 11rem;
		padding: 1rem;
	}
	
	.topic {
		font-size: 1.25em;
		line-height: 1em;
	}
	
	.subtopic {
		font-size: 1.2em;
	}
	p {
		font-size: 16px;
		line-height: 1.25em;
	}

}

@media only screen and (min-width: 30em) { /* 480px - m - Mobile & Tablet Devices */
	.titleline1 {
		font-size: 5em;
	}

	.titleline2 {
		font-size: 7em;
		line-height: .85em;
	}
	
	.splash-subtitle {
		font-size: 1.35em;
		line-height: 1.2em;
		width: 13.5rem;
		padding: 1.75rem;
	}
	.topic {
		font-size: 1.75em;
		line-height: 1em;
	}
	.footer img {
		padding: 0 20%;
	}
}

@media only screen and (min-width: 50em) { /* 800px - l - Larger Tablet Devices, Laptops */
	
	.background-splash {
		background: url(../assets/bg.jpg) center center no-repeat ;
	}
	
	.checkbox-container {
		display: none;
	}
	
	.navigation {
		display: block;
		overflow: hidden;
		margin: 0 auto;
		width: 100%;
		box-sizing: border-box;
	}
	
	.navigation ul {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		padding: 5px 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.navigation li {
		font-weight: 700;
		font-size: 0.85em;
		text-transform: uppercase;
		text-align: center;
		box-sizing: border-box;
		padding: 0 1rem;
		margin-bottom: .75rem;
	}
	
	.titleline1 {
		font-size: 6.05em;
	}

	.titleline2 {
		font-size: 8.25em;
		line-height: .75em;
	}
	
	.splash-subtitle {
		font-size: 1.75em;
		line-height: 1.25em;
		width: 17rem;
		padding: 2rem;
	}
	
	.topic {
		font-size: 2.4em;
		line-height: 1em;
	}
	
	.gallery li:nth-child(2n+1) { 
		clear: none; 
	}
	
	.gallery li:nth-child(3n+1) { 
		clear: left; 
	}
	
	.sponsors li:nth-child(2n+1) {
		clear: none;
	}
	
	.sponsors li:nth-child(3n+1) {
		clear: left;
	}
	
	.footer {
		position: relative;
		height: 8rem;
	}
	
	.footer img {
		padding: 0;
		position: absolute;
		bottom: 0;
		right: 5%;
	}
	
	.footer small {
		text-align: left;
		position: absolute;
		bottom: 0;
		left: 5%;
	}
	
}

@media only screen and (min-width: 70em) { /* 1120px - xl - Laptops, Desktops */

	.titleline1 {
		font-size: 7.05em;
	}

	.titleline2 {
		font-size: 9.75em;
		line-height: .75em;
	}
	
	.splash-subtitle {
		font-size: 1.95em;
		line-height: 1.15em;
		width: 20rem;
	}
	
	.subtopic {
		font-size: 1.5em;
	}
	
	p {
		font-size: 18px;
		line-height: 1.5em;
	}
	
	.sponsors ul {
		display: flex;
		align-items: center;
	}
	
}

@media only screen and (min-width: 100em) { /* 1600 - xxl - Hi-Density Pixel Display, TVs */
	.subtopic {
		font-size: 1.75em;
	}
	.footer {
		height: 10rem;
	}
	.footer img {
		width: 20%;
		right: 15%;
	}
	
	.footer small {
		left: 15%;
	}
}

