@charset "UTF-8";
/* CSS Document */

/* Reset */
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;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
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;
}

html{
	margin:0;
    height:100%;
    overflow:hidden;
	background:#fcfbf9;
}

html,body,iframe{
	border-radius:0 !important;
}

/* Begin Typography & Colors */
body{
	font-family:"futura-pt", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	padding:0;
	margin:0;
	background:#fff;
}

#wrapper{
	position:relative;
}

.tf-v1-widget iframe{
	position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    border:0;
	height:88% !important;
	margin-bottom:100px;
}

/* Header */

#header{
	clear:both;
}

#header a.logo{
	width:300px;
	height:74px;
	margin:30px auto;
	display:block;
	background:url(../images/logo.png) no-repeat;
}

/* Layout */

.content{
	width:100%;
	padding:130px 20px 0 20px;
	margin:0 auto;
	background:url(../images/startthequiz.jpg) no-repeat top center;
	text-align:center;
	min-height:571px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content h1{
	font-family:"futura-pt", Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#555;
	font-weight:700;
	font-style:normal;
	padding:0;
}

.content h2{
	font-family:"futura-pt", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#555;
	line-height:36px;
	font-weight:400;
	font-style:normal;
	padding:0 0 50px 0;
}

.content a.startthequiz{
	font-family:"futura-pt", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:700;
	font-style:normal;
	letter-spacing:0.1em;
	padding:10px;
	margin:0 0 100px 0;
	width:300px;
	display:inline-block;
	text-transform:uppercase;
	text-align:center;
	background:#6bc9b9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Common */

*:focus{outline:0;}

a{
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

input,textarea,input[type="submit"]{
	-webkit-border-radius:0;
  	-moz-border-radius:0;
	-webkit-appearance:none;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	padding:0;
	margin:0;
}

.clear{
	clear:both;
}


/* Footer */

#footer{
	font-size:14px;
	color:#555;
	padding:20px;
	background:#f8f8f8;
	text-align:center;
	position:absolute;
	z-index:99999;
	width:100%;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

#footer a{
	color:#555;
	text-decoration:underline;
}

#footer a.social-link{
	color:#fff;
	padding:5px;
	display:inline-block;
	background-color:#1778f2;
	text-decoration:none;
	-webkit-border-radius:20px;
	border-radius:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	transition:transform .1s ease;
	position:relative;
}

#footer a.social-link span{
	font-size:11px;
	letter-spacing:0.05em;
	margin-left:0.5em;
	margin-right:0.5em;
	float:left;
	display:inline-block;
}

#footer a.social-link svg{
	fill:#fff;
	color:#fff;
	width:14px;
	height:14px;
	float:left;
	display:inline-block;
}

#footer a:hover.social-link{
	transition-delay: 0s;
	transition-duration: 0s;
	transition: transform .1s ease;
	transform: scale(1.1);
}

/*--- Mobile Portrait ---*/
@media only screen and (max-width: 495px){
	.tf-v1-widget iframe{
		height:88% !important;
		min-height:88% !important;
	}
	#footer{
		font-size:12px;
		padding:10px;
		text-align:left;
	}
}

/* iPad in Portrait orientation */
@media screen and (min-width: 768px) and (orientation: portrait) {
	body{
  		-webkit-text-size-adjust: none;
  	}
}

/* iPad in Landscape orientation */
@media only screen and (device-width: 768px) and (orientation: landscape) {
	body{
  		-webkit-text-size-adjust: none;
  	}
	.tf-v1-widget iframe{
		height:90% !important;
		min-height:90% !important;
	}
	#footer{
		padding:10px;
	}
}