/****************************** MAIN STYLES - background,dividers ******************************/

/* Main Container */
img, embed, object, video 
{
	max-width: 100%
}

html
{
/*
	background-image: url(../images/background.jpg);
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center fixed;
*/
}
.column.details
{
	
}
.section
{
	text-align: center;
}
h1.section-heading
{
	font-size: 38px;
	font-weight: 800;
	text-align: center;
}
h2.section-heading
{
	padding-top: 20px;
	font-size: 22px;
	text-align: center;
}
h2.section-heading.details
{
	padding: 0px 0px 0px 0px;
	font-size: 22px;
	text-align: left;
}
.section.header
{
	background-color: black;
	text-align: left;
}
.section.photos
{
	padding: 20px 0px 20px 0px;
	background-color: #e3e3e3;
}
.section.details
{
	padding: 20px 0px 0px 0px;
	text-align: left;
	background-color: #f2f2f2;
}
.section.callus
{
	background-color: #ffffff;;
	text-align: left;
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	color: #3c3c3c;
	padding: 20px 0px 0px 0px;
}
.section.footer
{
	background-color: #3c3c3c;
	text-align: left;
	font-size: 13px;
	color: #e3e3e3;
	padding: 20px 0px 0px 0px;
}
.logo
{
	float: left;
}
.fleet
{
	float: right;
	text-align: right;
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	padding: 20px 0px 0px 0px;
}

/* #Media Queries
=================================================================================================================== */

/* ALL NON DESKTOP SIZES - Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* TABLET PORTRAIT - Size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* ALL MOBILE Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* MOBILE LANDSCAPE Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* MOBILE PORTRAIT Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}
