html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0 auto;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: -0.02em;
	color: #fff;
	background-color: #00bff3;
}

a {
	color: #037b9c;
	outline: 0;
	text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover { color: #fff; }
a img { border: 0; }

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a { color: #fff; }

h2 { font-size: 3.750em; font-weight: 900; line-height: 1.2em; }
h3 { font-size: 1.500em; font-weight: 900; }

.smaller { font-size: 65%; }
.light { font-weight: 300; }

.button {
	display: inline-block;
	padding: 7px 15px;
	font-weight: 400;
	letter-spacing: 0.02em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	color: #000;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    2px 2px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}

.button:hover {
	background: #000;
}

.button i.fa { margin-right: 5px; }

.ghost-button {
	color: #7dcf11;
	border: 2px solid #7dcf11;
	background: none;
}

.ghost-button:hover {
	color: #000;
	border-color: #000;
	background: none;
}

img {
	max-width: 100%;
	height: auto;
}

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

#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 100;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 20px;
	color: #fff;
}

#logo h1 a span {
	font-size: 13px;
	font-weight: 500;
	opacity: 0.4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#logo h1 a { color: #fff; }

#logo h1 a:hover span { opacity: 1; }

#content {
	padding: 100px 15px 0 15px;
}

h2 .smaller {
	display: block;
	line-height: 100%;
}

p.tagline {
	font-size: 1.875em;
	font-weight: 300;
	line-height: 1.3em;
}

#content .q-col-1-3 { text-align: center; }

#about { display: block; }
#contact { display: none; }

#contact form {
	width: 100%;
	max-width:450px;
}

#contact form label {
	display: block;
	font-size: 14px;
}

#contact form input,
#contact form textarea {
	display: block;
	width: 100%;
	padding: 7px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #b0e7ff;
	background: none;
	color: #fff;
	font-size: 14px;
}

#contact form textarea {
	min-height: 100px;
	resize: vertical;
}

#contact form input:hover,
#contact form input:focus,
#contact form textarea:hover,
#contact form textarea:focus {
	border-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
}

#form-show,
#form-cancel {
	display: inline-block;
	line-height: 2em;
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

#form-show:hover,
#form-cancel:hover {
	opacity: 1;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#contact .error {
	border-color: #f5b8b8 !important;
}

#digibox { width: 70%; margin: 0 auto; }

#digibox .bx-pager {
	margin-top: 15px;
}

#digibox .bx-pager-item {
	display: inline;
}

#digibox .bx-pager-item a {
	display: inline-block;
	margin: 0 5px;
	height: 14px;
	width: 14px;
	text-indent: -9999px;
	border: 2px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#digibox .bx-pager-item a.active {
	width: 28px;
}

#appsail {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#appsail a { opacity: 0.6; }
#appsail a:hover { opacity: 1; }

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
	#content { text-align: center; }
	#content form { width: 100%; max-width: 100%; }
	#form-cancel {
		float: none!important;
		display: block;
		margin-top: 20px;
	}
	#form-cancel:hover {
		border: none;
	}
	#appsail {
		position: initial;
		width: 100%;
		padding: 10px 0 30px 0;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	#logo {
		left: 15px;
	}
	#content { padding: 80px 0 0 0; }
	h2 { font-size: 3em; }
	.smaller { font-size: 50%; }
	p.tagline { font-size: 1.6em; }
	#digibox { width: 100%; margin-top: 10px; }
}

@media screen and (max-width: 320px) {
}