/* Structure
----------------------------------------------- */

body {
	font-family: 'Overpass', sans-serif;
	background-color: #000000;
	transition: 0.3s all;
	color: #ffffff;
	
 }
 
 #header {
	height: 800px;
	width: 100%;
	text-align: center;
	background: #D44500;
	background: url("../img/bkg_temp.jpg") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	opacity: 0;
}

.image_bottom_fade {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 100%;
	height: 300px;
	opacity: 1;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
 
 .intro {
	margin: 0 auto 200px auto;
	padding: 50px;
	text-align: center;
}

 .about {
	padding: 200px 0 0 0;
	height: 800px;
	text-align: center;
	background: url("../img/about_bkg.png") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
 }
 
 .about .container, .rides .container, .racereports .container {
	width: 400px;
 }
 
.rides {
	padding: 200px 0 0 0;
	height: 800px;
	text-align: center;
	background: #ffffff;
	background: url("../img/routes_bkg.png") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}



.rides_landing {
	padding: 0;
	height: 600px;
	overflow: hidden;
	text-align: center;
}


.about_landing {
	padding: 200px 0 0 0;
	height: 600px;
	text-align: center;
	background: #ffffff;
	background: url("../img/About_bkg_temp2.jpg") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}



.racereports {
	padding: 200px 0 0 0;
	height: 800px;
	text-align: center;
	background: #ffffff;
	background: url("../img/race_reports.png") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}

.hamer {
	background: #D44500;
	padding: 150px 0;
}

.col_long_copy {
width: 650px;
margin: 0 auto;
text-align: left;
}

.col_long_copy h3 {
margin: 0 0 10px 0;
}

.col_long_copy h4 {
margin: 0 0 10px 0;
color: #000000;
font-size: 0.8rem;
text-transform: uppercase;
weight: bold;
letter-spacing: 0.1rem;
}


.fade {
  opacity: 0;
  transform: translate(0, 60px); 
  transition: all 1s;
}

.fade.visible {
  opacity: 1;
  transform: translate(0, 0); 
}

.linkp {
	 margin-top: 50px;
 }

.footer {
	padding: 50px 50px;
	background-color: #000000;
}


.footerlogo {
    width: 60px;
	float: left;
	margin: 0 0 20px 0;
}


.footer ul {
	margin: 20px 0 40px 0;
	padding: 0px;
	clear: both;
}

.footer ul li {
	margin: 0 30px 0 0;
	padding: 0px;
	display: block;
	float: left;
}


.about-cont {
	padding-top: 80px;
}


.about-cont-two {
	padding: 50px 0 100px 0;
	color: #ffffff;
	text-align: center;
}


.about-cont-two .intro {
	margin: 0 0 0 0;
}


.about-cont-two .row h3 {
	width: 100%;
	padding: 50px 0 30px 0;
	text-align: center;
}

.about-cont-two .row p {
	width: 100%;
	padding: 50px 0 30px 0;
	text-align: center;
}


.about-cont-two .row p a {
	color: #ffffff;
}


.rides-cont {
	padding-top: 20px;
}

.rides-cont .row h3 {
	padding: 0;
	margin: 0;
}

.rides-cont .row {
	padding: 40px 0;
	margin: 0;
}

.rides-cont .row p.ride_details {
	font-size: .8rem;
	margin: 15px auto 70px auto;
	padding: 0px;
	text-align: center;

}

p.ride_details a {
	font-size: .8rem;
	font-family: 'Overpass', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-decoration: underline;
}

.rides-cont h3 {
	margin: 50px 0 50px 0;
	width:  100%;
	text-align: center;
}

.map {
	width: 100%;
	margin: 30px 0 80px 0;
}


.rr-cont .intro {
margin-bottom: 0px;
	padding-bottom: 0px;
}

.rr-header {
	padding: 100px 0 0 0;
}

.rr-header p {
	width: 80%;
	text-align: center;
	margin: 10px auto;
}

.container-fluid .rr-cont .bottom {
	margin-bottom: 100px;
}
	
 #racereport {
	height: 800px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	margin-bottom: 50px;
	opacity: 0;

}

.dropshops {
	background: url("../img/rr/drops2hops_full.jpg") no-repeat center center; 
}

.dutchgrinder {
	background: url("../img/rr/IMG_3353_comp.png") no-repeat center center; 
}

.vo {
	background: url("../img/rr/vo_main.png") no-repeat center center; 
}

.rr {
	background: url("../img/rr/2016_rougeroubaix.jpg") no-repeat center center; 
}


.about_landing .image_bottom_fade {
	position: absolute;
	top: 400px;
	left: 0px;
	width: 100%;
	height: 200px;
	opacity: 1;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}


.rides_landing .image_bottom_fade {
	position: absolute;
	top: 400px;
	left: 0px;
	width: 100%;
	height: 200px;
	opacity: 1;
	z-index: 75;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}



/* Elements
----------------------------------------------- */


.rides-cont h2 {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}


.logo {
	display: block;
	overflow: hidden;
	width: 170px;
	height: 100px;
	text-indent: -9999px;
	background: url("../img/logo.png");
	background-size: 170px;
	background-repeat:no-repeat;
	position: fixed;
	top: 20px;
	left: 50%;
    transform: translate(-50%, 0);
	z-index: 98;
}


h1#bighead {
	overflow: hidden;
	width: 600px;
	height: 600px;
	text-indent: -9999px;
	background: url("../img/logo_hp.png");
	background-size: 600px;
	background-repeat:no-repeat;
	position: absolute;
	left: 50%;
	z-index: 79;
	margin: 0 0 0 -300px;
	padding: 0px;
}


h1 {
	font-family: 'Archivo Black', sans-serif;
	font-size: 7rem;
	width: 100%;
	text-align: center;
}




h2 {
}

.rr-item h2 {
size: 1.5rem;
margin: 10px 0 5px 0;
padding: 0px;
}

.intro .col .rr-detail p {
margin-top: 0px;
padding: 0px;
font-size: .8rem;
font-style: italic;
	font-family: 'Overpass', sans-serif;

}



h3 {
	font-family: 'Archivo Black', sans-serif;
	font-size: 3rem;
}


p {
	font-size: 1.3rem;
	line-height: 1.9rem;
	margin: 2rem 0;
}

em {
	font-weight: normal;
}
.container .intro h2 {
	font-size: 2.25rem;
	line-height: 3rem;
}

.intro p {
	margin-top: 50px;
	width:  100%;
	text-align: center;
}

.intro h3 {
	margin: 50px 0 50px 0;
	width:  100%;
	text-align: center;
}


.intro a {
	font-family: 'Archivo Black', sans-serif;	
	color: #fff;
	font-size: 2rem;
	  position: relative;
	top: 0;
	transition: top ease 0.5s;
	border-bottom: 3px solid #fff;
}

.intro a:hover,.intro a:focus {
	top: -10px;
 	text-decoration: none;
	alpha: 1;
 }
 
 
.col a {
	font-family: 'Archivo Black', sans-serif;	
	color: #fff;
	font-size: 1.5rem;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
	border-bottom: 3px solid #fff;
	alpha: 0.6;
}

.col a:hover,.col a:focus {
	top: -10px;
	text-decoration: none;
	alpha: 1;
 }


.footer ul li a {
	color: #777777;
	font-size: 0.8rem;
}





a .rr-item h2 {
	display: inline-block;
/*		border-bottom: 3px solid #333; */
}

a:hover.rr-item h2, a:focus .rr-item h2 {
	top: -10px;
 	text-decoration: none;
	alpha: 1;
 }
 

.final {
	margin-bottom: 200px;
}

p.deets {
font-size: .8rem;
line-height: 1.2rem;
margin-bottom: 50px;
}

p.back {
font-size: .8rem;
line-height: 1.2rem;
margin-bottom: 0px;
}

.col_long_copy p a {
color: #ffffff;
	text-decoration: underline;
}



/* Animation
----------------------------------------------- */
 
@-webkit-keyframes fadeInUp { from { opacity:0; top:370px; } to { opacity:1; top:170px; } }
@-moz-keyframes fadeInUp { from { opacity:0; top:370px;} to { opacity:1; top:170px; } }
@keyframes fadeInUp { from { opacity:0; top:370px; } to { opacity:1; top:170px;} }
 
.fade-inup {
 opacity:0;  
 -webkit-animation:fadeInUp ease-out 1;  
 -moz-animation:fadeInUp ease-out 1;
 animation:fadeInUp ease-out 1;
 
 -webkit-animation-fill-mode:forwards;  
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;
 
 -webkit-animation-duration:1.3s;
 -moz-animation-duration:1.3s;
 animation-duration:1.3s;
}

.fade-inup.one {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
}



@-webkit-keyframes fadeIn { from { opacity:0;} to { opacity:.7;} }
@-moz-keyframes fadeIn { from { opacity:0;} to { opacity:.7; } }
@keyframes fadeIn { from { opacity:0;} to { opacity:.7;} }
 
.fade-in {
 opacity:0;  /* make things invisible upon start */
 -webkit-animation:fadeInUp ease-out 0.5;   
 -moz-animation:fadeInUp ease-out 0.5; 
 animation:fadeInUp ease-out 0.5; 
 
 -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;
 
 -webkit-animation-duration:2s;
 -moz-animation-duration:2s;
 animation-duration:2s;
}

.fade-in.one {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}



@-webkit-keyframes fadeInFull { from { opacity:0;} to { opacity:1;} }
@-moz-keyframes fadeInFull { from { opacity:0;} to { opacity:1; } }
@keyframes fadeInFull { from { opacity:0;} to { opacity:1;} }
 
.fade-infull {
 opacity:0;  /* make things invisible upon start */
 -webkit-animation:fadeInFull ease-out 1;   
 -moz-animation:fadeInFull ease-out 1; 
 animation:fadeInFull ease-out 1; 
 
 -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
 -moz-animation-fill-mode:forwards;
 animation-fill-mode:forwards;
 
 -webkit-animation-duration:2s;
 -moz-animation-duration:2s;
 animation-duration:2s;
}





/* Carousel
------------------------------------------------------------------------------------------------------------------- */

* { box-sizing: border-box; }


.carousel {
  background: #000;
}

.carousel-cell {
  width: 40%;
  height: 400px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: gallery-cell;
}



.carousel-cell {
  height: 400px;
  width: 500px;
  background: #000;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel.is-fullscreen .carousel-cell {
}

.carousel-cell-image {
  max-width: 500px;
}



/* White switch
------------------------------------------------------------------------------------------------------------------- */

body.white {
	background-color: #ffffff;
	color: #333;
 }
 
body.white .container a {
color: #333;
}
 
body.white .about-cont-two .row p a {
	color: #333;
}

body.white .rr-cont h2, .rr-cont p {
	color: #333;
}

body.white .hamburger.is-active .hamburger-inner,
body.white .hamburger.is-active .hamburger-inner::before,
body.white .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; 
}

body.white .hamburger-inner, body.white .hamburger-inner::before, body.white .hamburger-inner::after {
    background-color: #333; 
}

body.white .hamburger-inner, .hamburger-inner::before,  body.white .hamburger-inner::after {
    background-color: #333;
}

body.white .navbg {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0));
}

body.white.nav-active #social a {
	color: #fff;
}

body.white #social a {
	color: #333;
}

body.white #social {
	color: #333;
}

body.white .menu-icon {
  color: #333;
}

body.white #nav_logo a {
background: url("../img/dfcc_333.svg") no-repeat center center; 
}

body.white.nav-active #nav_logo a {
background: url("../img/dfcc.svg") no-repeat center center; 
}




.white {
	background-color: #ffffff;
	color: #333;
 }
 
 .keystats {
padding: 100px 0;
text-align: center;
 }
 
  .keystats h3 {
margin: 0 auto 30px auto;
 }
 
 
 .rides_landing {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	
}


.rides_landing h1 {
position: absolute;
top: 200px;
left: 0;
z-index: 75;
width: 100%;
text-align: center;
}


    



.videoContainer video {
	width: 100%;
    height: auto;
    max-height: 100%;

}
 