﻿/* scroll  */


#scroll-down {
    background-color: #51525c;
       
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25%;
    padding-top: 25%;
    position: relative;
    text-align: center;
    width: 100%;
}
#see-it {
    background-color: #fff;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25%;
    padding-top: 25%;
    text-align: center;
    width: 100%;
}
#try-it {
    background-color: #e5e5e5;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25%;
    padding-top: 25%;
    text-align: center;
    width: 100%;
}


.scroll-to-top {
background-color: #1e1e1e;
border: medium none;
border-radius: 21px;
bottom: 80px;
box-sizing: border-box;
color: #808080;
display: none;
font-size: 24px;
height: 42px;
overflow: hidden;
padding-top: 5px;
position: fixed;
right: 30px;
text-align: center;
text-decoration: none;
transition: all 0.3s ease 0s;
width: 42px;
z-index: 20;
cursor:pointer;
}




.scroll-to-top:hover {
opacity:0.8;
color: #ffffff;

}



@media screen and (max-width: 600px) {
#scroll-down {
    background-color: #FFAE04;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-top: 200px;
    text-align: center;
    width: 100%;
}
#see-it {
    background-color: #fff;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-top: 200px;
    text-align: center;
    width: 100%;
}
#try-it {
    background-color: #e5e5e5;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-top: 200px;
    text-align: center;
    width: 100%;
}
}


/* scroll */