/* bikefixblue #23a8e0 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800i');
@import url('https://fonts.googleapis.com/css?family=Roboto:900');

section, #footer{
    padding: 3em 0;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Roboto';
font-weight: 900;
}

p{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}

nav {
    background-color: #ffffff !important;
}

nav ul a{
    color: #444 !important;
}


.fullwidth{
    width: 95vw;
    max-width: 95vw;
    margin-left: 2.5vw;
}
.sidenav-overlay {
    z-index: 996;
}

.sidenav-trigger{
        padding: 0 3vw;
        margin: 0 !important;
    background-color: #039be5;
}


.brand-logo, .brand-logo img{
	   height: 100%
}



.mainnavbar li{
list-style-type: none;
}

.btn-small{
   background: #23a8e0;
   margin-bottom: .5em; 
}

.titlebanner{
    background: #23a8e0;
    padding: 18em 0 3em;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width:992px){
 .titlebanner{
    background-position: 50% 20%;
    min-height: 70vh;
 }   
}


.titlebanner h1{
    font-family: 'Arial';
color: #00ade2;
    font-size: 3em;
    background: #fff;
    text-shadow: 1px 1px 1px #000;
    padding: .5em;
    display: -webkit-inline-box;
    transform: skew(-5deg, -5deg) rotate(5deg);
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -3px;
}

.fullwidthanimated{
	padding: 0;
    max-width: 100%;
    overflow: hidden;
}

.gifback{
	background-image: url(../img/cyclegif.gif);
	background-size: cover;
        height: 40vh;
        position: relative;
        text-align: center;
}
.gifback a{
        width: 100%;
    color: #fff;
    position: relative;
        font-family: 'Arial';
    text-shadow: 1px 1px 1px #000;
    padding: .5em;
    transform: skew(-5deg, -5deg) rotate(5deg);
    text-transform: uppercase;
    font-weight: 900;
}

@media screen and (min-width:992px){
    .gifback a{
        font-size: 3em;
            letter-spacing: -3px;
    }
}
@media screen and (max-width:991px){
        .gifback a{
        font-size: 1.8em;
            letter-spacing: -1px;
    }
}

.bloverlay{
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    position: absolute;
}

.hideo{
	opacity: 0;
}



.breadcrumbnav{
       background-color: #23a8e0 !important;
}


.genbluepic{
        border-bottom: 5px solid #00ade2;
}

.rowsection{
    padding: 3em 0;
}

.gencont ul {
    padding-left: 1.5em;
}

.gencont ul li{
    list-style-type: disc;
}


.gencont h1,
.gencont h2,
.gencont h3,
.gencont h4,
.gencont h5{
    margin: .5em 0 !important;
}


.gencont h1{
font-size: 3rem;
}

.gencont strong{
    font-weight: 900;
}

.homepageh1{
        font-size: 3rem;
    text-transform: uppercase;
    font-style: italic;
    padding-bottom: .25em;
    border-bottom: 2px solid #00ade2;
    display: -webkit-inline-box;
}

.gencont h2{
  font-size: 2rem;  
}

.gencont h3{
    font-size: 1.8rem;
}

.gencont h4{
    font-size: 1.8rem;
}

.gencont h5{
    font-size: 1.5rem;
}


.gencont hr{
    background-color: #23a8e0;
}



.mapbox{
    height: 40vh;
}

.mapbox iframe{
    height: 40vh;
    width: 100%;
}

.cytechback{
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.cytechhideo{
    opacity: 0;
    position: relative;
    height: 20vh;
    width: 100%;
}

#footer{
    background: #e5e5e5;
}

.telephone{
    position: fixed;
    padding: .6em; 
    text-align: center;
    /*background: #ffab40; */
    background: #efefef;
    color: rgba(0,0,0,0.87);
    max-height: 3em;
    width: 100%;
        z-index: 999;
}


.telephone a{
    width: 100%;
    color: #37b1e5;
    position: relative;
        font-size: 1.2em;
    font-family: 'Roboto';
    padding: .5em;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -1px;
}

@media screen and (min-width:992px){
.navbar-fixed{
    top: 3em;
}
.telephone{
    top: 0;
}
}

@media screen and (max-width:991px){
.navbar-fixed{
    top: 0em;
}
.telephone{
    bottom: 0;
}
}



.overfade{
    z-index: 999999;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.bottomfoot{
        background: aliceblue;
    padding: 5px;
    text-align: center;
}

/******************/
/*Comment
/*******************/
.nomargebottrow{
        margin-bottom: 0;
}

.backstrip{
    background-size: cover;
    background-position: center;
}

.strippicinner{
    opacity: 0;
    position: relative;
    max-width: 100%;
}
@media screen and (min-width:992px){
   .strippicinner{
        height: 40vh;
} 
}
@media screen and (max-width:991px){
    .strippicinner{
        height: 50vh;

}
.backstrip{
border-bottom: 5px solid #fff;
}
}