html{
    scroll-behavior: smooth;
}

.dir{
    float: right;
}
.divider{
    background-color: #000;
}

.butpesq{
    background-color: #BA653B;
    border-color: #BA653B;
    color: black;
    font-family: 'Karla', sans-serif;
}
.butpesq:hover{
    background-color: #653F2A;
    border-color: #653F2A;
    color: whitesmoke;
    font-family: 'Karla', sans-serif;
    transition: all 0.3s ease;
}

.font1{
    font-family: 'Karla', sans-serif;
}

.font2{
    font-family: 'Bebas Neue';
}

.font3{
    font-family: 'ADLaM Display', cursive;
}

.dropstyle{
    background-color: pink;
    border-color: #000    ;
}

.dropstyle:hover{
    background-color: pink;
    border-color: #000;
    color: white;
    transition: all 0.3s ease;
}

.dropitem{
    color: #59554C;
}

.dropitem:hover{
    color: white;
    transition: all 0.3s ease;
}

.container80{
    width: 80%;
    margin: 0 auto;
    padding: 2rem;
    background-color: white;
    box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 1em;
    align-items: center;
    justify-content: center
}


.margint{
    margin-top: 4em;
}

.imgshadow {
    box-shadow: 10px 6px 20px 0px rgba(0,0,0,0.32);
}

#book, #cards, #livros #elenco, #trailer, #elencov {
    margin-top: 3%;
    margin-bottom: 3%;
}

h1{
    margin-top: 2%;
    margin-bottom: 2%;
}

.rowcard{
    display: flex;
    flex-flow: row wrap;
    text-align: center;
}

.banners :hover{
    margin-top: -4%;
    opacity: 0.9;
    transition: 0.3s;
}

.mb-md-me{
    margin-bottom: 8em;
}


@media screen and (min-width: 580px) {

    .col-6card {
        width: 20%;
        margin-left: 1em;
    }
}

@media screen and (max-width: 579px) {


    .col-6card {
        width: 80%;
        margin: 1em;
        margin-left: 2.5em;
    }
    
    .container80{
        width: 100%;
        margin: 0 auto;
        padding: 2rem;
        background-color: white;
        box-shadow: 0px 0px 3rem rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin-top: 1em;
        align-items: center;
        justify-content: center
    }
}


