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

html, body {
	height: 100%;
}

footer {
	padding-top: 10px;
	border-top: 1px solid rgb(204,204,204);
}

#wrapper {
	min-height: 100%;
	height: auto;
}

.footer-links {
	color: rgb(51,51,51);
}

.footer-links:active,
.footer-links:focus,
.footer-links:visited {
	color: rgb(51,51,51);
	text-decoration: none;
}

.footer-links:hover {
	color: rgb(102,102,102);
	
}

.vix-links {
	font-size: 12px;
	color: rgb(153,153,153);
}

.vix-links:active,
.vix-links:focus,
.vix-links:visited {
	color: rgb(153,153,153);
	text-decoration: none;
}

.vix-links:hover {
	color: rgb(102,102,102);
	
}

.index-logo {
	margin-left: auto;
	margin-right: auto;
}

.index-header {
	padding-top: 150px;
	padding-bottom: 100px;
	display: block;
}

.index-info {
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
}

.gen-header {
	padding-top: 100px;
	padding-bottom: 50px;
	display: block;
}

.page-header h1,
.page-header .h1 {
	font-size: 36px;
}

@media screen and (min-width: 768px) {
  .page-header h1,
  .page-header .h1 {
    font-size: 63px;
  }
}

.font-cambria {
	color: rgb(204,204,204);
	font-family: Cambria, "Times New Roman", Times, serif;
}

.font-cambria-info {
	color: rgb(34,88,132);
	font-family: Cambria, "Times New Roman", Times, serif;
	font-weight: bold;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.saw-background {
	background-image: url(../../images/pipe-saw-sheet.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: auto;
}

.blue-background {
	background-image: url(../../images/blue-graph.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}