body
{
	height:100%;
	color:black;
	background-color:#D4EDF8;
}
.header-container
{
	padding:20px;
	text-align:right;
	position:relative;
	z-index:1;
}
.header-container a
{
	padding:5px 15px;
	font-weight:bold;
	font-family:sans-serif;
	color:white;
	font-size:1.2em;
}
.header-container a:last-child
{
	padding-right:150px;
}
.header-container a:hover
{
	color:blue;
}
.orange
{
	color:rgb(213,119,94);
}
.panel-container
{
	width:100%;
	min-height:100vh;
	box-shadow:0px 0px 5px black;
	background-color:white;
}
.first-container
{
	background-size:cover;
	background-position:center center;
	background-image:url("../images/rogers-home.jpg");
	position:relative;
}
.logo-container
{
	background-color:rgba(255,255,255,0.8);
	box-shadow:0px 0px 3px;
	margin:0px 15px;
	text-align:center;
	width:500px;
	padding:50px;
	float:left;
	font-family: 'Merriweather Sans', sans-serif;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.logo
{
	font-size:2.5em;
	color:blue;
	padding-bottom:3px;
}
.logo-tag
{
	font-size:1.52em;
	padding-bottom:5px;
}
.logo-phone
{
	font-family:sans-serif;
	font-size:1.5em;
	font-weight:bold;
}
.flag-hours
{
	float:right;
	position:absolute;
	top:0;
	right:10px;
}
.hours-container
{
	color:white;
	background-color:blue;
	width:115px;
	font-family:sans-serif;
	font-weight:bold;
	text-align:center;
	margin:0px 15px;
	padding:15px;
}
.hours
{
	font-size:4em;
}
.hours-word
{
	margin-top:-5px;
	font-size:1.2em;
}
.service-word
{
	padding-top:1px;
	font-size:1em;
}
.full-service
{
	line-height:125%;
}
.flag-container
{
	width:115px;
	height:57px;
	background-color:red;
	margin:5px 15px;
	background-image:url("../images/canada-flag.png");
	background-position:center center;
	background-size:cover;
}
.maps-container
{
	text-align:center;
}
.maps-container iframe
{
	width:100%;
}
.spacer
{
	height:75px;
	width:100%;
}
.second-container
{
	height:auto;
	float:left;
	padding:40px 20px;
	text-align:center;
}
.third-container
{
	text-align:center;
	padding:40px 0px;
	float:left;
	height:auto;
	min-height:auto;
}
.panel-header
{
	font-size:2em;
	font-weight:bold;
	margin-bottom:20px;
	font-family: 'Merriweather Sans';
	text-align:center;
}
.panel-header em
{
	font-style:italic;
	font-family:serif;
	font-weight:normal;
	font-size:0.7em;
	margin-top:20px;
	margin-bottom:15px;
}
.services
{
	background-image:url("../images/hook.jpg");
	background-size:cover;
	background-position:top center;
	color:white;
}
.address-container
{
	font-family: 'Merriweather Sans';
	line-height:150%;
	font-size:1.5em;
	display:inline-block;
	text-align:left;
}
.services-image-container
{
	margin-top:40px;
}
.add-container{max-width:800px;}
.first-image{background-image:url("../images/image-1.jpg");}
.second-image{background-image:url("../images/image-2.jpg");}
.third-image{background-image:url("../images/image-3.jpg");}
.fourth-image{background-image:url("../images/image-4.jpg");}
.services-image
{
	height:200px;
	background-size:cover;
	background-position:center;
	border:1px solid black;
	margin-bottom:30px;
}
.footer-container
{
	background-color:white;
	border-top:1px solid black;
	padding:10px 0px;
}
.footer-container div
{
	display:inline-block;
	padding-right:10px;
	margin:5px;
	border-right:1px solid black;
	font-family: 'Merriweather Sans';
}
.footer-container div:last-child
{
	border:0;
}
.footer-container div a
{
	color:black;
}
/***************** RESPONSIVE ****************/
@media(max-width:840px)
{
	.logo-container
	{
		width:400px;
		padding:50px 0px;
		margin:0px;
	}
	
}
@media(max-width:720px)
{
	.flag-container
	{
		display:none;
	}
	.hours-container
	{
		padding:15px 0px;
		width:85px;
	}
}
@media(max-width:470px)
{
	.header-container  a
	{
		display:block;
		text-align:left;
	}
	.logo-container
	{
		margin-top:30px;
		width:100%;
		padding:20px 0px;
	}
}