html, body {
    background-color:rgba(247, 232, 220, 0.739);
}

.nav-link {
    font-family:'DM Sans';
    color: black !important;
    margin:5px;
}

.nav-btn {
    font-family:'DM Sans';
    font-size:14px;
    margin:5px;
}

.btn-primary {
    background-color:#890009;
    border-color:#890009;
}

.btn-primary:hover {
    background-color:#89000900;
    color:#890009;
    border-color:#890009;
}

.btn-primary:active {
    background-color:#890009 !important;
    color:#ffffff !important;
    border-color:#890009 !important;
}

.navbar-brand {
    font-family:'DM Sans';
    font-weight:600;
}

.navbar {
    border-bottom:0.5px solid #890009;
    background-color:rgb(245, 233, 223);
}

.hero {
    background-color:#890009;
}

.h1 {
    font-family:'DM Sans';
    color:#890009;
    font-weight:700;
    font-size:50px;
}

.h2 {
    font-family:'DM Sans';
    color:#890009;
    font-size:40px;
    font-weight:600;
}

.h3 {
    font-family:'DM Sans';
    color:#890009;
    font-size:30px;
    font-weight:500;
}

.h4 {
    font-family:'DM Sans';
    font-weight:400;
    font-size:22px;
}

.btn-secondary {
    background-color:rgba(247, 232, 220, 0.855);
    border-colorcolor:rgba(247, 232, 220, 0.855);
    color:#890009;
}

.btn-secondary:hover {
    background-color:rgba(247, 232, 220, 0.855);
    border-color:rgba(247, 232, 220, 0.855);
    color:#890009;
}

.img-pluh {
    width:100%;
    height:100%;
    object-fit: cover;
    padding:30px;
    padding-left:0px;
}

.motive {
    margin-top:40px;
    margin-bottom:50px;
}

.main {
    height:85vh;
    display:flex;
    align-items:center;
    justify-content:center;
}

.pluh {
    margin:25px;
    border:2px rgba(0, 0, 0, 0.484) solid;
    padding:25px;
    border-radius:15px 5px
}

.pluhtitle {
    line-height:40px;
}

.contact-box {
    background-color: #890009;
    padding:20px;
    margin:20px;
    border-radius:15px;
}

.pluhtitl {
    line-height:32px
}

.img-pluh-2 {
    padding:30px;
    padding-left:0px;
    width:85%;
}

.col-abt {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.pluh2 {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.logo-adjust {
    display:flex;
    align-items:center;
    justify-content:end;
}

.info {
    margin-left:3vw;
}