@charset "utf-8";
/* Coming Soon - Electrical Contractors Association of Central Ontario (ECACO) */

@font-face {
    font-family: 'Montserrat-Light';
    src: url('/fonts/Montserrat-Light.eot');
    src: url('/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Montserrat-Light.woff') format('woff'),
        url('/fonts/Montserrat-Light.ttf') format('truetype'),
        url('/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.eot');
    src: url('/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Montserrat-Regular.woff') format('woff'),
        url('/fonts/Montserrat-Regular.ttf') format('truetype'),
        url('/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/fonts/Montserrat-Bold.eot');
    src: url('/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Montserrat-Bold.woff') format('woff'),
        url('/fonts/Montserrat-Bold.ttf') format('truetype'),
        url('/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body
{
	margin: 0;
	padding: 2% 0;
	width: 100%;
	background-color: #f2f2f2;
}

#text-frame
{
	-webkit-box-shadow: 0px 0px 10px 1px rgba(71,68,66,0.3);
	-moz-box-shadow: 0px 0px 10px 1px rgba(71,68,66,0.3);
	box-shadow: 0px 0px 10px 1px rgba(71,68,66,0.3);
	background-color: white;
	max-width: 1200px;
	padding: 2%;
	margin: 0 auto !important;
}

img.header-logo
{
	padding-bottom: 30px;
    width: 40%;
    height: auto;
	margin: 0 auto !important;
	display: block;
}

h1
{
	font-family: 'Montserrat';
	font-size: 45px;
	color: #000000;
	font-weight: 100;
	margin: 0 auto;
	padding-bottom: 14px;
	text-align: center;
}

h1 strong,
h1.ww_h1 strong
{
	font-weight: normal;
	color: #0f5897;
}

h2
{
	font-family: 'Montserrat';
	font-size: 36px;
	color: #0f5897;
    font-weight: normal;
	margin: 0;
	padding-bottom: 14px;
	text-align: center;
}

p
{
	font-family: 'Montserrat-Light';
	font-size: 18px;
	line-height: 1.5;
	color: #000000;
	font-weight: 100;
	font-style: normal;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.alternate
{
	font-family: 'Montserrat';
	font-size: 21px;
}

a,
a:link,
a:visited,
a:active
{
	font-family: 'Montserrat';
	text-decoration: none;
	color: #0f5897;
	text-align: center;
	display: block;
	padding: 10px 0;
}

a:hover
{
	color: #4a4a4a;
	text-decoration: underline;
}

@media screen and (max-width: 1200px)
{
	body
	{
		margin: 2% 0;
		width: 100%;
		height: 100%;
	}	

	#text-frame
	{
		width: 80%;
		padding: 5%;
	}
	
	img.header-logo
	{
		width: 50%;
		margin: 0 auto !important;
		display: block;
	}
	
	h1
	{
		font-size: 46px;
	}
	
	h2
	{
		font-size: 30px;
	}
	
	p
	{
		font-size: 16px;
	}
	
	.alternate
	{
		font-size: 18px;
	}
	
	.call_out
	{
		font-size: 20px;
	}
	

}

