* {

    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    box-sizing: border-box;

}
a{color: inherit}

.red {
    border: solid 1px red;
}

.top_line{
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: bolder;
    font-style: normal;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.4);
    }


.logo img{ height: 70px; margin-left: 10px }
.contact_links{
    width: 160px;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.name{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.contact_links img{
    height: 40px;
}

.video_bg{
    display: flex;
}

.video_bg video{
    width: 50%;
}
.content{
    background-image: url("../img/background.png") ;
    background-size: cover;
    width: 100%;
    height: 80vh;
}
.smooth{
    color: #edd1d1;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}

.content h3{
    font-size: 5em;
    margin: 15px 0px;
}


.sellers_title h3{
    margin: 15px;
}

.sellers{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.sellers_link img{
    height: 40px;
}

.sellers_links{
    margin: 15px;
}

.sellers_links a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sellers_links img{
    height: 35px;
}
.sellers_foot{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sellers_foot a, h2{
    margin:10px;
}

.active{
    color: #4848d5;
}
.sun{
    color: gray;
    filter: grayscale(100%);
}
.sellers_foot{
    text-align: center;
}
.sellers_foot img{
    height: 50px;
}
@media only screen and (max-width: 560px) {
    .top_line {
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 170px;
    }
    .content h3{
        font-size: 2em;
        margin: 10px 0px;
    }
}