@import url('https://fonts.googleapis.com/css2?family=Sirin+Stencil&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Passions+Conflict&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ruthie&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kenia&display=swap');


*{
    margin: 0;
    padding: 0;
}

body {
background-image: url("../img/victorian-18_720.png");


}


.pickgradient {

    border-radius: 45px;
}
.text-margin {
    margin-bottom: 45px;
}

.card {
    font-weight: bold;
    color: saddlebrown;
    border-radius: 200px;
    border: none;
}
.list-group-item {
    padding: 0;
    font-weight: bold;
    color: saddlebrown;
    border: none;
    background: none;
    text-align: center;

}
.form-control{
    display: flex;
}
.navbar-icon {
    width: 40px;
    height: 50px;
}
.margin-bottom {
    margin-bottom: 25px;
}
.card-image-top{
    opacity: 1;
}
.card-title {
    text-align: center;
}
.card-text{
    text-align: center;
}
.card {
    background-color: rgba(255, 255, 255, 0.8);
    width: 18rem;
}
.span-desc {
    opacity: 1;
}

.hero{

    display:block;
    height: 60vh;
    width: 50%;
    border-radius: 45px;
}
.span-navbar{
    font-family: 'Fleur De Leah', cursive;
    /*font-size: 40px;*/

}

h2 {
    text-align: center;
    font-size: 80px;
    font-weight: bolder;
    color: saddlebrown;
    font-family: 'Fleur De Leah', cursive;
    margin-right: 10px;
}
h3 {
    font-size: 50px;
    font-weight: bolder;
    color: saddlebrown;
    font-family: cursive;
    opacity: 0.8;
    border-radius: 50px;

}

.box-behind-h2 {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1px;
    display: inline-block;
    border-radius: 23px;
    margin: 2%;
    width: 90vw;
    height: 9vh;
}

.navbar {
    color: saddlebrown;
    font-weight: bolder;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.nav-list {
    list-style: none;
    display: flex;
    gap: 50px;
    padding: 0;
    margin: 0;
}

.navbar-brand,
.nav-list a {
    color: saddlebrown;
    text-decoration: solid;
    font-family: 'Fleur De Leah', cursive;
    font-size: 30px;
    font-weight: bolder;
}

footer {
    background-color: saddlebrown;
    color: beige;
    font-weight: inherit;
    text-align: center;
    padding: 0;
    bottom: 0;
    width: 100%;
}



#logo {
    transition: transform 0.3s;
    max-width: 500px;
    max-height: 575px;

}
.vid {
    border-radius: 25px;
    width: 90vw;
    height: 60vh;
    object-fit: fill ;
}

#logo:hover {
    animation: logoHover 3s infinite;
}


.card img:hover{
    animation: logoHover 1.5s infinite;

}

@keyframes logoHover {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@media (max-width: 568px) {
    .hero {
        height: 40vh;
    }
}


