
.navbar .navbar-brand{
    text-decoration: none;
    font-weight: bold;
    font-size: 2rem;
    font-family: "Lilita One", sans-serif;
    color: black;
    padding-left: 20px;
} 
.navbar .navbar-nav  a{
    text-decoration: none;
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
/* NAVBAR ENDS */

.footer{
    background-color: rgb(31, 28, 28);
}

.footer-container{
    width: 100%;
    padding-top: 20px;
}

.social-icons{
    display: flex;
    justify-content: center;
}

.social-icons a{
    text-decoration: none;
    padding: 10px;
    background-color: white;
    border-radius: 100%;
    margin: 10px;
}

.social-icons a i{
    font-size: 1.6rem;
    color: rgb(26, 24, 24);
}

.social-icons a i:hover{
    color: rgb(28, 100, 100);
}

.footer-nav{
    margin: 30px 0;
}

.footer-nav ul{
    justify-content: center;
    display: flex;
}

.footer-nav ul li a{
    text-decoration: none;
    color: aliceblue;
    margin: 20px;
}

.footer-bottom{
    background-color: rgb(31, 28, 28);
    padding: 20px;
    text-align: center;
}

.footer-bottom p{
    color: aliceblue;
}

.designer{
    font-family: "Oleo Script", system-ui;
}
/* footer ends */

.topz h1{
    text-align: center;
    font-size: 4rem;
    padding-top: 10rem;
    padding-bottom: 2rem;
    font-family: "Baskervville",serif;
}

.pass h1{
    text-align: center;
    font-size: 3.5rem;
    font-family: "Oleo Script", serif;
}

.imports{
    display: grid;
    padding-left: 40px;
}


.imports img{
    width: 88%;
    object-fit: cover;
}

.imports > .captionz{
    font-weight: bold;
    font-size: 25px;
    padding-top: 2px;
}

.imports > .amtt{
    font-weight: lighter;
    font-size: 18px;
    padding-bottom: 2px;
}



.imports a:hover{
    color: gray;
}
/* family */

.fam{
    padding-top: 5rem;
}

.fam h1{
    text-align: center;
    font-size: 4rem;
    font-family: "Oleo Script", serif;
}
/* single */

.sing{
    padding-top: 5rem;
}

.sing h1{
    text-align: center;
    font-size: 4rem;
    font-family: "Oleo Script", serif;
}
/* video */

.vidz{
    padding-top: 5rem;
}

.vidz h1{
    text-align: center;
    font-size: 4rem;
    font-family: "Rubik Mono One", serif;
}

/* passport */

.passp{
    padding-top: 5rem;
}

.passp h1{
    text-align: start;
    padding-left: 10rem;
    font-size: 3rem;
    font-family: "Rubik Mono One", serif;
}



.import > .amtt{
    font-weight: lighter;
    font-size: 18px;
    padding-bottom: 2px;
}

.import > .captionz{
    font-weight: bold;
    font-size: 25px;
    padding-top: 2px;
}

/* shop */

.shop{
    padding-top: 5rem;
}

.shop h1{
    text-align: center;
    font-size: 4rem;
    font-family: "Rubik Mono One",serif;
}

/* media query */
@media screen and (max-width: 452px){
    .navbar .navbar-brand{
        font-size: 1.2rem;
    }

    .topz h1{
        display: none;
        padding-top: 40px;
    }

    .pass h1{
        font-size: 2rem;
        text-align: center;
        padding-left: 3rem;
        padding-top: 5rem;
    }

    .sales button{
        font-size: 17px;
    }

    .fam{
        padding-top: 60px;
        justify-content: center;
    }
    .fam h1{
        font-size: 2rem;
        padding-top: 2px;
    }

    .imports img{
        width: 100%;
    }

    .sing h1{
        font-size: 2rem;
    }

    .vidz h1{
        font-size: 2rem;
        padding-left: 40px;
    }

    .passp h1{
        font-size: 2rem;
        padding-left: 35px;
    }

    .shop h1{
        font-size: 2rem;
        padding-left: 20px;
    }

    .footer-container{
        width: 100%;
    }

    .social-icons a i{
        font-size: 20px;
    }

    .footer-nav ul li a{
        font-size: 15px;
    }

    .footer-bottom p{
        font-size: 13px;
    }

    .footer-container{
        font-size: 15px;
    }
}