#font-face {
	src: url("../fonts/fontawesome-webfont.ttf");
	font-family: FontAwesome;
}

/* CSS SIMPLE RESET */
* {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}
body {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
}

#container {
	width: 100%;
	min-height: 100%;
	position: relative;
	background-color: rgba(196,196,196,1.0);
}

nav {
	height: 10%;
	position: relative;
	background-color: rgba(0,0,0,1.0);
	line-height: 10vh;
	padding: 0 10%;
}

nav ul {
	list-style-type: none;
}

nav li {
	float: left;
}
nav li:first-of-type {
	margin-left: 85%;
}

nav li a:link,
nav li a:visited {
	display: block;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	margin: 0 0 0 10px;
	transition: all .2s ease-in-out;
	text-transform:uppercase;
}
nav li a:hover {
	color: white;
}

nav img {
	width: 200px;
	position: absolute;
	top: 12px;
	left: 10%;
}

.menu-icon {
	display: none;
}

#menu-responsive {
	display: none;
}

header {
	width: 100%;
	height: 700px;
	position: relative;
	background-color: rgba(196,196,196,1.0);
	background-image: url("../images/header-image2.jpg");
	background-repeat: no-repeat;
	background-size: 105%;
}

#rect-box {
	width: 45%;
	height: 100px;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 20%;
	right: 0;
	line-height: 100px;
	padding: 0 30px;
	text-transform: uppercase;
	color: rgba(255,255,255,1.0);
}

#soon {
	width: 100%;
	height: 60px;
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.5em;
	background-color: rgba(221,0,2,0.5);
	text-align: center;
	line-height: 60px;
}

main {
	min-height: 600px;
	padding: 5% 10%;
	background-color: rgba(255,255,255,1.0);
	overflow: auto;
}

main #infowrapper {
	width: 100%;
	min-height: 500px;
	position: relative;
}
main .info {
	width: 49%;
	min-height: 400px;
	float: left;
	padding: 40px;
	color: rgba(102,102,102,1.0);
}
main .info:first-of-type {
	margin-right: 2%;
}
main .info h2 {
	margin-bottom: 2%;
}
main p {
	margin: 10px 0;
	line-height: 1.2em;
}

main #infowrapper > h2,
main #infowrapper > p {
	color: rgba(102,102,102,1.0);
	margin-left: 40px;
}
main #infowrapper > h2 {
	font-size: 1.75em;
}

main #infowrapper h3 {
	margin-top:25px;
}

main #infowrapper a.email-link,
main #infowrapper a.email-link:visited,
main #infowrapper a.email-link:hover,
main #infowrapper a.email-link:active {
	color: rgba(102,102,102,1.0);
}

footer {
	width: 100%;
	height: 80px;
	background-color: rgba(11,9,7,1.0);
	position: relative;
	overflow: auto;
}

#socialwrapper {
	width: 162px;
	height: 50px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}

#socialwrapper p {
	text-align: center;
	color: rgba(150,142,140,1.0);
	margin-bottom:15px;
}

.social {
	width: 50px;
	height: 50px;
	background-color: rgba(150,142,140,1.0);
	float: left;
	text-align: center;
	margin: 0 6px 0 0;
	font-size: 1.5em;
	border-radius: 50%;
	transition: background-color .3s ease-in-out;
}
.social:last-of-type {
	margin: 0;
}

.social i {
	line-height: 50px;
}
.social a:link,
.social a:visited {
	display: block;
	color: rgba(11,9,7,1.0);
	transition: color .3s ease-in-out;
}
.social a:hover,
.social a:active {
	color: white;
}

.social:first-of-type:hover,
.social:first-of-type:active {
	background-color: rgba(40,169,226,1.0);
}
.social:nth-child(2):hover,
.social:nth-child(2):active {
	background-color: rgba(59,89,152,1.0);
}
.social:nth-child(3):hover,
.social:nth-child(3):active {
	background-color: rgba(219,70,57,1.0);
}
.clear {
	clear: both;
}

.current {
	color: rgba(247,174,54,1.0) !important;
}


/* RESPONSIVE */


/* MOBILE */
@media screen and (max-width: 480px) {
	body {
		font-size: 24px;
	}
	nav {
		width: 100%;
		height: 15%;
		position: relative;
	}
	nav ul {
		display: none;
	}
	nav img {
		width: 150px;
		position: absolute;
		left: 60%;
		top: 50%;
		transform: translateY(-50%);
	}
	.menu-icon {
		width: 60px;
		height: 45px;
		display: block;
		position: relative;
		cursor: pointer;
		float: left;
		top: 50%;
		transform: translateY(-50%);
	}
	.menu-icon span {
		width: 100%;
		height: 9px;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(60,60,60,1.0);
		border-radius: 9px;
	}
	.menu-icon span:nth-child(1){
		top: 0;
		left: 0;
	}
	.menu-icon span:nth-child(2){
		top: 18px;
		left: 0;
	}
	.menu-icon span:nth-child(3){
		top: 36px;
		left: 0;
	}
	.menu-icon.open span:nth-child(1){
		transform: rotate(45deg);
		top: 16px;
		left: 0;
	}
	.menu-icon.open span:nth-child(2){
		display: none;
	}
	.menu-icon.open span:nth-child(3){
		transform: rotate(-45deg);
		top: 16px;
		left: 0;
	}
	#menu-responsive ul {
		background-color: rgba(220,220,220,1.0);
	}
	#menu-responsive li:first-of-type {
		border-bottom: 1px solid rgba(200,200,200,1.0);
	}
	#menu-responsive a:link,
	#menu-responsive a:visited {
		display: block;
		padding: 10% 10%;
		text-decoration: none;
		color: rgba(255,255,255,1.0);
	}
	#menu-responsive a:active {
		color: rgba(255,255,255,1.0);
		background-color: rgba(180,180,180,1.0);
	}
	header {
		width: 100%;
		height: 500px;
		position: relative;
		background-size: cover;
		background-position: center;
	}
	header #rect-box {
		display: none;
	}
	header #soon {
		height: 60px;
		line-height: 60px;
		font-size: 1.0em;
	}
	main {
		padding: 2% 2%;
	}
	main .info {
		float: none;
		width: 100%;
	}
	#infowrapper > h2 {
		padding-top: 7%;
	}
	footer {
		font-size: 0.7em;
	}
	.social {
		transition: none;
		color: rgba(60,60,60,1.0);
	}
	.social a:link,
	.social a:visited {
		transition: none;
	}
	.social a:hover {
		color: rgba(60,60,60,1.0);
	}
	.social:first-of-type:hover,
	.social:nth-child(2):hover, 
	.social:nth-child(3):hover {
		background-color: rgba(100,100,100,1.0);
	}
	.social a:active {
		color: rgba(255,255,255,1.0);
	}
	.social:first-of-type:active {
		background-color: rgba(40,169,226,1.0);
	}
	.social:nth-child(2):active {
		background-color: rgba(59,89,152,1.0);
	}
	.social:nth-child(3):active {
		background-color: rgba(219,70,57,1.0);
	}
	.current {
		color: rgba(255,255,255,1.0) !important;
		background-color: rgba(200,200,200,1.0);
	}
}
/* END MOBILE */

/* TABLETS */
@media screen and (min-width: 481px) and (max-width: 992px){
	body {
		font-size: 20px;
	}
	nav {
		width: 100%;
		height: 15%;
		position: relative;
		line-height: 15vh;
	}
	nav li:first-of-type{
		margin-left: 77%;
	}
	nav li a:link {
		margin: 0 0 0 10px;
	}
	nav li a:link,
	nav li a:visited {
		transition: none;
	}
	nav li a:hover {
		color: rgba(102,102,102,1.0);
	}
	nav li a:active {
		color: rgba(255,255,255,1.0);
	}
	nav img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	header {
		width: 100%;
		height: 600px;
		background-size: cover;
	}
	#rect-box {
		width: 55%;
		height: 80px;
		top: 30%;
		font-size: 0.8rem;
		line-height: 80px;
	}
	header #soon {
		height: 60px;
		line-height: 60px;
		font-size: 1.0em;
	}
	
	main {
		padding: 2% 4%;
	}
	#infowrapper > h2 {
		padding-top: 5%;
	}
	
	#infowrapper > h2,
	#infowrapper > p {
		transform: translateX(-20px);
	}
	main .info {
		padding: 20px;
		float: none;
		width: 100%;
	}
	
	footer {
		font-size: 0.8em;
	}
	.social {
		transition: none;
		color: rgba(60,60,60,1.0);
	}
	.social a:link,
	.social a:visited {
		transition: none;
	}
	.social a:hover {
		color: rgba(60,60,60,1.0);
	}
	.social:first-of-type:hover,
	.social:nth-child(2):hover, 
	.social:nth-child(3):hover {
		background-color: rgba(100,100,100,1.0);
	}
	.social a:active {
		color: rgba(255,255,255,1.0);
	}
	.social:first-of-type:active {
		background-color: rgba(40,169,226,1.0);
	}
	.social:nth-child(2):active {
		background-color: rgba(59,89,152,1.0);
	}
	.social:nth-child(3):active {
		background-color: rgba(219,70,57,1.0);
	}
}
/* END TABLETS */

@media screen and (min-width: 993px) and (max-width: 1200px) {
	body {
		font-size: 18px;
	}
	nav li:first-of-type {
		margin-left: 80%;
	}
	nav img {
		width: 200px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	header {
		width: 100%;
		background-size: cover;
		background-position: 10%;
	}
	
	#rect-box {
		position: absolute;
		width: 50%;
		height: 90px;
		font-size: 0.8rem;
		top: 25%;
		line-height: 90px;
	}
	
	main {
		padding: 4% 6%;
	}

}

@media screen and (min-width: 1201px) and (max-width: 1700px) {
	header {
		background-size: cover;
	}
	nav li:first-of-type {
		margin-left: 82%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1332px) {
	h1 {
		font-size:1.5em;
	}
}

/*	nav li:first-of-type {
		margin-left:75%;
	}
}*/


