body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}

/* Global */ 
.container{
    width: 80%;
    margin: auto;
    overflow: hidden;
}

ul{
    margin: 0;
    padding: 0;
}

.button_1{
    height: 28px;
    background: #fcf700;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #070707;
    font-weight: bold;
    
}

.dark{
    padding: 15px;
    background: #35424a;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Header **/
header{
    background: #35424a;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 10px;
    min-height: 70px;
    border-bottom: #fcf700 4px solid;
    width: 100%;
    position: fixed;
    top: 0px;
}

header .storeinfo{
    color: #ffffff;
    padding: none;
    float: left;
    margin-top: 0;
}

header .storephone{
    float: right;
    font-size: 15px;
}


header a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header li{
  float: left;
  display: inline;
  padding: 0px 20px 0 10px;
}

header #branding{
    float: left;
}

header #branding h1{
    margin: 0;
}

header nav{
    float: right;
    margin-top: 10px;
}

header .highlight, header .current a{
    color: #fcf700;
    font-weight: bold;
}

header a:hover{
    color: #cccccc;
    font-weight: bold;
}

/*Banner*/ 
#banner{
    margin-top: 90px;
    min-height: 350px;  
}

/* Showcase */
#showcase{
    margin-top: 100px;
    min-height: 350px;
    background: url(../img/backbanner.jpg) no-repeat  0-400px;
    text-align: center;
    color: #35424a;
    border-bottom: #35424a 4px solid;
}

#showcase h1{
    margin-top: 150px;
    font-size: 55px;
    margin-bottom: 10px;
}

#showcase p{
    font-size: 20px;
}

/* Newsletter */
#newsletter{
    padding: 15px;
    color: #ffffff;
    background: #35424a;
}
#newsletter h1{
    float: left;
}
#newsletter form{
    float: right;
    margin-top: 20px;
}
#newsletter input[type="email"]{
    padding: 4px;
    height: 25px;
    width: 250px;
}

/* Boxes */
#boxes{
    margin-top: 20px;
}

#boxes .box{
   float: left;
   text-align: center;
   width:30%;
   padding: 10px;
}

#boxes .box img{
    width: 150px;
    border-radius: 12px
}

/* Boxesproduct */
#boxesproduct{
    margin-top: 130px;
}

#boxesproduct .box{
    float: left;
    text-align: center;
    width:30%;
    padding: 10px;
 }
 
 #boxesproduct .box img{
     width: 150px;
     border-radius: 12px
 }

/* Sidebar */
aside#sidebar{
    float: right;
    width: 30%;
    margin-top: 10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
    width: 90%;
    padding: 5px;
}

/* Sidebarpic */
aside#sidepic{
    float: right;
    width: 30%;
    margin-top: 10px;
}

/* Main-col */
article#main-col{
    float: left;
    width: 65%;
}

/* Services */
ul#services li{
list-style: none;
padding: 20px;
border: #cccccc solid 1px;
margin-bottom: 5px;
background: #e6e6e6;
}

/* Footer */
footer{
    padding: 10px;
    margin-top: 20px;
    color: #35424a;
    background-color: #fcf700;
    text-align: center;
}
footer .call{
    padding: 10px;
    color: #35424a;
    text-align: right;
}

/* Media Queries */
@media(max-width: 768px){
    header #branding, 
    header nav, 
    header nav li,
    #newsletter h1,
    #newsletter form,
    #boxes .box, 
    article#main-col,
    aside#sidebar{
        float: none;
        text-align: center;
        width: 100%;
    }

    header{
        padding-bottom: 20px;
    }

    #showcase h1{
        margin-top: 40px;
    }

    #newsletter button, .quote button{
        display: block;
        width: 100%;
    }

    #newsletter form input[type="email"], .quote input, .quote textarea{
        width: 100%;
        margin-bottom: 5px;

    }
    
    
}

/* Productinfo */
#productinfo{
    margin-top: 80px;
}
    

/*Bannerproduct*/
#bannerproduct{
    padding: 15px;
    color: #ffffff;
    background: #a7acac;
    margin-top: 100px;
    text-align: center;
}

ul{
    list-style: border 1px solid #080808;
}

/* WindowShowcase */
#windowshowcase{
    margin-top: 100px;
    min-height: 350px;
    background: url(../img/backbanner.jpg) no-repeat  0-400px;
    text-align: center;
    color: #35424a;
    border-bottom: #35424a 4px solid;
}

/*Google Map*/
#map{
    margin-top: 115px; 
    margin-bottom: -23px;
}

/*back button*/
.return{
    float: left;
    margin-top: 20px;
}

/*PushDown*/ 
#pushdown{
    margin-top: 200px;

}