body
{
	font-family: 'Montserrat', sans-serif;
	Background-color:#151515;
    margin: 0;
}
#container
{
    max-width: 900px;
    margin: auto;
    text-align: center;
    color: #83ff83;
}
header img
{
    height: 500px;
    margin-top: 20px;
}
nav
{
    clear: both;
    font-size: 3.5em;
    margin-bottom: 10px;
    margin-top: 10px;
}
nav ul
{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: auto;
}
nav ul li
{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
h1
{
    font-size: 1.5em;
}
.product
{
    margin-bottom: 50px;
    overflow: hidden;
}
.info
{
    width: 590px;
    float: left;
    text-align: justify;
    padding-right: 10px;
}
.info img
{
    display: block;
    margin: 0 auto;
    width: 400px;
}
.info h2
{
    color: #ffffff;
}
.pedal
{
    width: 300px;
    float: left;
}
.pedal img
{
    border-radius: 20px;
    width: 300px;
}
#gallery img
{
    border-radius: 20px;
    width: 200px;
    padding: 10px; 
}
a:link, a:visited, a:active, a:hover
{
	color: #ffffff;
	text-decoration: none;
}
nav a:hover
{
    border-radius: 5px;
    background-color: rgba(113, 113, 113, 0.52);
	color: #ffffff;
	text-decoration: none;
}
#about
{
    font-size: 1.5em;
    text-align: justify;
}
#social
{
    text-align: center;
}
#social img
{
    width: 50px;
}
footer
{
    text-align: center;
    clear: both;
}
.scrolltop
{
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:10px;
	right:10px;	
}
.scroll 
{
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.5);
	padding: 20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.scroll:hover 
{
	background:rgba(178,178,178,0.8);
	transition: 0.5s;
}
.scroll i
{
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 50px;
    bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 1000px)
{
    header img
    {
        width: 50%;
        height: auto;
    }
    nav ul li
    {
        font-size: 0.625em;
    }
    .pedal img
    {
        width: 250px;
    }
    #about
    {
        padding: 10px;
    }
}
@media screen and (max-width: 910px)
{
    .product
    {
        padding: 10px;
    }
    .info
    {
        width: 100%;
    }
    .info img
    {
        display: block;
        width: 50%;
    }
    .pedal
    {
        width: 100%;
    }
    .pedal img
    {
        display: block;
        margin: auto;
        width: 50%;
    }
}
@media screen and (max-width: 600px)
{
    header img
    {
        width: 75%;
        height: auto;
    }
    nav ul li
    {
        font-size: 0.625em;
        display: block;
    }
    .info img
    {
        width: 100%;
    }
    .pedal img
    {
        width: 100%;
    }
    #gallery
    {
        width: auto;
    }
    #gallery img
    {
        width: 100px;
    }
    #about
    {
        font-size: 1em;
        text-align: justify;
    }
    .scroll
    {
        right: 10px;
        bottom: 10px;
        padding: 10px;
    }
    .scroll i
    {
        font-size: 20px;
        bottom: 0px;
    }
}
@media screen and (max-width: 400px)
{
    #gallery img
    {
        width: 60px;
    }
}