
.top {
    height: 80px;
}

.logo {
    height: 50%;
    top: 25%;
    left: 20px;
}

.title{
    font-size: 3.6vw;
}

.explenation{
    display: none;
}
.bag{
    transform:scale(0.45);
    transform-origin: top center;
    left: 50%;
    top: 10px;
    margin: 0 0 0 -400px;
}

.tooltip{
    display: none;
}

.colors{
    position: absolute;
    height: 300px;
    width: 100%;
    top: 440px;
    right: 0;
}

.cordura{
    overflow-x: auto;
    flex-flow: row nowrap;
}
.cordura::-webkit-scrollbar{
    width: 5px;
    height: 10px;
    background-color: gray;
}
.cordura::-webkit-scrollbar-thumb{
    background-color: black;
}

.fleece{
    top: 120px;
    left: 50%;
    margin: 0 0 0 -220px;
    transform: scale(0.8);
}
.middle{
    top: 80px;
}

.center{
    width: 300px;
    height: 50px;
    top: 380px;
    left: 50%;
    margin: 0 0 0 -150px;
}

#random-btn{
    position: absolute;
    top: 0;
    left: 0;
    margin-left: auto;
}
.center #reset-btn{
    top: 0;
    right: 0;
    left:auto;
    margin-left: auto;
}
.parts-list, #parts-list-background{
    top: -370px;
    left: -30px;
    transform: scale(0.55);
    transform-origin: top left;
}

.list-squares{
    display: none;
}



.bottom{
    top: 820px;
    height: 450px;
}

.submit-form{
    left: 0;
    width: 100%;
}

.form-field{
    top: 40px;
    height: 50px;
    left: 50%;
    width: 200px;
    transform: translate(-50%, 0);
}

#name-field{
    top: 40px;
}

#contact-field{
    top: 100px;
}

#comments-field{
    top: 170px;
    height: 100px;
    width: 200px;
    left: 50%;
    transform: translate(-50%, 0);
}

#privacy{
    top: 400px;
    width: 80%;
    height: auto;
}

#privacy p{
    margin: auto;
    top: 0;
}

.submit-btn{
    top: 300px;;
    left: 40%;
    height: 40px;
    width: 25%;
}


