/*Elements*/

body {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    background: #000;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 18px;
}

header {
    position: fixed;
    min-width: 310px;
    height: 50px;
    z-index: 1;
    background: rgba(0,0,0,0.3);
    width: 100%;
    max-width: 1200px;
}

h2 {
    color: #ffd400;
    margin: 0;
    font-size: 1.6em;
}

h2:hover {
    color: orange;
}

a {
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
}

/*Header*/

.logo {
    text-transform: uppercase;
    margin: 6px 0 0 30px;
    float: left;
    width: 100px;
}

.mainNav {
    margin: 10px 10px;
}

.mainNav li {
    text-transform: uppercase;
    margin: 0 20px;
    float: right;
    line-height: 28px;
    color: #ffd400;
}

.mainNav li:hover {
    color: orange;
}

.kickflip {
    position: relative;
    background-image: url("img/Skater.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 -20px;
    min-width: 1050px;
    height: 550px;
    z-index: -1;
}

.title {
    float: left;
    margin: -250px 0;
    width: 60%;
    -webkit-transition: 0.1s;
    -moz-transition: 0.03s;
    transition: 0.03s;
}

.title:hover {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
}




/*Videos*/

.yellowShape {
    position:relative;
    width: 100%;
    max-width: 1200px;
	height: 240px;
    transform: skewy(7deg);
	-webkit-transform: skewy(7deg);
    -moz-transform: skewy(7deg);
	background: #ffd400;
    z-index: -1;
    margin: -170px 0;
}

.videos {
    max-width: 1000px;
    margin: -270px auto 0;
    padding: 0 30px;
}

.videos h2 {
    color: black;
    margin: 0 0 25px;
}

.videos h2:hover {
    color: darkorange;
}

.card {
    width: 31.3%;
    float: left;
    border: solid 8px black;
    position: relative;
    overflow: hidden;
}

.card img {
    width: 100%;
    display: block;
}

.card:before {
    content: "";
	display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 150%;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.card:hover:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.card i {
    position: absolute;
    left: 48%;
    top: 43%;
    opacity: 0;
    color: #ffd400;
    font-size: 1.7em;
    -webkit-transition: 0.4s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.card:hover i {
    opacity: 1;
    -webkit-transform: -webkit-scale(1.3);
    -moz-transform: -moz-scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
}


/*Products*/

.products h2 {
    margin: 0;
}

.products {
    margin: 280px auto 0;
    height: 500px;    
    background-image: url("img/Boards.png");
    background-position: 0 35px;
    background-repeat: no-repeat;
    max-width: 950px;
    background-size: 100%;
    padding: 0 30px;
}



/*Rebate*/

.style ul {
    clear: both;
    text-align: center;
    margin: 10px 0 0;
}

.style li {
    position: relative;
    padding: 8px 110px;
    font-size: 1.3em;
    background-color: black;
    text-transform: uppercase;
    color: #ffd400;
    border: solid 4px #ffd400;
    margin: 5px -3px;
}

.style li:hover {
    background-color: #ffd400;
    color: black;
}

.style li.first {
    background-color: #ffd400;
    color: black;
    padding: 8px 124px;
}

.style li.first:hover {
    background-color: black;
    color: #ffd400;
}

.style i {
    font-size: 60px;
    position: absolute;
    left: 6px;
    top: -9px;
}

.style li.first i {
    left: 4px;
}

.style li.first:hover i {
    left: 6px;
}

.rebate {
    margin: 0 0 10px;
}

.rebate p {
    text-align: center;
    margin: -20px 0;
}

.rebate p span {
    color: #ffd400;
    text-transform: uppercase;
    text-align: center;
    font-size: 8.3em;
    margin: 0;
    font-weight: 100;
}

.rebate span:first-child {
    font-weight: 800;
}

.new {
    color: #ffd400;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.5em;
    margin: 0 0 20px;
}



/*Footer*/

footer {
    height: 260px;
    overflow: hidden;
}

.footerBar {
    background-image: url(img/Footer_bar.png);
    background-size: 120%;
    width: 1200px;
    height: 300px;
    margin: 0 0 -165px;
}

.footerShape {
    position: relative;
    background-color: #ffd400;
    height: 200px;
	width: 1200px;
    -webkit-transform: skewy(7deg);
    -moz-transform: skewy(7deg);
    transform: skewy(7deg);
    z-index: -1;
}

.siteMap {
    color: black;
    text-align: center;
    margin: -120px;
}

.siteMap li {
    margin: 0 15px;
    text-transform: uppercase;
}

.siteMap li:hover {
    color: darkorange;
}

.socialMedia {
    width: 140px;
    margin: -130px 45px;
}

.socialMedia img {
    margin: 3px
}





/*Medium devices*/

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

.mainNav {
    display: none;
}

.kickflip {
    position: relative;
    background-image: url("img/Skater.jpg");
    background-size: 100%;
    background-position: -200px 0;
    background-repeat: no-repeat;
    height: 450px;
    z-index: -1;
    min-width: 1065px;
}
    
.card {
    width: 30.1%;
    border: solid 6px black;
}    

.borderMenu:before {
    margin: 18px;
    content: "";
    position: relative;
    float: right;
    width: 1.5em;
    height: 0.2em;
    border-top: 0.6em double #ffd400;
    border-bottom: 0.2em solid #ffd400;
}    

.borderMenu:hover:before {
    border-top: 0.6em double orange;
    border-bottom: 0.2em solid orange;
}

.title {
    margin: -230px 0;
    width: 70%;
}    
    
.yellowShape {
    width: 100%;
	height: 150px;
    margin: -70px 0;
}    

.videos {
    clear: both;
    position: relative;
    max-width: 1000px;
    margin: -200px auto 0;
    padding: 0 30px;
}    

.products {
    height: 400px;
    margin: 220px auto 0;
}
    
.style li {
    display: block;
    width: 124px;
    margin: 10px auto;
}
   
.style li.first {
    display: block;
    width: 96px;
}

.rebate p span:first-child {
    display: block;
    font-size: 10em;
    margin: 0 0 -55px;
}  
    
.rebate p span {
    display: block;
    font-size: 6.5em;
} 
    
.new {
    font-size: 1.5em;
}
    
.socialMedia {
    float: left;
    width: 200px;
    margin: 90px 25px;
}    
    
.socialMedia img {
    width: 40px;
    margin: 2px;
    
}    

footer {
    height: 200px;
    overflow: hidden;
}    

.siteMap {
    color: black;
    text-align: center;
    margin: -170px;
}    
    
}





/*Small devices*/

@media screen and (max-width: 500px) {
    
.card {
    width: 95%;
    border: solid 8px black;
}

.kickflip {
    position: relative;
    background-image: url("img/Skater.jpg");
    background-size: 200%;
    background-position: -280px 0;
    background-repeat: no-repeat;
    height: 380px;
    z-index: -1;
    min-width: 350px;

}    
    
.title {
    float: left;
    margin: -180px 0;
    width: 90%;
}

.products {  
    height: 240px;
    padding: 30px 30px;
    background-position: 0 75px;
}
    
.style li {
    width: auto;
    margin: 10px 10px;
    padding: 8px 0;
}    
    
.style li:first-child {
    padding: 8px 0;
    width: auto;
}  

.rebate p span {
    display: block;
    font-size: 4.5em;
    margin: 20px auto;
}     
    
.rebate p span:first-child {
    font-size: 7em;
}     

li {
    display: block;
}

footer {
    height: 300px;
}    

.footerShape {
    height: 300px;
	width: 1200px;
}    
    
.siteMap {
    text-align: left;
    margin: -280px 26px;
}    

.siteMap li {
    text-align: left;
    margin: 8px 0;
}    
    
.socialMedia {
    margin: 80px 25px;
}     
    
}