body{
    background: black;
    margin: 0;
    padding: 0;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
}

.navbar{
    width: 100%;
    height: 80px;
    font-size: 18px;
    font-weight: 200;
    line-height: 80px;
    vertical-align: middle;
}

.navbar_right{
    height: 100%;
    width: 60%;
    float: right;
}

.navbar_left{
    height: 100%;
    width: 40%;
    float: left;
}

.navbar_images{
    vertical-align: middle;
}

.banner{
    width: 100%;
    height: auto;
}

#collection{
    padding: 0px;
    margin: 0px;
}

.banner_img{
    object-fit: contain;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
}

.logos{
    float: right;
}

.logo{
    padding: 12px;
    width: 40px;
    height: 40px;
    float: right;
    vertical-align: middle;
    object-fit: contain;
}

a{
    text-decoration: none;
    color: rgb(88, 88, 88);

}

.link_padding{
    padding: 12px;
}

.wrapper{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

h1{
    font-size: 64px;
}

h2{
    font-size: 48px;
    font-weight: 100;
}

.button{
    height: 50px;
    width: auto;
    line-height: 50px;
    cursor: pointer;
    background: rgb(196, 196, 125);
    display: inline-block;
    padding: 0 12px;
    border-radius: 2px;
    margin-bottom: 30px;
}

.yellowHeading{
    color: rgb(196, 196, 125);
    font-weight: bold;
}

.buttonText{
    padding: 0;
    margin: 0;
}

.gridSection{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.item{
    width: 33.33%;
}

.itemImage{
    width: 100%;
}

.images{
    width: 100%;
    object-fit: contain;
}

.yellowStripe{
    width: 100%;
    height: 50px;
    background: rgb(255, 255, 151);
    margin: 30px 0 30px 0;
}

#planets{
    width: 30%;
}

.blue{
    padding: 5px 0 30px 0;
    background: rgb(73, 73, 255);
}

.footer{
    padding-top: 20px;
}

.footerLinks{
    padding: 3px;
}

.vl{
    border-left: 2px solid white;
    height: auto;
}

.quote{
    font-size: 11px;
}

.quoteText{
    font-size: 24px;
}

.itemSections{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sectionItem{
    width: 25%;
    padding: 24px;
    margin: auto;
}

.sectionItem img{
    width: 100%;
}

.itemHeading{
    float: left;
}

.tribeItem{
    width: 100%;
    display: inline-block;
}

.tribeHeading{
    width: 100%
}

.white{
    background: white;
}

.imprint{
    color: black;

}

.left{
    text-align: left;
    padding: 12px;
}

.imprint-heading{
    color: black;
    padding: 0;
    margin: 0;
}

.section{
    text-align: left;
}

ol li{
    display: block;
    padding: 3px;
}

h3{
    color: rgb(255, 255, 255);
}

.question{
    text-align: left;
}

.logos {
    display: none;
 }

 .link_padding{
     display: none;
 }

@media screen and (max-width: 800px) {
    .logos {
       display: none;
    }

    .link_padding{
        display: none;
    }

    .gridSection{
        display: flex;
        flex-direction: column;
    }

    .item{
        width: 100%;
    }

    .wrapper{
        width: 75%;
    }

    .banner_img{
        object-fit: contain;
        width: 100%;
    }

}