@charset "UTF-8";
/* CSS Document */

html {
}

body {
	color: #ffffff;
	font-family: 'Nunito', sans-serif;
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-weight: 300;

}

body.about {
	background: url("retro.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.services {
	background: url("fink.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.contact {
	background: url("hotrod.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a:link {
	color: #939598;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #939598;
}
a:hover {
	text-decoration: none;
	color: #f22d14;
}
a:active {
	text-decoration: none;
	color: #939598;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

.navcontainer {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: url("fade.png") repeat-x;
}

.nav {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 40px 20px 40px;
	position: relative;
	z-index: 5000;
}

.nav ul {
	list-style-type: none;
	float: right;
	padding-top: 20px;
	margin: 0;
}

.nav li {
	float: right;
	padding-left: 30px;
}

.fade {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 4000;
}

.body-left {
	width: 425px;
	float: left;
}

.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 40px;
}

.leftcol {
	width: 425px;
}

.rightcol {
	width: 425px;
	float: right;
	margin-top: 115px;
}

.quote {
    font-weight: 700;
    font-size: 1.7em;
    padding: 0;
    margin: 0;
}

.quotesrc {
    text-align:right;
    font-weight:400;
    font-size:20px;
    padding: 0;
    margin: 0;
}

.gallerygrid {
  white-space: nowrap;
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
}

.gal-image {
  vertical-align: middle;
  padding: 4px;
  display: table-cell;
}

.gal-image img {
  max-width: 100%;
}