@charset "UTF-8";
/*==========GLOBAL STYLES============*/
/*Header sizes, colours etc*/
h1 {
	font-weight: bold;
}
h2 {
	font-weight: 160;
}
h3 {
	
}

/*body text*/
p {

	
}


/* Outside background off-white */
body {
	background: #f9f9f9;
	margin-top: 30px;
}
/*Inner background white*/
.row {
	background: #fff;
}

/*==========Top Bar Styles============*/
.contain-to-grid {
	background: #fff;
	-webkit-box-shadow: 0 0 2px rgba(6, 8, 8, 0.3);
	-moz-box-shadow:    0 0 2px rgba(6, 8, 8, 0.3);
	box-shadow:         0 0 2px rgba(6, 8, 8, 0.3);
	
}
.top-bar {
	background: #fff;
	margin-bottom: 30px;
	
}

/*===LOGO STYLES==*/


li#logo.name img {
    max-height: 70px;
    width: auto;
}

/*==END LOGO STYLES==*/

.top-bar ul li, .top-bar section ul li {
	background: #fff;
	color: #333;
}
.top-bar .toggle-topbar.menu-icon a:after {
	background: #fff;
	color: #e85c41 !important;
}
a.menu-icon span {
-webkit-box-shadow: 0 10px 0 1px #666666, 0 16px 0 1px #666666, 0 22px 0 1px #666666;
box-shadow: 0px 10px 0px 1px #666666, 0px 16px 0px 1px #666666, 0px 22px 0px 1px #666666;
}

/*==========END TOP BAR STYLES============*/


/*==========START BODY STYLES============*/

#headline {
	padding: 2em;
	
}
.top {
	padding-top: 50px;
	margin-top: 5px;
    }

/*Main Box Styles*/

/*remove white background in form*/
.row.form {
	background: none !important;
}

#box-images img {
	padding: 20px;
}

.page-links {
	list-style: none;
	
}

/*thumbnail styles*/
ul#thumbs {
	text-align: left;
	padding-left: 30px;
}

/*Three Columns Styles*/
#three-columns p {
	float: left !important;
}

/*==========END BODY STYLES============*/



/*==========START FOOTER STYLES============*/
.scrollToTop{
	width:30px; 
	height:30px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:55px;
	right:40px;
	display:none;
	background: rgba(0,0,0,0.50);
}
.scrollToTop:hover{
	text-decoration:none;
}

#footer {
	padding: 10px;
	border-top: 1px solid #e85c41;
	text-align: center;
}
#footer p {
	font-size: 0.75em;
}
/*==========END FOOTER STYLES============*/

/*============CALL BUTTON STYLES====================*/
#call {
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.75);
	
}
#call a {
		font-size: 1.5em;
		font-weight: bold;
		text-shadow: 1px 1px 2px #3A3A3A;
	}
	
	#phone a {
		color: #1FC229;
		
	}
	
	#phoneback a {
		color: #e85c41;
	}
	
/*==============MEDIA QUERIES=====================*/
@media screen and (min-width: 1025px) {
	
	.page-links {
		padding-top: 30%;
	}
}

/*landscape tablets and small desktops*/

@media screen and (min-width: 641px) and (max-width: 1024px) {
	.logo {
		width: 300px;
	}
	
}

/*Up to portrait small tablet size*/
@media screen and (max-width: 640px) {
	body {
		margin-top: 0px;
	}
	nav {
		margin-bottom: 30px;
	}
	
	#headline h1 {
		text-align: center;
	}
	
	li#logo.name img {
    max-height: 50px;
    width: auto;
}

    .logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}
}
