*{
    margin: 0;
    padding: 0;
}
body{
     font-family: Poppins;
     font-weight: 600;
     margin: 0;
} 
.wrapper{
    width: 1170px;
    margin: 0 auto;
}
.header{
    height: 100px;
    background: #262626;
    width: 100%;
    z-index: 15;
    position: fixed;
}
.nav-links{
	flex: 1;
	text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 35px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-family: Poppins;
    letter-spacing: 4px;
    font-size: 20px;
    margin: 0 auto;
}
nav img{
    width: 133px;
    float: left;
    position: relative;
    bottom: 16px;
}
.banner-area{
    width: 100%;
    height: 500px;
    position: fixed;
    top: 100px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url("images/banner.jpg");
    background-size: cover;
    text-align: center;
}
.banner-area h1{
    padding-top: 15%;
    font-size: 70px;
    font-family: Poppins;
    color: rgba(255, 255, 255, 0.705);
    text-align: center;
}
.content-area{
    width: 100%;
    position: relative;
    top: 450px;
    background: #ffffff;
    height: 100%;
}
.content-area h2{
    font-family: Poppins;
    padding-top: 30px;
    font-size: 45px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
/* --------------------HOME PAGE SECTION--------------------*/
/* About Section of the Home Page */
.about-intro img{
    height: 93px;
    display: block;
    margin: 86px auto 20px;
	border-radius: 50%;
    border: 2px solid #000000;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.979);  
    image-rendering: pixelated; 
}
.about-intro p{
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	padding: 2px; 
    text-align: center;
}
/* Trails Section of the Home Page */
.trail-intro{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 86px;
}
.trail-intro p{
    padding: 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
    font-size: 20px;
}
.trail-intro-row{
	justify-content: space-evenly;
    display: flex;
}
.trail-intro-col{
    background: #30302f13;
	flex-basis: 31%;
	border-radius: 10px;
	padding: 20px 12px;
	box-sizing: border-box;
    border: 1px solid #000000;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.979);
}
.trail-intro-col h3{
	text-align: center;
    font-family: Poppins;
	font-weight: 600;
	margin: 10px 0;
}
.trail-intro-col img{
    width: 100%;
	display: block;
}
/* Blog Section of the Home Page */
.blog-intro{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 86px;
}
.blog-intro h1{
    font-family: Poppins;
	font-size: 35px;
	font-weight: 600;
}
.blog-intro p{
	color: #000000;
    padding: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
}
.blog-intro img{
    width: 600px;
    height: 400px;
    border-radius: 10px;
    border: 2px solid #000000;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.979);  
    margin: 0 auto;
}
/* Resources Section of the Home Page */
.resources-intro{
	width: 100%;
	margin: 0;
	padding-top: 86px;
}
.resources-intro-row{
    justify-content: space-evenly;
    display: flex;
}
.resources-intro-col{
    background: #30302f13;
    flex-basis: 45%;
	border-radius: 10px;
	padding: 20px 12px;
    box-sizing: border-box;
    border: 1px solid #000000;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.979);  
    margin-bottom: 10%;
}
.resources-intro-col h3{
	text-align: center;
    font-family: Poppins;
	font-weight: 600;
	margin: 10px 0;
}
.resources-intro-col p{
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}
.resources-intro-col img{
    margin: 0 auto;
	display: block;
}
 /* Gallery Section of the Home Page */
 .gallery-intro{
	width: 80%;
	margin: auto;
	text-align: center;
}
.gallery-intro h1{
    font-family: Poppins;
	font-size: 35px;
	font-weight: 600;
}
.gallery-intro p{
	color: #000000;
    padding: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
}
.gallery-intro img{
    width: 600px;
    height: 400px;
    border-radius: 10px;
    border: 2px solid #000000;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.979);  
}
/* Contact Section of the Home Page */
.contact-button{
    display: flex;
    justify-content: center;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #000000;
	padding: 12px 34px;
	font-size: 13px;
	background: #262626;
	cursor: pointer;
    margin-top: 45px;
    margin-bottom: 45px;
    margin-top: 10%;
}
.contact-button:hover{
	color:#262626;
    background: #30302f13;
	transition: .5s;
}
/* Thank You Section of the Home Page */
.thankyou-button{
    display: flex;
    justify-content: center;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #000000;
	padding: 12px 34px;
	font-size: 13px;
	background: #262626;
	cursor: pointer;
    margin-top: 45px;
    margin-bottom: 45px;
    margin-top: 2%;
}
.thankyou-button:hover{
	color:#262626;
    background: #30302f13;
	transition: .5s;
}
.thankyou p{
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	padding: 2px; 
    text-align: center;
}
/* ------------THANK YOU Page---------- */
.thankyou h1{
    font-family: Poppins;
    padding-top: 30px;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 45px;
    text-align: center;
}
.thankyou video{
    width: 60%;
    height: 60%;
    margin-top: 30px;
    border: 2px solid #000000;
    border-radius: 10px;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.979);  
    display: block;
    margin: 0 auto;
}
/* ----------ABOUT Page----------- */
.about-row{
	margin-top: 5%;
	display: table;
	justify-content: space-between;
    margin: 0 auto;
}
.about img{
    margin-top: 48px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    object-fit: cover;
    height: 486px;
    border: 2px solid #000000;
    border-radius: 50%;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.979);  
    float: left; 
    margin-left: 65px;
    margin-bottom: 98px;
    image-rendering: pixelated;
 }
 .about-col h1{
        font-family: Poppins;
        padding-top: 30px;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 45px;
        text-align: center;
    }
 .about-col p{
     width: 600px;
     font-size: 20px;
     font-family: Poppins;
     letter-spacing: 1px;
     font-weight: 300;
     position: relative;
     float: left;
     margin-left: 95px;
     margin-bottom: 98px;
 }
 .about video{
     width: 60%;
     height: 60%;
     border: 2px solid #000000;
     border-radius: 10px;
     box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.979);  
     display: block;
     margin: 0 auto;
 }
/* -----------TRAILS Page----------- */
.trail h1{
    font-family: Poppins;
    padding-top: 30px;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 45px;
    text-align: center;
}
.trail video{
    width: 60%;
    height: 60%;
    margin-top: 30px;
    border: 2px solid #000000;
    border-radius: 10px;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.979);  
    display: block;
    margin: 0 auto;
}
.content-table{
    border-collapse: collapse;
    font-family: Poppins;
    font-size: 15px;
    border-radius: 5px 5px 0 0; 
    overflow: hidden;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 30px;
    text-align: center;
}
.content-table thead tr{
    background-color: #262626;
    color: #ffffff;
    font-weight: bold;
}
.content-table th{
    padding: 12px 15px;   
}
.content-table td{
    padding: 12px 15px;
}
.content-table tbody tr{
    border-bottom: 1px solid #262626;
}
.content-table tbody tr:nth-of-type(even){
    background-color: #30302f13;
}
.content-table tbody tr:last-of-type{
    border-bottom: 2px solid #262626;
}
/* -----------BLOG Page---------- */
.blog h1{
    font-family: Poppins;
    padding-top: 30px;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 45px;
    text-align: center;
}
.blog-col h3{
    text-align: left;
    font-family: Poppins;
    font-size: 30px;
	font-weight: 600;
    text-align: left;
    margin-bottom: 25px;
}
.blog-col p{
    font-family: Poppins;
    width: 1000px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    position: relative;
    text-align: left;
    margin: 0 auto;
}
.blog-col img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #000000;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.979);
    margin: 0 auto;
}
/* ----------RESOURCES Page---------- */
.resources h1{
   font-family: Poppins;
   padding-top: 30px;
   font-size: 35px;
   font-weight: 600;
   margin: 0;
   margin-bottom: 45px;
   text-align: center;
}
.resources p{
   color: #000000;
   padding: 10px;
   font-size: 20px;
   font-weight: 600;
   margin: 0 auto 5%;
   text-align: center;
}
.mtb img{
    width: 400px;
    height: 400px;
    margin: 0 auto 15px;
    width: 100%;
}
.trailforks img{
    width: 400px;
    height: 300px;
    margin: 0 auto 15px;
    width: 100%;
}
.strava img{
    width: 400px;
    height: 400px;
    margin: 0 auto 15px;
    width: 100%;
}
.youtube img{
    width: 500px;
    height: 100px;
    margin: 0 auto 15px;
    width: 100%;
}
.GMBN img{
    margin: 0 auto 15px;
    width: 100%;
}
.GMBNTech img{
    width: 100%;
    margin: 0 auto 15px;
}
.Pinkbike img{
    width: 100%;
    margin: 0 auto 15px;
}
.albievas img{
    width: 100%;
    margin: 0 auto 15px;
}
.BermPeak img{
    width: 100%;
    margin: 0 auto 15px;
}
.BikersEdge img{
    width: 100%;
    margin: 0 auto 15px;
}
.BKXC img{
    width: 100%;
    margin: 0 auto 15px;
}
.NateHills img{
    width: 100%;
    margin: 0 auto 15px;
}
.JeffKendall-Weed img{
    width: 100%;
    margin: 0 auto 15px;
}
/* ----------GALLERY Page---------- */
.gallery h1{
    font-family: Poppins;
    padding-top: 30px;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 45px;
    text-align: center;
}
.desc{
    color: #000000;
    font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;
	padding: 10px;
}
.row{
	margin-top: 5%;
	display: table;
	justify-content: space-between;
    margin: 0 auto;
}
.gallery-col{
    width: 33.33%;
	border-radius: 10px;
	margin-bottom: 5%;
	text-align: left;
    padding: 5px;
}
.gallery-col img{
	width: 600px;
    height: 400px;
	border-radius: 10px;
    border: 2px solid #000000;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0, 0.979);  
    object-fit: cover;
}
/* ----------Contact Section---------- */
.form{
    border-radius: 5px;
    background-color: #262626;
    padding: 20px;
    font-family: Poppins;
    color: #ffffff;
}
.form label{
    color: #ffffff;
    font-size: 15px;
    font-family: Poppins;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 16px;
    resize: vertical;
    border-radius: 5px;
    box-sizing: border-box;
}
input[type=submit]{
    padding: 15px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
/* ----------Footer Section---------- */
#footer{
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.footer img{
    width: 88px;
    position: relative; 
}
/* --------------------MEDIA SECTION-------------------- */
@media(max-width: 700px){
.text-box h1{
  font-size: 15px;
}

nav ul{ 
    width: 100px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.nav-links{
	text-align: left;
}
.nav-links ul li{
    padding-top: 0;
    padding-bottom: 0;
}
.nav-links ul li a{
    font-size: 10px;
    letter-spacing: 0; 
    letter-spacing: 0;
}
.banner-area{
    max-width: 700px;
    max-height: 700px;
    width: 100%;
    position: relative; 
}
.banner-area h1{
    font-size: 50px;
}
.row{
    flex-direction: column;
 }
 /* Blog Section on Home Page */
.blog-intro img{
    max-width: 320px;
    max-height: 320px;
    margin: 0 auto;
}
/* About Section on Home Page */
.about-row{
  flex-direction: column;
} 
.about img{
    max-width: 320px;
    max-height: 320px;
    width: 100%;
    margin-left: 0;
}
.about-col h1{
    width: 100%;
}
.about-col p{
    max-width: 320px;
    max-height: 320px;
    font-size: 12px;
    margin: 0 auto 5%;
    text-align: center;
    width: 100%
}
.about video{
    max-width: 320px;
    max-height: 320px;
    width: 100%;
}
/*Trails Section on Home Page */
.trail-intro-row{
    flex-direction: column;
}
/* Resources Section on Home Page */
.resources-intro-row{
    flex-direction: column;
}
/* Gallery Section on Home Page */
.gallery-intro img{
    max-width: 240px;
    max-height: 240px;
}
/* --------------------MAIN SECTIONS-------------------- */
/* Trail Section */
.trail video{
    max-width: 320px;
    max-height: 320px;
    width: 100%; 
}
/* Blog Section */
.blog img{
    max-width: 320px;
    max-height: 320px;
    margin-left: 5%;
}
.blog-col h3{
    margin-left: 5%;
    margin-right: 5%;
}
.blog-col p{
    max-width: 320px;
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
    width: 90%;
}
/* Gallery Section */
.gallery-col img{
    max-width: 250px;
    max-height: 250px;
}
/* Thank You Section */
.thankyou video{
    max-width: 320px;
    max-height: 320px;
    width: 100%; 
}
}