@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}

/* Custom Styles
------------------------------------------- */
body {
	font-family: 'Raleway', sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
	margin: 0px;
	background-color: #fff;
	font-size: 1.8rem;
}
/* Vertical Navigation Styles */

.main-header {
	text-align: center;
	margin: 0 auto;
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
svg#id-logo {
	width: 100%;
	max-width: 400px;
	margin: 10px 20px 20px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	position: relative;
	z-index: 100;
}
#id-logo:hover #whID-bg {
	opacity: 0;
	-webkit-transition: opacity 0.8s ease-out, -webkit-transform 1s;
	transition: opacity 0.8s ease-out, -webkit-transform 1s;
	transition: transform 1s, opacity 0.8s ease-out;
	transition: transform 1s, opacity 0.8s ease-out, -webkit-transform 1s;
}
#id-logo #whID-bg{
	-webkit-transition: opacity 0.8s ease-in, -webkit-transform 1s;
	transition: opacity 0.8s ease-in, -webkit-transform 1s;
	transition: transform 1s, opacity 0.8s ease-in;
	transition: transform 1s, opacity 0.8s ease-in, -webkit-transform 1s;
	opacity: 1;
}
.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0;
	margin-top: -35px;
	list-style-type: none;
	z-index: 100;
}
.main-nav a {
	color: #9d53a0;
	font-size: 19px;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	min-width: 100px;
	padding: 0 5px 5px 5px;
}
.main-nav a:hover, a.active {
	color: #6264ad;
}

h1, h2, h3, h4 , h5, h6 {
	font-family: 'Philosopher', sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
}
h2 {
	color: #2aa7d7;
	text-shadow: 1px 1px 3px #000;
	margin-bottom: 40px;
}
h3 {
	text-shadow: 1px 1px 3px rgba(0,0,0,.50);
	color: #7B20B9;
}
h4 {
	text-shadow: 1px 1px 3px rgba(0,0,0,.50);
	border: none;	
}
h5 {
	border-bottom: 2px solid #41C2D1;
	color: #7B20B9;
	margin-bottom: 10px;
}
h6 {
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.9rem;
}


.container {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0;
}
.opener {
	background-image: url(../images/stars-1245902.jpg);
	background-repeat: no-repeat;
	background-position: 50% 80%;
	background-size: 100% auto;
	height: 100px;
}	
.title {
	background-color: #D1D3D4;
	background-image: url(../images/backgrounds/cement.png);
}
.title1 {
	background-color: #C8CACB;
	background-image: url(../images/backgrounds/brushed%20metal.png);
}
.section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 30px;
	padding: 40px 20px;
	text-align: center
}
.text p {
	padding-right: 40px;
	padding-left: 40px;
	text-align: center !important;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.one {
	padding-top: 60px;
	margin: 0 2%;
}
.two {
	background: url(../images/the-background-945108.jpg) bottom;
	background-size: 100% 250%;
	margin-bottom: 3%;
}
.three {
	padding: 0 4% 3%;
}
.four {
	background-image: url(../images/backgrounds/brushed%20metal1.png);
	background-color: #73CFDB;
	background-size: cover;
}
.five {
	margin-bottom: 3%;
}
.box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 2% 5% .5%; 
	text-align: center;
	margin-top: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-width: 230px;
}
.row-block {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 1;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 0;
}
.row-block .box {
	background: transparent;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
img {
	-webkit-box-flex: 1;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
	width: 100%;
	height: 75%;
	border-radius: 3px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}
footer {
	background: url(../images/texture-1444485.png) center top no-repeat;
	background-size: auto 140%;
	margin-bottom: 0px;
	padding-top: 40px;
	color: #fff;
	font-weight: 600;
	height: 400px;
}
.footer-text {
	margin-bottom: 0px;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}
footer p {
	margin-bottom: 0;
}
footer img {
	border: none;
	width: 120px;
	height: auto;
	margin-top: 80px;
	margin-bottom: 15px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #7B20B9;
	text-shadow: 1px 1px 3px rgba(255,255,255,.50);
}
.copyright {
	font-size: small;
	font-weight: 400;
	margin-bottom: 5px;
}
.addi {
	margin-bottom: 0;
}
a {
	text-decoration: none;
	color: #53C5D4;
}
.lead {
	font-weight: 600;
	font-style: italic;
	text-align: center;
}
.lead1 {
	font-weight: 600;
	text-align: center;
}
strong {
	color: #41C2D1;
}
.price {
	font-size: x-large;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center;
}
.credit {
	font-style: italic;
	text-align: right;
}
.focus, .samples, .parts, .services, .quote, .news {
	-ms-flex-item-align: start;
	    align-self: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.samples {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
	margin: 2px;
	background-color: transparent;
	height: auto;
	
}
.samples:hover {
	border: none;
}
.samples img {
	height: auto;
	width: 100%;	
}
.sites {
	box-shadow: 0 0 2px rgba(0,0,0, 0.30);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.30);
	/*border: 2px solid transparent;*/
}
.sites:focus {
	border: none;
	background: transparent;
}
.sites:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.50);
	/*border: 2px solid #41C2D1;*/
}
img.sites-m {
	
	max-width: 100% !important;
}
img.logos {
	width: 70%;
}
.details {
	font-size: 1.6rem;
}
.parts {
	min-width: 280px;
	max-width: 430px;
	padding: 3%; 
}
.parts li {
	list-style-image: url(../images/parts/gear-bullet.png); 
	list-style-position: outside;
	margin-bottom: 15px;
}
.contact {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.contact li {
	list-style-type: none;
	margin: 0 auto;
}
.staff img {
	max-width: 250px;
	max-height: 250px;
	margin: 15px auto;
}
#map {
height: 400px;
width: 95%;
margin: 20px auto;
}
.news {
	flex-grow: 3;
}
.news p {
	text-align: left;
}
.tips {
	float: right;
	border: 1px solid #ccc;
	border-radius: 10px;
	flex-grow: 1 !important;
	padding: 1% 2%;

}
.tips ul {
	padding: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: left;
}
.tips li {
	margin-bottom: 20px;
}
#news-email {
	background-color: rgba(197,209,239,1.00);
	font-size: 1.5rem;
 }
#news-email table {
	margin-bottom: 0;
}
#news-email tr {
	border-bottom: 1px solid rgba(0,0,0,.07);
}
#news-email td {
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0,0,0,.5);
}
#news-email strong {
	color: #222;
}
td.labels {
	width: 80px;
}
aside {
	width: 70%;
	margin-bottom: 30px;
}
#example1, #example2, #example3 {
	box-shadow: 0 0 2px rgba(0,0,0,.25);
}
.right {
	float: right;
	margin: auto 0 30px auto;
}
.left {
	float: left;
	margin: auto auto 30px 0;
}


/*Modal Buttons------------------------------------*/
.btn-primary {
    background-color: transparent !important;
    border: none !important;
}
.btn .btn-primary:focus, .btn-primary:focus, .btn:focus {
    background-color: transparent !important;
    border: none !important;
}
.btn:active {
	box-shadow: none;
}
.modal-header {
    padding: 0 10px !important;
    border-bottom: none !important;
}
.modal-body {
	padding-top: 0 !important;
}
.modal-footer {
	text-align: center !important;
}
.modal-dialog {
    width: 95%;
    margin: 30px auto;
}
footer .modal-body {
	color: #222;
	font-weight: 400;
	text-shadow: none;
}
#modal2 {
	text-align: left;
}
#modal2 h6 {
	text-align: left;
}
.policies.btn {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1rem;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}
.policies.btn:hover {
	color: #E34DFD;
	text-shadow: 0px 0px 3px rgba(255,255,255,.4);
	font-weight: 800;
}
#unsubscribe {
	margin-top: 20px !important;
}

/*End Modal Buttons------------------------------------*/


/*Contact Form------------------------------------*/
#contact-form {
	margin: 20px auto 0 auto !important;
	width: auto !important;
	font-size: 1.6rem !important;
}
input, textarea {
	font-size: 1.5rem !important;
	margin: 0 0 10px 10px !important;
}
#field-ce23afeb95db73b, #field-658e453aa8d3683, #email, #name {
	width: 100% !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgba(65,194,209,0.5) !important;
}
td {
	border-bottom: none !important;
}
#submit-btn {
	margin: 20px 40% !important;
}
#submit-btn:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, #submit-btn:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
border: 1px solid #33C3F0;
}


/*End Contact Form------------------------------------*/





/* Media Queries
------------------------------------------- */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {

	
.staff img {
	max-width: 250px;
	max-height: 250px;
}
.samples img {
	max-width: 420px;
}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

 .one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 100%;
	        flex: 1 100%;
}
.row-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
}
.staff, .routes, .bikes, .contact, .samples {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 1;
	    -ms-flex: 1 33%;
	        flex: 1 33%;
	height: auto;
	margin-top: 0;
}
img {
	max-width: 350px;
}
.staff img {
	max-width: 250px;
	max-height: 250px;
}
.samples img {
	max-width: 380px;
}
.contact {
	width: 310px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 1;
	    -ms-flex: 1 50%;
	        flex: 1 50%;
}
footer {
	background-size: 200% auto;
	height: 360px;
	
}
}

/* Larger than tablet */
@media (min-width: 750px) {

	
/* Horizontal Navigation Styles */

img {
	max-width: 400px;
}
.samples img {
	max-width: 100%;
}
.contact {
	width: 310px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 1;
	    -ms-flex: 1 33.333%;
	        flex: 1 33.333%;
}
.modal-dialog {
    width: 80%;
}
footer {
	background-size: 180% auto;
}
}


/* Larger than desktop */
@media (min-width: 1000px) {
svg#id-logo {
	width: 100%;
	max-width: 400px;
	margin: 20px 20px 0px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	position: relative;
	z-index: 100;
}
.main-nav {
	position: relative;
	top: -100px;
	z-index: 1;
}
	
#about {
	margin-right: 40px;
	margin-left: 40px;
}

#contact {
	margin-left: 40px;
	margin-right: 40px;
}
#services {
	margin-left: auto;
}	
img {
	max-width: 450px;
}
.contact {
	width: 310px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 1;
	    -ms-flex: 1 25%;
	        flex: 1 25%;
}
.modal-dialog {
    width: 70%;
}
	footer {
	background-size: 130% auto;
}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
img {
	max-width: 500px;
}
.sites img {
	max-width: 550px;
}
.contact {
	width: 330px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-flex: 1;
	    -ms-flex: 1 30%;
	        flex: 1 30%;
}
.modal-dialog {
    width: 60%;
}
	footer {
	background-size: 100% auto;
		
}
}
