@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.bg-image {
    height: 100vh;
    --bs-bg-opacity: 1;
    background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.5)),url(../assets/header.jpg) !important;
    background-size: cover !important; 
    background-position: center center !important;
}

.bg-pinky {
    --bs-bg-opacity: 1;
    background-color: #f4a7bb !important;
}
.bg-members {
    height: 100vh;
    --bs-bg-opacity: 1;
    background-color: #f4a7bb !important;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background: linear-gradient(rgba(0, 0, 0,1),rgba(244, 167, 187,1))!important;
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: black !important;
}

.bg-400word {
    --bs-bg-opacity: 1;
    background-color: #f4a7bb !important;
}

hr {
    color: black;
    border-width: 10px;
}

hr.divider {
    max-width: 3 px;
    border-width: .2rem;
    border-color: #f4a7bb !important;
}

.btn-primary {
    --bs-btn-color: white;
    --bs-btn-bg: black;
    --bs-btn-border-color: black;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #f4a7bb;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: black;
    --bs-btn-active-border-color: black;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: black;
    --bs-btn-disabled-border-color: black;
     font-family: abril fatface;
     text-transform: uppercase;
}



.bgoverlay {
    background: rgba(244, 167, 187, .7);
    padding: 50px;
    border-radius: 20px;
}

h1 {
    font-family: Abril Fatface;
}

p {
    font-family: poppins;
}

h2 {
    font-family: Abril Fatface;
}

#collection a {
    color: #f4a7bb !important;
}

#contact a {
    color: #f4a7bb !important;
}

#collection a:visited {
    color: #949494 !important;
}

#contact a:visited {
    color: #949494 !important;
}

#collection a:hover {
    color: #fde9ef !important;
    font-size: 25px;
}

#contact a:hover {
    color: #fde9ef !important;
    font-size: 40px;
}

.spaceb{
    padding-bottom: 15px;
}

.navbar-brand {
    font-family: Abril Fatface;
    font-size: 25px;
}

.nav-link {
    font-family: Abril Fatface;
    font-size: 25px;
}

.space {
     padding-top: 30px;
}

.intro {
    font-size: 80px;
}

.lead {
    font-size: 30px;
}

.title {
    font-size: 75px;

}
.small {
    font-size: 25px;
}

.display-5 {
    font-size: 80px;
}

.paragraph {
    font-size: 20px;
}

.jisoop {
    font-size: 15px;
    text-align: left;
    padding-top: 25px;
}

.favj{
    font-size: 50px;
}

