﻿@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'akzidenz-grotesk_bq_light_cRg';
    src: url('fonts/akzidenzgrotesk-lightcond-webfont.eot');
    src: url('fonts/akzidenzgrotesk-lightcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/akzidenzgrotesk-lightcond-webfont.woff2') format('woff2'),
         url('fonts/akzidenzgrotesk-lightcond-webfont.woff') format('woff'),
         url('fonts/akzidenzgrotesk-lightcond-webfont.ttf') format('truetype'),
         url('fonts/akzidenzgrotesk-lightcond-webfont.svg#akzidenz-grotesk_bq_light_cRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	height: 100% !important;
	min-height: 100% !important;
}
body {
	width: 100%;
	height: 100%;
	min-height:100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 28px;
	color:#575756;
		    font-family: 'montserratlight';
	background: url(images/electrician-3087536_1920.jpg) no-repeat 0 0;
	background-size: cover;
}
a {
	text-decoration: none;
	outline: none;
	color:#575756; 
	    font-family: 'montserratlight';
}
a:hover{
text-decoration:underline;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
img {
	border: none;
}
header{text-align:center;}
h1 {
color: #575756;
	font-size: 30px;
	line-height: 36px;
font-weight: normal;
	margin: 20px 0 20px; font-family: 'montserratlight'; 
}
span{display:block;}
.logo-holder {
	width: 100%;
	display: table;
	height: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.main-logo {
	display: inline-block; text-align:center;
	margin: 40px 0 20px;
	background: rgba(255,255,255,0.85); padding: 30px;
}
.main-logo img {
	height: auto;
	width: auto;
	max-width: 300px;
	display: inline-block;
}

.home-panel {
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding: 10px;
}
