/*
Theme Name: AirQuick
Theme URI: http://www.airquick.co.uk/
Author: Cole Coms
Author URI: http://www.colecoms.co.uk/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/



/*
Table of Contents:
----- GENERAL STYLES -----
- LINK STYLES
- HEADING STYLES
- TABLE STYLES
- FORM ELEMENTS AND BUTTON
- LISTS STYLES
- CLEAR STYLES

----- LAYOUT STYLES -----
- HEADER AND NAV STYLES
- CONTENT STYLES

----- COLUMN STYLES -----
- 4 COLUMN LAYOUT
- 3 COLUMN LAYOUT

- FOOTER STYLES
*/



/* ----- GENERAL STYLES START ----- */
#wpadminbar {display: none;}

body {
	font-size: 16px;
	font-family: 'Work Sans', sans-serif; 
	color: #000000;
	background-color: #e7d636;
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display:block;
    margin: 5px auto 5px auto;
	clear: both;
	float: none;
	text-align: center;
}






/* LINK STYLES START */
a:link {
	color: #243871;
	text-decoration: underline;
}
a:visited {
	color: #243871;
	text-decoration: underline;
}
a:hover {
	color: #243871;
	text-decoration: none;
}
a:active {
	color: #243871;
	text-decoration: underline;
}

.blue_bg a:link {
	color: #ffffff;
	text-decoration: underline;
}
.blue_bg a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.blue_bg a:hover {
	color: #ffffff;
	text-decoration: none;
}
.blue_bg a:active {
	color: #ffffff;
	text-decoration: underline;
}
/* LINK STYLES END */






/* HEADING STYLES START */
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 31px;
	color: #939598;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 5px;
	background-image: url('pics/arrows.png');
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 80px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none;
	display: table;
}
h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 26px;
	color: #243871;
}
h2 a:link {
	color: #243871;
	text-decoration: none;
}
h2 a:visited {
	color: #243871;
	text-decoration: none;
}
h2 a:hover {
	color: #243871;
	text-decoration: underline;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 18px;
	color: #243871;
}
h4 {
	
}
h5 {
	
}
.mainstrap {
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-style: italic;
}
/*.strap {
	font-size: 50px;
	font-style: italic;
	font-weight: 600;
	width: 600px;
	width: 900px;
	color: #fff;
	position: absolute;
	left: 50%;
 margin-left: -519px;
	line-height: 50px;
	margin-top: 300px;
	letter-spacing: 2px;
	text-transform: uppercase;
}*/
.strap {
	font-size: 44px;
	font-style: italic;
	font-weight: 600;
	width: 1000px;
	color: #fff;
	position: absolute;
	left: 50%;
 margin-left: -500px;
	line-height: 44px;
	margin-top: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}
.dark {
	color: #243871;
}
/* HEADING STYLES END */





/* TABLE STYLES START */
table {
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #005F9B;
}
td {
	border: 1px solid #005F9B;
}
th {
	border: 1px solid #005F9B;
}
/* TABLE STYLES END */






/* FORM ELEMENTS AND BUTTON STYLES START */
form {
	margin: 0px;
	padding: 0px;
}
form p {
	clear: both;
	margin: 0px;
	padding: 0px;
}
input {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	-webkit-appearance: none; -moz-appearance: none;
	font-family: 'Work Sans', sans-serif; 
}
input[type=text] {
	width: 196px;
	width: 87%;
	padding: 13px 21px 11px 21px;
	height: 24px;
	font-size: 17px;
	border: 1px solid #33408a;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
}
input[type=text]:focus {
	border: 1px solid #33408a;
	-webkit-box-shadow: none;
box-shadow: none;
}
input[type=password] {
	width: 196px;
	width: 87%;
	padding: 13px 21px 11px 21px;
	height: 24px;
	font-size: 17px;
	border: 1px solid #33408a;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
}
input[type=password]:focus {
	border: 1px solid #33408a;
	-webkit-box-shadow: none;
box-shadow: none;
}
input[type=email] {
	width: 196px;
	width: 87%;
	padding: 13px 21px 11px 21px;
	height: 24px;
	font-size: 17px;
	border: 1px solid #33408a;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
}
input[type=email]:focus {
	border: 1px solid #33408a;
	-webkit-box-shadow: none;
box-shadow: none;
}
select {
	width: 196px;
	width: 87%;
	padding: 13px 21px 11px 21px;
	height: 24px;
	font-size: 17px;
	border: 1px solid #33408a;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
}
select:focus {
	border: 1px solid #33408a;
	-webkit-box-shadow: none;
box-shadow: none;
}
textarea {
	font-family: 'Source Sans Pro', sans-serif;
	width: 87%;
	padding: 13px 21px 11px 21px;
	font-size: 17px;
	border: 1px solid #33408a;
	min-height: 126px;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.18);
	margin-bottom: 15px;
}
textarea:focus {
	border: 1px solid #33408a;
	-webkit-box-shadow: none;
box-shadow: none;
}
/*label {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	width: 150px;
	margin-right: 5px;
	text-align: right;
}*/
input[type=submit] {
	background-color: #33408a;
	padding: 24px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-style: italic;
 font-weight: 600;
	clear: both;
	border: none;
}
input[type=submit]:hover {
	background: none;
	background-color: #29336f;
	cursor: pointer;
}
input[type=submit]:focus {
	background: none;
	background-color: #29336f;
	cursor: pointer;
}
input[type=button] {
	background-color: #33408a;
	padding: 24px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-style: italic;
 font-weight: 600;
	clear: both;
	border: none;
}
input[type=button]:hover {
	background: none;
	background-color: #29336f;
	cursor: pointer;
}
input[type=button]:focus {
	background: none;
	background-color: #29336f;
	cursor: pointer;
}
.btn {
	clear: both;
	margin-bottom: 27px;
}
.btn a {
	background-color: #33408a;
	padding: 24px;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-style: italic;
 font-weight: 600;
	clear: both;
}
.btn a:hover {
	background: none;
	background-color: #29336f;
}
/* FORM ELEMENTS AND BUTTON STYLES END */






/* LISTS STYLES START */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 12px;
	padding-bottom: 1px;
	margin-left: 10px;
	list-style: none;
	background-image: url(pics/bullet.gif);
	background-repeat: no-repeat;
}
ol li {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 9px;
	list-style: decimal;
	background: none;
}
.quicklinks li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 9px;
	list-style: none;
	background-image: url(pics/bullet.gif);
	background-repeat: no-repeat;
}
.quicklinks li a:link {position: relative; top: -3px;}
.quicklinks li a:visited {position: relative; top: -3px;}
/* LISTS STYLES END */






/* CLEAR STYLES START */
.clear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_10 {
	height: 10px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_20 {
	height: 20px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_30 {
	height: 30px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_40 {
	height: 40px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_50 {
	height: 50px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_60 {
	height: 60px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.hrclear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-top: 3px solid #d1d1d1;
	margin-bottom: 25px;
}
hr {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border: none;
	height: 20px;
	border-bottom: 1px solid #33408a;
	margin-bottom: 25px;
}
/* CLEAR STYLES START */






/* ----- GENERAL STYLES END ----- */











/* ----- LAYOUT STYLES START ----- */







/* HEADER AND NAV STYLES START */
.header_container {
}
.header {
	width: 100%;
	height: 98px;
	border-bottom: 2px solid #fff;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	/*background-image: url('pics/logo.png');
	background-repeat: no-repeat;
	background-position: center 22px;*/
	overflow: hidden;
	clear: both;
	-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
transition: background-color 300ms linear;
z-index: 10;
}
.header:hover {
	background-color: #fff;
	/*background-position: center -118px;*/
	-webkit-transition: background-color 300ms linear;
-moz-transition: background-color 300ms linear;
-ms-transition: background-color 300ms linear;
-o-transition: background-color 300ms linear;
transition: background-color 300ms linear;
}
.logo {
	width: 230px;
	height: 140px;
	height: 100px;
	background-image: url('pics/logo.png');
	background-repeat: no-repeat;
	background-position: center 22px;
	left: 50%;
 margin-left: -115px;
 display: block;
 position: absolute;
}
.header:hover .logo {
	background-position: center -118px;
}
#search_btn {
	height: 20px;
	width: 20px;
	overflow: hidden;
	background-image: url('pics/search.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.header:hover #search_btn  {
	background-position: center -20px;
}
#search_btn:hover {
	background-position: center -40px !important;
}

.header_left {
	width: 335px;
	padding-left: 23px;
	float: left;
}
.header_right {
	width: 335px;
	padding-right: 23px;
	float: right;
}
.nav {
	height: auto;
	width: 1026px;
	width: 92%;
	position: absolute;
	/*left: 50%;
	margin-left: -490px;*/
	margin-left: 6%;
}
.nav_btn a {
	float: left;
	display: block;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 27px;
	color: #fff;
}
.header:hover .nav_btn a {
	color: #243871;
}
.nav_btn a:hover {
	color: #e7d436 !important;
}
.nav_btn a p {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}*/
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
    float: left;
    position: relative;
    list-style: none;
	background-image: none;
}
#menu > li:hover > ul {
    display: block;
}
#menu > li > ul {
	margin: 0px;
	padding: 0px;
	    margin-top: 44px;
    padding-top: 36px;
    display: none;
    position: absolute;
				z-index: 50;
}
#menu > li > ul > li > a {
	padding: 6px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: auto;
	width: 200px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	background-color: #fff;
	color: #243871;
}
#menu > li > ul > li > a:hover {
	background-color: #243871;
	color: #FFFFFF;
}
/* HEADER AND NAV STYLES END */






/* CONTENT STYLES START */
.top_container {
	width: 100%;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	margin-top: 0px;
	clear: both;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
	min-height: 700px;
}
.content_container {
	width: 100%;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	margin-top: 0px;
	clear: both;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 2;
}
.content {
	width: 1026px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	background-color: #fff;
	padding-bottom: 10px;
	z-index: 3;
}
.hp_content {
	width: 1026px;
	width: 90%;
	text-align: center;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	min-height: 340px;
	padding-top: 100px;
	z-index: 3;
	position: relative;
}
/* CONTENT STYLES END */






/* ----- COLUMN STYLES START ----- */



/* 5 COLUMN LAYOUT START */
.col5_1wide {
	width: 180px;
	float: left;
}
.col5_1wide img {
	max-width: 180px;
	height: auto;
}
.col5_2wide {
	width: 380px;
	float: left;
}
.col5_2wide img {
	max-width: 380px;
	height: auto;
}
.col5_3wide {
	width: 580px;
	float: left;
}
.col5_3wide img {
	max-width: 580px;
	height: auto;
}
.col5_4wide {
	width: 780px;
	float: left;
}
.col5_4wide img {
	max-width: 780px;
	height: auto;
}
.col5_spacer {
	width: 20px;
	float: left;
	height: 10px;
}
/* 5 COLUMN LAYOUT END */




/* 4 COLUMN LAYOUT START */
.col4_1wide {
	width: 230px;
	float: left;
}
.col4_1wide img {
	max-width: 230px;
	height: auto;
}
.col4_2wide {
	width: 480px;
	float: left;
}
.col4_2wide img {
	max-width: 480px;
	height: auto;
}
.col4_2wide_2 {
	width: 480px;
	margin-left: 46px;
	float: left;
}
.col4_3wide {
	width: 730px;
	float: left;
}
.col4_3wide img {
	max-width: 730px;
	height: auto;
}
.col4_4wide {
	width: 980px;
	float: left;
}
.col4_4wide img {
	max-width: 980px;
	height: auto;
}
.col4_spacer {
	width: 20px;
	height: 10px;
	float: left;
}
/* 4 COLUMN LAYOUT END */






/* 3 COLUMN LAYOUT START */
.col3_1wide {
	width: 310px;
	float: left;
}
.col3_1wide img {
	max-width: 310px;
	height: auto;
}
.col3_2wide {
	width: 645px;
	float: left;
}
.col3_2wide img {
	max-width: 645px;
	height: auto;
}
.col3_3wide {
	width: 980px;
	float: left;
}
.col3_3wide img {
	max-width: 980px;
	height: auto;
}
.col3_spacer {
	width: 25px;
	float: left;
	height: 10px;
}
/* 3 COLUMN LAYOUT END */





/* ADDITIONAL COLUMN LAYOUTS START */
.col1_1narrow {
	width: 520px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col1_1narrow img {
	max-width: 520px;
	height: auto;
}
.col1_1wide {
	width: 700px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col1_1wide img {
	max-width: 700px;
	height: auto;
}
/* ADDITIONAL COLUMN LAYOUTS END */



.blue_bg {
	background-color: #243871;
	color: #fff;
	background-image: url('pics/diagonal_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 753px;
	padding-left: 273px;
	padding-top: 20px;
}
.blue_bg ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-bottom: 20px;
}
.blue_bg li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 12px;
	padding-bottom: 1px;
	margin-left: 0px;
	list-style: none;
	background-image: url(pics/bullet.gif);
	background-repeat: no-repeat;
}



/* ----- COLUMN STYLES END ----- */



/* FOOTER STYLES START */
.footer_container {
	height: 120px;
	background-color: #243871;
	position: relative;
	bottom: 0;
	width: 100%;
	z-index: 20;
}
.footer {
	width: 1026px;
	width: 926px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	background-color: #dddddd;
}
.footer a:link {
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer_left {
	width: 45%;
	float: left;
}
.footer_right {
	width: 45%;
	float: right;
}
/* FOOTER STYLES ENDS */

#slidedownmenu {
	display: none;
}
.mobile_nav_open {
	display: none;
}
.marginleft175 {
	margin-left: 175px;
}



/* ----- LAYOUT STYLES END ----- */



.skewed {
-moz-transform: skew(-45deg, 0deg);
-webkit-transform: skew(-45deg, 0deg);
-o-transform: skew(-45deg, 0deg);
-ms-transform: skew(-45deg, 0deg);
transform: skew(-45deg, 0deg);
background-color: #243871;
width: 158px;
width: 174px;
width: 154px;
height: 100px;
padding: 10px;
border: 1px solid #fff;
border-bottom: none;
border-top: none;
float: left;
overflow: hidden;
}
.internal {
-moz-transform: skew(45deg, 0deg);
-webkit-transform: skew(45deg, 0deg);
-o-transform: skew(45deg, 0deg);
-ms-transform: skew(45deg, 0deg);
transform: skew(45deg, 0deg);
color: #000;
	background-color: ;
	text-align: left;
	font-weight: 500;
	text-transform: uppercase;
	height: 120px;
cursor: pointer;
}
.internal img {
text-align: center;
clear: both;
display: block;
margin-left: auto;
margin-right: ;
float: none;
padding-right: 10px;
margin-top: -3px;
margin-bottom: 3px;
}
.internal p {
margin: 0px;
/*bottom: 0;
position: absolute;*/
/*margin-left: -20px;*/
text-align: center;
font-size: 16px;
font-style: italic;
font-weight: 500;
color: #fff;
width: 150px;
height: 50px;
padding-top: 25px;
padding-left: 25px;
display: table-cell;
vertical-align: middle;
}

.internal_img {
-moz-transform: skew(45deg, 0deg);
-webkit-transform: skew(45deg, 0deg);
-o-transform: skew(45deg, 0deg);
-ms-transform: skew(45deg, 0deg);
transform: skew(45deg, 0deg);
	text-align: left;
	font-weight: 500;
	text-transform: uppercase;
	height: 120px;
	height: 259px;
margin-top: -10px;
cursor: pointer;
}

/*.tab {
	width: 443px;
	height: 140px;
	text-align: right;
	padding-right: 30px;
	background-image: url('pics/tab_bg.png');
	background-repeat: no-repeat;
	position: absolute;
	margin-top: -140px;
	margin-left: 553px;
}*/
.tab {
	position: absolute;
	margin-left: 20px;
}
.tab img {
	    height: auto;
    width: 220px;
}

.home_video {
	   width: 100%;
    height: 100%;
				position: fixed;
    z-index: -1;
				top: 0;
}
.home_video video {
	   width: 100%;
    height: 100%;
    object-fit: cover;
}


.bg {
  position: absolute;
		background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  top:0;
  left:0;
  z-index: -1;
		background-position: top center;
}

.tl-slidenav-description {display: none !important;}
.tl-headline-date {display: none !important;}

.news_thumb {
	width: 200px;
	height: auto;
}

.header_mob {
	display: none;
}



#searchbox {
	display: none;
}
.searchbox {
	background-color: #fff;
	padding: 8px;
	position: absolute;
    width: 400px;
    padding: 8px;
    right: 110px;
    margin-top: -2px;
    height: 36px;
    padding-top: 8px;
    padding-bottom: 16px;
}
.searchbox form {
	float: left;
}
.searchbox input[type=text] {
	width: 160px;
	width: 330px;
	padding: 8px;
	padding-right: 28px;
}
.searchbox input[type=submit] {
	background: none;
    height: 16px;
    width: 17px;
	padding: 0px;
    overflow: hidden;
    background-image: url(pics/icon_search.png);
    background-repeat: no-repeat;
    background-position: top left;
	float: left;
	margin-top: -44px;
    margin-left: 170px;
    margin-left: 340px;
}
.close {
	float: right;
	font-weight: 900;
	text-decoration: none !important;
	cursor: pointer;
	border: 1px solid #515355;
    padding: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
	font-size: 14px;
}
.close:hover {
	color: #243871;
	border: 1px solid #243871;
}


.tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
    display: contents !important;
    vertical-align: top !important;
}


	.top_container {
	  min-height: 840px;
			min-height: 90vh;
	}
		.bg { 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			height: 940px;
			height:101vh;
		background-position: center;
		background-repeat: no-repeat;
		}
		
			@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
* {
  margin: 0;
  padding: 0;
}
	#section01 a {
  padding-top: 60px;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
section {
  position: relative;
  width: 100%;
  height: 100%;
		    position: absolute;
						height: 800px;
						
			height:86vh;
}
section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
}
section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}
.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}

iframe {
   width: 700px;
   height: 394px;
}