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;
}

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;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	html, body {
		background: #fff;
		font-size: 15px;
	}

	body, input, select, textarea {
		color: #100c3e;
		font-family:'Montserrat',sans-serif;
		font-size: 1.3vw;
		font-weight: 400;
	}
	
h2 {
	font-family:'Nunito',sans-serif; 
	color:#2fd2d7; 
	font-weight:700; 
	font-size:2em;
	line-height: 1.4em;
}

#logo {
	width: 45%;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 2vw 0 2.5vw 0;
}

#banner {

}

#contact {
	margin-top: 1.5vw;
}

#contact a {
	color: #100c3e;
	text-decoration: none;
}

#contact div {
	line-height: 1.3em;
}

#contact div span {
	font-weight: 300;
	display: inline-block;
	width: 1.5vw;
}

#footer {
	font-size: 0.85em;
	font-weight: 300;
	margin: 2.5vw 0 1.8vw 0;
	text-align: center;
}

#footer span {
	font-weight: 400;
}

#frame {
	width:50vw; height:28.125vw;
}

.content {
	margin: 0 auto;
	width: 50%;
	font-size: 1em;
	line-height: 1.2em;
}

@media screen and (max-width: 767px) {
	body, input, select, textarea {
		font-size: 3.1vw;
	}	
  .content {
    width: 80%;
  }
	#logo {
		width: 65%;
		margin: 3vw 0 3.75vw 0;
	}	
	#frame {
		width:80vw; height:45vw;
	}	
	#contact {
		margin-top: 2.75vw;
	}	
	#contact div span {
		width: 4vw;
	}	
	#footer {
		font-size: 0.8em;
		margin: 4.5vw 0 2.7vw 0;
	}	
}
