body {
	font-family: helvetica, sans-serif, Arial, Helmet, Freesans;
	background-image:  url("images/ocean.jpeg");
   	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	line-height: 170%;
	font-size: 14px;
	height: 100%;
	width: 100%;
	color: #2A2727;
}

.fixed-width {
	width: 100%;
	position: relative;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	height: 110px;
	background: rgba(255, 255, 255, .85);
	position: relative;
	margin: -10px -10px 0 -10px;
}

.logo img {
	margin:10px 10px 0 10px;
	height: 90px;
	text-align: center;
}


.header-links {
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	background: rgba(255, 255, 255, .85);
	padding: 5px; 
	margin: 15px 0 15px 0;
	font-size: 20px;
}

.header-links a {
	padding: 0px 5px 0px 5px;
}

a{
	text-decoration: none;
	color: #2A2727;
}

.header-links a:hover {
	border-bottom: 3px solid black;
}

.clear {
	clear: both;
	margin-bottom: 40px;
}

.content {
	margin: 10px 15% 10px 15%;
	text-align: center;
	background: rgba(255, 255, 255, .85);
	padding: 20px;
}

.text {
   	text-align: justify;
}

.header3 {
	text-align: center;
	color: #0778be;
	font-family: palatino;
	font-size: 25px;
}

#callnow {
	padding: 10px;
	text-align: center;
	font-size: 35px;
	text-decoration: bold;
	font-family: palatino; 
	font-weight: 20px;
	color: #0778be;
	padding: 0;
}

.stress {
	font-weight: bold;
	color: #0778be;
}

.italics {
	font-style: italic;
	text-align: center;
}


#worksite img {
	width:100%;
	max-width: 415px;
}


#contact-us {
	padding-top: 10px;
	text-align: center;
}

li {
	margin-left: -25px;
	list-style-type: none;
}

.single-col {
	margin: 10px 15% 10px 15%;
	text-align: center;
	background: rgba(255, 255, 255, .85);
	padding: 20px;
}

#promotions-content {
	width: 70%;
	margin: 0px auto 270px auto ;
	background: rgba(255, 255, 255, .85);
	padding: 20px;
	text-align: center;
}

#rustwork img{
	padding-top: 20px;
	max-width: 100%
}

#insurance img {
	background-color: white;
	max-width: 90%;
	position: center;
}

#airlines img {
	background-color: white;
	max-width: 100%;
}

#map-photo img {
	max-width: 100%;
}

.footer p {
	padding: 0;
	margin: 0;
}

.contact-footer {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px; 
	column-gap: 0px;
	text-align: center;
	padding: none;
	padding-top: 10px;
}

.copyright p {
	padding-top: 30px;
}

@media all 
and (orientation:landscape) {

	#single-line-footer, .footer {
		text-align: center;
		background-color: white;
		background: rgba(255, 255, 255, .85);
		font-size: 12px;
		margin: 40px -10px -20px -10px;
	}
}

@media all 
and (orientation:portrait) {
	.footer {
		text-align: center;
		background-color: white;
		background: rgba(255, 255, 255, .85);
		font-size: 12px;
		margin: 40px -10px -20px -10px;
		position: absolute;
		width: 100%;
		bottom: 0;
	}
	
	#single-line-footer {
		text-align: center;
		background-color: white;
		background: rgba(255, 255, 255, .85);
		font-size: 12px;
		margin: 40px -10px -20px -10px;
	
	}
}