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

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Patua One', cursive;
}

a {
    text-decoration: none;
    color: blue;
}

a:hover {
    color:#aa936c;
}

li {
    list-style-image: url("images/bullet-right-arrow.png");
    list-style-position: outside;
}

button {
    font-family: 'Unica One', cursive;
    font-size: 25px;
    color: 050505;
    text-shadow: white;
    text-transform: uppercase;
    box-shadow: 1px 1px 1px black;    
}

button:hover {
    box-shadow: 2px 2px 2px black;
    transition: .5s;
}



header {
    margin: 0px auto;
    padding: 20px 0px;
    width: 100%;
    position: absolute;
}

nav {
    margin: 20px auto;
    text-align: center;
    width: 90%;
}

nav a {
    text-transform: uppercase;        
    font-size: 18px;   
    font-family: 'Unica One', cursive;    
    color: white;
    font-weight: lighter;
    padding: 0px 24px;
}



#logo {
    margin: 0px auto;   
    display: block;
}

#section1 {
    background-color: darkgray;
    padding-top: 250px;
    padding-bottom: 150px;
    background-image: url("images/banner1.jpg");
    background-size: cover;
}

.banner-message {
    width: 60%;
    margin: 0px auto;
    min-height: 40vh;
}

.banner-message img {
    max-width: 80%;
}

.banner-message img, p, button {
    margin: 0px auto;
    display: block;
    text-align: center;
    color: #a9a9a9;
}

.banner-message p {
    max-width: 70%;
    font-size: 22px;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.banner-message button {
    background-color:#c6772b;
    color: #050505;
    min-height: 34px;
    padding: 10px 60px;
    font-size: 24px;
    border: 0px;
}

#section2 {
    background-color: lightgray;
    -webkit-justify-content:center;
    display:flex;
    justify-content:center;
}

#section2 h4 {
    color:#b5371a;
    text-align: center;
    font-family: 'Oleo Script', cursive;
    font-size: 23px; 
    padding: 0px;
    margin: 0px;    
}

#section2 h3 {
    color:#ffffff;
    text-align: center;
    font-family: 'Unica One', cursive;
    text-transform: uppercase;
    font-size: 33px;
    padding: 0px;
    margin: 0px;
    letter-spacing: 10px;
    font-weight: lighter;
}

#section2 .callout {
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

#section2 .callout:hover {
    background-position: center;
  -webkit-transition: width 2s; /* Safari prior 6.1 */
    transition: .25s;
}

#section2 .callout:nth-child(1)  {
    background-image: url("images/apparel-bg-lt.jpg");
}

#section2 .callout:nth-child(1):hover  {
    background-image: url("images/apparel-bg.jpg");
    transition: .25s;    
}

#section2 .callout:nth-child(2)  {
    background-image: url("images/workshop-bg-lt.jpg");
    transition: .25s;    
}

#section2 .callout:nth-child(2):hover  {
    background-image: url("images/workshop-bg.jpg");
}


#section2 .callout:nth-child(3)  {
    background-image: url("images/american-hustle1-lt.jpg");
    transition: .25s;    
}

#section2 .callout:nth-child(3):hover  {
    background-image: url("images/american-hustle1.jpg");
}


.callout {
    min-width: 33%;
    display: inline-block;
    -webkit-flex:1;
    flex:1;
}

#section3 {
    background-color: darkgray;
    padding-top: 100px;
    padding-bottom: 85px;
    background-image: url("images/backinmyday_bg.jpg");
    background-size: cover;
    background-position: center;
    vertical-align: middle;
}

#section3 main {
    width: 50%;
    margin: 0px auto;
}

#section3 form {
    display:flex;
    flex-direction:row;
    margin: 0px auto;
    width: 50%;    
}

#section3 input {
    display: inline-block;
    margin: 0px auto;
    width: 100%;
    max-height: 55px;
    border-radius: 30px;
    color: #ac4520;
    padding-top: 0px; 
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    font-family: 'Oleo Script', cursive;
    border:none;
}

#section3 a i {
    background-color: #c6772b;
    height: 15px;    
    /*--
    width: 42px;
    --*/
    padding: 20px 25px;
    border-radius: 30px;
    border: 0px;
    color: black;
    /*--margin-top: 3px;
    margin-left: -45px;--*/
    overflow: auto;
    margin:0px -60px;
}


input:focus {
    outline:none;
}

button:focus {
    outline:none;
}

#section3 h3 {
    color: white;
    margin: 0px;
    padding: 0px;
    font-family: 'Unica One', cursive;    
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 20px;
    width: 100%;
}

#section3 p {
    font-size: 22px;
    line-height: 32px;
    margin: 52px;
    color: #f3efe6;
}


.product-feature-photo {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("images/owl-racontuer.png");   
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: -1%;
    min-height: 550px;
    width: 50%;
}

.product-feature-content {
    padding-right: 150px;
    padding-top: 90px;
    padding-left: 200px;
    width: 30%;
    position: absolute;
    right: 0px;
    top: 0px;
    min-height: 450px;
}

.featured-msrp {
    position: relative;
    width: 100%;
}



#section4 {
    background-color: #b5371a;
    background-repeat: no-repeat;
    background-image: url(images/owl_watermark.png);
    background-position: right bottom;
    background-size: auto;
    min-height: 550px;
    position: relative;
}

#section4 li {
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: lighter;
}

#section4 main {
    color: white;
    display: inline-block;
    letter-spacing: 15;
}

#section4 span {
    text-align: left;
    font-family: 'Unica One', cursive;
    font-size: 37px;
    width: 100%;
    color: white;
    position: absolute;
    left: 0px;
}

#section4 ul {
    width: 100%;
}

#section4 h4 {
    font-family: 'Unica One', cursive;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: lighter;
}

#section4 h5 {
    color:#000000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    padding: 0px;
    margin: 0px;
}

#section4 a  {
    background-color:#c6772b;
    color: #050505;
    min-height: 34px;
    padding: 10px 20px;
    font-size: 24px;
    border: 0px; 
    float: right;
    font-family: 'Unica One', cursive;
    text-shadow: white;
    text-transform: uppercase;
    box-shadow: 1px 1px 1px black;     
}

#section4 a:hover {
    box-shadow: 2px 2px 2px black;
    transition: .5s;    
}


#section5 {
    text-align: center;
}

#section5 .callout {
    background-image: url("images/bike-callout-shade.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

#section5 img{
    mix-blend-mode: multiply;
    display: inline-block;

}

#section5 button {
    background-color:#c6772b;
    color: white;
    max-height: 23;
    padding: 5px 10px;
    font-size: 15px;
    border: 0px;
    display: inline-block;
}

.mobile-callout-image {
    display: none;
}

#section5 h3 {
    color:#3d4551;
    text-align: center;
    font-family: 'Unica One', cursive;
    text-transform: uppercase;
    font-size: 40px;
    padding: 0px;
    margin: 0px;
    letter-spacing: 10px;
    font-weight: lighter;
}

#section5 h4 {
    color:#c6772b;
    text-align: center;
    font-family: 'Unica One', cursive;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
}

#section5 h5 {
    color:#c6772b;
    text-align: center;
    font-family: 'Unica One', cursive;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 17px;
    padding: 0px;
    margin: 0px;
}

#section5 p {
    color:#050505;
    text-align: center;
    font-family: 'Unica One', cursive;
    text-transform: uppercase;
    font-size: 38px;
    padding: 0px;
    margin: 0px;
}

.button-block button{
    display: block;
    padding: 10px 0px;
    min-width: 105px;
}


#section6 {
    background-image:url("images/road-scholars-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding-top: 75px;
    padding-bottom: 75px;
}

#section6 main {
    width: 60%;
    margin: 0px auto;
    text-align: center;
}

#section6 h4 {
    color:#f6f1f0;
    text-align: center;
    font-family: 'Unica One', cursive;
    font-weight: lighter;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 37px;
    padding: 0px;
    margin: 0px;
}

#section6 p {
    color: white;
    letter-spacing: 0;
    font-size: 17px;
    line-height: 30px;
    margin: 36px 0px 65px 0px;
}

#section6 button {
    background-color:#c6772b;
    color: #050505;
    min-height: 34px;
    padding: 10px 60px;
    font-size: 24px;
    border: 0px;
}

footer {
    padding-bottom: 45px;
    background-color: #16191e;
    background-image:url("images/footer_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

footer i {
    margin-right: 20px;
    color: #aa936c;
}

footer main {
    width: 60%;
    margin: 0px auto;
}

.footer-col {
    display: inline-block;
    min-width: 24%;
    vertical-align: top;
}

footer h5 {
    color:#c6772b;
    text-align: left;
    font-family: 'Unica One', cursive;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 26px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

footer h6 {
    color: #aa936c;
    letter-spacing: normal;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

footer p {
    font-size: 16px;
    color:#f6f1f0;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-weight: lighter;
}

footer a {
    text-decoration: none;
    display: block;
    color: white;
    font-size: 20px;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'Unica One', cursive;
    padding: 5px 0px;
}

footer form {
    display:flex;
    flex-direction:row;
    margin: 0px auto;
    margin-top: 10px;    
    width: 100%;      
}

footer input {
    display: inline-block;
    margin: 0px auto;
    height: 31px;
    width: 100%;
    background-color: #161718;
    border: 1px solid #303132;
    border-radius: 26px;
    color: #ac4520;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-family: 'Oleo Script', cursive;
    flex-grow:2;
}

footer button {
    padding: 0px;
    min-height: 20px;
}

footer button i {
    color:#010101;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

#footer-logo {
    background-image: url("images/footer_dropshadow.png");
    background-blend-mode: multiply;    
    background-repeat:repeat-x;
    padding-top: 50px;
}

#footer-logo img {
    margin: 0px auto;
    display: block;
}

form button {
    background-color: #c6772b;
    height: 26px;
    width: 26px;
    border-radius: 13px;
    border: 0px;
    color: black;
    margin-top: 4px;
    margin-left: -30px;
}

#copyright {
    border-top: 1px solid #2c3036;
    margin-top: 160px;
}

#copyright p {
    text-align: center;
    font-family: arial;
    color:#73787f;
    font-size: 10px;
    margin: 15px 0px;
}



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

    body {}
    
    #section5 { text-align: center; }
    #section5 main { width: 80%; margin: 0px auto; background-color: white; }
    #section5 .callout { background-image: url(); background-position: bottom right; background-repeat: no-repeat; padding-top: 25px; padding-bottom: 0px; width: 100%; min-height: 400px !important; max-height: 400px; display: inline-block; margin-bottom: 25px !important; border-bottom: 1px solid lightgray;}
    #section5 .callout:last-child {border-bottom: none; }
    #section5 img { mix-blend-mode: auto; display: inline-block; position: relative; right: 0; }
    #section5 button { background-color:#c6772b; color: white; max-height: 23; padding: 5px 10px; font-size: 15px; border: 0px; display: inline-block; }
    #section5 h3 { color:#3d4551; text-align: center; font-family: 'Unica One', cursive; text-transform: uppercase; font-size: 40px; padding: 0px; margin: 0px; letter-spacing: 10px; font-weight: lighter;}
    #section5 h4 { color:#c6772b; text-align: center; font-family: 'Unica One', cursive; text-transform: uppercase; font-size: 22px; padding: 0px; margin: 0px; }
    #section5 h5 { color:#c6772b; text-align: center; font-family: 'Unica One', cursive; text-transform: uppercase; letter-spacing: 0px; font-size: 17px; padding: 0px; margin: 0px; }
    #section5 p { color:#050505; text-align: center; font-family: 'Unica One', cursive; text-transform: uppercase; font-size: 38px; padding: 0px; margin: 0px; }    
    .callout-content { width: 50%; padding: 100px 0px; float: left; max-height: 200px; min-height: 200px;}
    .mobile-callout-image { mix-blend-mode: auto; display: inline-block !important; width: 50%; float: right; }
    .mobile-callout-image img { margin: 0px auto; padding: 20px 0px; min-height: 360px; max-height: 360px; }
    .desktop-callout-image { display: none; }
    
    #section2 .callout { background-size: cover; padding-top: 100px; padding-bottom: 100px; }

    #section3 main { width: 80%; margin: 0px auto; }
    #section3 form { display:flex; flex-direction:row; margin: 0px auto; width: 60%; }

}

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

    body {
        display: none;
    }
}

