
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*, html, body{
    font-family: "Noto Sans", sans-serif;
}
body{
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.nav {
    position: fixed;
    background-color: #871010;
    padding: 15px;
    border-radius: 11px;
    top: 20%;
    left: 24px;
}

@media (max-width: 1000px) {
    .nav {
        width: 60%;
    }
   
}
.nav a{
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #670105;
    position: relative;
    padding-right: 35px;
}

.nav-title {
    font-size: 23px;
    font-weight: 700;
    color: #4f0406;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 2px solid;
}
@media (max-width: 1000px) {

    .nav-title {
    font-size: 42px;
    }
}
.overflo-hidden{
    overflow: hidden;
}
.home-bg{
    background-image: url('hero3.jpg');
}


div#pdfviewer {
    width: 100% !important;
    height: 100vh !important;
}
.header{
    background-color: #871010;
    color: #fff;
    padding: 15px;
    padding-bottom: 55px;
}
.header a{
        background-color: #fff;
        color: #000;
        padding: 10px;
        border-radius: 30px;
        text-decoration: none;
}