@import url('https://fonts.googleapis.com/css?family=Cabin:400,700|Oswald:700');

body {
	margin: 0;
	padding: 0;
	background: url(../roofing/river.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	color: #555555;
	font-size: 16px;
	line-height: 22px;
}
h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	padding-bottom: 10px;
	font-family: 'Oswald', sans-serif;
}
h2.border {
	text-align:center;
	font-size: 28px;
	padding: 10px 0;
	border-top: dashed 1px #a8a8a8;
	border-bottom: dashed 1px #a8a8a8;
	width: 90%;
	margin: 10px auto 15px auto;
}
h2 {
	text-align:center;
	font-size: 30px;
	font-weight: bold;
}
h3 {
	text-align:center;
	font-size: 24px;
	line-height: 24px;
	padding: 10px 0;
	width: 90%;
	margin: 10px auto 15px auto;
	font-style: italic;
	color: #324b89;
	border-top: dashed 1px #777;
	border-bottom: dashed 1px #777;
}
.add-border {
	border-top: dashed 1px #777;
	border-bottom: dashed 1px #777;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 30px;
}
.center {
	text-align:center;
}
.special-heading {
	margin-top: 10px;
	margin-bottom: 15px;
}
p {
	padding-bottom: 10px;
}
a {
	font-weight: 700;
	color: #0083c3;
}
a:hover {
	color: #000;
	text-decoration: none;
}
header {
	background-color:#324b89;
	color: #fff;
}
.peaks {
	background: url(../roofing/peaks.png) no-repeat center bottom;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.logo {
	text-align:center;
}
.logo img {
	max-width: 100%;
	padding: 10px;
}
.contact {
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-weight: 700;
}
.phone {
	font-size: 36px;
}
.phone a {
	color: #fff;
}
.phone a:hover, .phone a:focus {
	color: #fff;
	text-decoration: none;
}
.phone:before {
	content: url(../roofing/phone-icon-23px.png);
	padding-right: 5px;
}
.slogan {
	font-size: 24px;
	display: block;
	width: 100%;
}
.white {
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.photo {
	text-align:center;
	padding-bottom: 12px;
}
.photo img {
	max-width: 100%;
}
.extra-top-padding {
	padding-top: 8px;
}
.shadow img {
	-webkit-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.3);
box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.3);
}
.button a {
	text-align: center;
	border: solid 1px #324b89;
	padding: 8px;
	display: block;
	width: 90%;
	margin: auto;
	color: #324b89;
}
.button a:hover {
	background-color: #eee;
}
/*navigation*/
.navbar-toggle {
	background-color: #000;
}
.navbar-toggle .icon-bar {
	background-color:#fff;
}
.navbar {
	margin-bottom: 0;
	min-height: 0;
	border: 0;
}
.navbar-nav>li>a {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #000;
	border: none;
}

/*-- to center navigation --*/
.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: center;
    }
.navbar .navbar-collapse {
	text-align: center;
	background-color: #000;
	}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
.callouts {
	display:flex;
	flex-direction: column;
	justify-content: space-around;
	text-align:center;
	margin-bottom: 8px;
}
.callouts img {
	max-width: 20%;
	height: auto;
	margin-top: -15px;
}
.col-5 {
	width: 90%;
}
.callouts h3 {
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	border-top: none;
	border-bottom: none;
}
.callouts a {
	color: #324b89;
}
.callouts a:hover {
	text-decoration:none;
}
.cta {
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 1.3;
}
.cta a {
	color: #555555;
}
.cta a:hover {
	text-decoration:none;
}

/*-- footer --*/
.footer {
	background-color: #324b89;
	color: #fff;
	margin-left: 0;
	margin-right: 0;
	padding-top: 15px;
	padding-bottom: 60px;
}
.footer a {
	color: #fff;
}
.facebook {
	text-align:center;
	padding-bottom: 10px;
}
.footer p {
	padding-bottom: 0;
}
.footer a:hover {
	opacity: 80%;
	text-decoration: none;
}
.footer-contact-info {
	text-align:center;
	font-weight: 700;
}
.footer-name {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 28px;
}
.footer-address {
	font-size: 20px;
	line-height: 22px;
}
.copyright {
	text-align:center;
	font-size: 12px;
	line-height: 16px;
}	
@media(min-width:768px){
.navbar .navbar-collapse {
	height: 40px !important;
	}	
.navbar-nav>li>a {
	font-size: 14px;
	padding: 8px 6px;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	}
.navbar-nav>li>a:hover {
  color: #fff;
	transition: 1s;
	transition-timing-function: ease;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	}	
.contact {
	margin-top: 35px;
	}
}

@media(min-width:992px){	
.contact {
	margin-top: 50px;
	}
.phone {
	font-size: 50px;
}
.phone:before {
	content: url(../roofing/phone-icon-30px.png);
	padding-right: 5px;
}	
.slogan {
	font-size: 30px;
	line-height: 36px;
	}
.navbar-nav>li>a {
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	}
.facebook {
	text-align:left;
	}
.copyright {

	text-align:right;
	}
.button a {
	width: 80%;
	}
.callouts {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	margin-bottom: 20px;
	}
.callouts img {
	max-width: 30%;
	}
.cta {
	font-size: 30px;
	}	
}
@media(min-width:1200px) {
.phone:before {
	content: url(../roofing/phone-icon-40px.png);
	padding-right: 5px;
}		
.phone {
	font-size: 60px;
}	
.slogan {
	font-size: 36px;
	line-height: 40px;
	}
.navbar-nav>li>a {
	padding-left: 15px;
	padding-right: 15px;
	}
.button a {
	width: 60%;
	}	
}

/*----back to top------*/
 
.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
width: 100%;
height: 40px;
z-index: 100;
display: none;
text-decoration: none;
color: #ffffff;
background-color: #000;
opacity: .75;
text-align:center;
} 

.back-to-top:hover {
	color: #afafaf;
}
 
.back-to-top i { 
  padding-top: 4px;
  font-size: 30px;
}
