@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Kameron:wght@400;700&family=Kanit:wght@400;700&display=swap');

body{
    background: #FFE4BC;
}

.font-1{
    font-family: 'Berkshire Swash',sans-serif;
}

.font-2{
    font-family: 'Kameron', serif;
}

.font-3{
    font-family: 'Kanit',sans-serif;
}

.navbar{
    padding: 0px;
}


.bottom-navbar{
    background-color: #980404;
    border-bottom: 1px solid #5F1616;
    border-radius: 0px 0px 25px 25px;
}

.navbar .nav-link, .navbar .nav-link.active{
    color: #fff;
    font-weight: 400;
}

.middle-navbar, .navbar-mobile{
    padding: 10px 20px;
    background: #FAE3C2;
}

.navbar .bottom-navbar ul{
    gap: 1em;
}

.header{
    height: 85vh;
}

.header h1{
    color:#980404;
}

.btn.btn-primary{
    background:#9F0D0D;
    border:none;
    border-radius: 10px;
}

.navbar-mobile{
    display: none;
    border: 1px solid #BCAC96;
}

.custom-shape-divider-bottom-1692533895 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1692533895 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 219px;
}

.about{
    padding: 20px 20px;
    background-color: #9F0D0D;
}

.about .row{
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
}

.about h1{
    font-family: 'Berkshire Swash',sans-serif;
}

.about p{
    font-family: 'Kameron';
}
.header-top{
    background: #980404;
}

.members-modal .modal-content{
    border-radius: 30px;
}

.members-modal h1{
    color:#980404;
}

.members h1{
    color:#980404;
}

.footer{
    background: #FAE3C2;
    border: 1px solid #BCAC96;
}

.footer a{
    color:#980404;
    text-decoration: none;
}

@media only screen and (max-width:995px) {
    .navbar-mobile{
        display: flex;
    }
    .navbar-computer{
        display: none;
    }
    .custom-shape-divider-bottom-1692533895{
        display: none;
    }
    
}