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

@import url("https://use.typekit.net/eaj4vcj.css");


body {
margin: 0px 0px 20px 0px ;
padding: 0px 0px 0px 0px ;
font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
color:#EEE;
background-color: #000;
background-image: url(ccf.png);
}



/* --- Black Glossy Metal Button --- */
.btn-gloss {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  margin-top: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #AAA;
  background-image: url("hardwood.jpg");
  border: 1px solid #444;
  border-radius: 8px;
  box-shadow:
    0 3px 2px rgba(0,0,0,0.7);
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.15s ease;
}
.btn-gloss:hover {
  background-image: url("hardwood.jpg");
  box-shadow:
    inset 0 0px 1px rgba(255,255,255,0.3),
    0 3px 2px rgba(0,0,0,0.8);
  transform: translateY(0px);
  color: #FFF;
}

.btn-gloss::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
  display: inline-block;
  color: #AAA;
  font-size: 12px;
}

.btn-gloss:hover::before {
  color: #FFF;
}


.btn-gloss:active {
  background-image: url("hardhardwood.jpg");
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.9);
  transform: translateY(0);
}
.btn-gloss::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.12) 0%,
    rgba(255,255,255,0.04) 40%,
    rgba(255,255,255,0.0) 100%
  );
  pointer-events: none;
}

.btn-gloss::before {
content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
  display: inline-block;
  color: #AAA;
  font-size: 12px;
}







.vidbox {
width :98%;
margin:1%;
height:65vh;

}

#background-video {
  width: 100%;
    height:100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
overflow: hidden;
}


h1
{
color:#CCC;
font-size: 20px;
font-weight: normal;  
    padding-top:0px;
}

h2
{
color:#BBB;
font-size: 18px;
font-weight: normal;     
}

h3
{
color:#CCC;
font-size: 16px;
font-weight: normal; 
    line-height: 20px;
width:100%;
padding-top: 3px;
padding-bottom: 3px;
text-indent: 4px;
border-bottom: 1px Solid #666;
border-top: 1px Solid #666;
    

}

h4
{
color:#CCC;
font-size: 16px;
font-family: arial, helvetica, sans-serif;
font-weight: lighter; 
padding-top: 0px;
padding-bottom: 0px;
text-indent: 0px;
line-height: 16px;


}




.header {
width :100%;
margin-top:0px;
margin-bottom:0px;
border-bottom : 0px solid #FFF;
background-color: #333;
background-image: linear-gradient(to top left, #111, #222);

}

.logo {
width :300px;
height: 90px;
margin-top:10px;
margin-bottom:5px;
margin-left:10px;
border-bottom : 0px solid #FFF;
background-image:url("photo-logo.png");
background-position: 0px 5px;
background-repeat: no-repeat;
background-size: contain;
float:left;
}

.bike {
width :220px;
height: 90px;
margin-top:10px;
margin-bottom:0px;
margin-right:25px;
border-bottom : 0px solid #FFF;
background-image:url("hmmmm.png");
background-repeat: no-repeat;
background-size: contain;
float:right;
    background-position: right;
}

.topcontainer {
padding-top: 0px;
width:95%;
height: 112px;
margin-top:20px;
margin-left:auto;
    margin-bottom:0px;
margin-right:auto;
border-left:1px solid #333;
border-right:1px solid #333;
border-top:1px solid #333;
border-bottom:0px solid #333;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
background-image:url("wood.png");
background-color: #000;
    border-top-right-radius: 10px;
        border-top-left-radius: 10px;
           border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;


}


.topcontainershadow {
padding-top: 0px;
width:100%;
height:100%;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7) inset;
    border-top-right-radius: 10px;
        border-top-left-radius: 10px;
           border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;


}

.nav{
width: 95%;
margin-left:auto;
margin-right:auto;
clear:both;
margin-top: 0px;
    margin-bottom:0px;
border-top:1px solid #333;
border-bottom:1px solid #333;
border-left:1px solid #333;
border-right:1px solid #333;
z-index:10;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    border-top-right-radius: 0px;
        border-top-left-radius: 0px;
           border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

}

.navshad{
background-image: linear-gradient(to top, rgba(000,0,0,0), rgba(000,0,0,.5));
height:5px;
}

.bottomshad{
background-image: linear-gradient(to top, rgba(000,0,0,.3), rgba(000,0,0,0));
 height:5px;
}


.instructs
{
clear:both;
margin-top: 0px;

}

.container {
padding-top: 0px;
width:95%;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
border-left:1px solid #333;
border-right:1px solid #333;
border-top:1px solid #333;
border-bottom:1px solid #333;
background-image: linear-gradient(to top left, #111, #222);
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.8);
    overflow:hidden; height:100%;
    border-radius: 10px;

}

.navshad
{
    clear:both;
     background-image: linear-gradient(to top, rgba(000,0,0,0), rgba(000,0,0,.5));
 height:5px;
}

.bottomshad
{    clear:both;
     background-image: linear-gradient(to top, rgba(000,0,0,.3), rgba(000,0,0,0));
 height:5px;
}

.inshadow {
   
    width:100%;
    min-height: 100%;
    overflow: hidden;
      border-radius: 10px;

}

.aboutbox
{
width:88%;
margin-left:5%;
margin-right:5%;
margin-top: 20px;
margin-bottom: 20px;
padding-top:8px;
padding-bottom:8px;
padding-left:1%;
padding-right:1%;
font-weight: 400;
font-style: normal;

border: 1px solid #333;
text-align: left;
    font-size: 14px;
color:#999;
    text-shadow: 3px 3px 3px #000;
     background-image:url("hardwood.jpg");
    border-radius: 10px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);


}


.textblockr {
padding-top: 0px;
width:45%;
margin-top:10px;
margin-bottom:20px;
margin-right:5%;
float:right;
padding-left:30px;
 border-left: 1px solid #333;

     
}

.textblockl {
padding-top: 0px;
width:35%;
margin-top:10px;
margin-bottom:20px;
margin-left:5%;
    float:left;
    

     
}

p {
    color:#CCC;
    font-size: 14px;
    text-indent: 0px;
text-align: justify;
    line-height: 1.5em;
     
}



.indented
{
    color:#CCC;
    font-size: 14px;
    text-indent: 30px;
    line-height: .5em;
     
}



.smimg {
  float: right;
    clear:both;
    width:200px;
    height:auto;
    margin-top:10px;
    margin-left:20px;
    margin-bottom: 0px;
    margin-right:0px;
    border: 1px solid #666;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.instructs {
 
width:100%;
height:auto;
border: 1px solid #666;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}


.caption {
height:auto;
float: right;
clear:both;
text-align: center;
color:#CCC;
font-size: 10px;
font-weight: normal;
font-style: italic;
display:block;
width:202px;
padding-top: 3px;
padding-bottom: 3px;
text-indent: 0px;
border-bottom: 1px solid #666;
border-top: 0px Solid #666;
margin-right: 0px;
margin-left:20px;
margin-bottom:10px;
    background-color:#000;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);

}



.spacer {
height:20px;

}

.copyright {
    width:95%;
margin-top:10px;
margin-left:auto;
margin-right:auto;
	text-align: center;
    height:60px;
	padding-top: 0px;
	padding-bottom: 0px;	
	border: 1px solid #333;
  margin-bottom: 20px;
    font-size: 10px;
    background-color: #000;
    background-image:url("hardwood.jpg");
    clear:both;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);



}


 
    
@media only screen and (max-width: 1050px) {

    
    .button {
  font-size: 10px;

}
    
    .textblockr {
width:80%;
margin-top:0px;
margin-bottom:20px;
margin-left:10%;
margin-right:10%;
 float:right;
border-left: 0px solid #333;
    padding-left: 0px;
                   border-top: 2px solid #666;
        padding-top: 40px;
     
     
}

.textblockl {
padding-top: 0px;
width:80%;
margin-top:20px;
margin-bottom:20px;
margin-left:10%;
margin-right:10%;
    float:left;

     
}
    
    .smimg {
  
    width:200px;
    height:auto;
}
    
    .caption {
width:202px;
    
    }
    
}

@media only screen and (max-width: 600px) {
.bike{ 
    display: none

}
    
    .button {
  font-size: 9px;
        width:80%;

}
    
        .smimg {
  
    width:150px;
    height:auto;
}
    
    .caption {
width:152px;
    
    }
    
    
}
    
    /* Extra small devices (phones, 320px and down) */
@media only screen and (max-width: 400px) {
.bike{ 
    display: none

}
    
    .button {
        width:70%;
  font-size: 8px;

}

    }
    
    
     




