/*------------------------------------*\
	OVERLIGHT LTD
	
	By Simon Wiffen
	OVERLIGHT LTD
	
	https://www.overlightapp.com
\*------------------------------------*/




/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
header, nav, article, section, aside, footer{
	display:block;
}



/*------------------------------------*\
	LANDING PAGE
\*------------------------------------*/
html{
	height: 100%;
	color: #222;
	background: #efefef;	
}
body{
	height: 100%;
}
.wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}
.wrapper .content{
	flex: 0 1 80%;
	max-width: 600px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;	
	text-align: center;
	position: relative;
	z-index: 1;
}
.wrapper .content img{
	width: 300px;
	height: auto;
	margin-bottom: 40px;
}
.wrapper .content h1{
	position: absolute;
	left: -99999rem;
}
.wrapper .content h2{
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.wrapper .content p{
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.wrapper .content ul.contact{
	list-style: none;
	margin: 0;
}
.wrapper .content ul.contact li{
	margin-bottom: 10px;
}
.wrapper .content ul.contact li a{
	display: inline-block;
	color: #222;
	text-decoration: none;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.wrapper .content ul.contact li a:hover,
.wrapper .content ul.contact li a:focus{
	text-decoration: underline;
}
.wrapper .content ul.contact li.tel a{
	background-image: url('../img/phone.svg');
}
.wrapper .content ul.contact li.email a{
	background-image: url('../img/email.svg');
}
.wrapper .content ul.social{
	list-style: none;
	margin: 20px 0 0 0;
}
.wrapper .content ul.social li{
	display: inline-block;
	margin: 0 3px;
}
.wrapper .content ul.social li a{
	display: block;
	text-indent: -99999rem;
	width: 20px;
	height: 20px;	
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}	
.wrapper .content ul.social li.facebook a{
	background-image: url('../img/social-facebook.svg');
}
.wrapper .content ul.social li.instagram a{
	background-image: url('../img/social-instagram.svg');
}
.wrapper .content ul.social li.youtube a{
	background-image: url('../img/social-youtube.svg');
}
.wrapper .content ul.social li.tiktok a{
	background-image: url('../img/social-tiktok.svg');
}
.wrapper .content ul.social li.linkedin a{
	background-image: url('../img/social-linkedin.svg');
}