*
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: 'Titillium Web', sans-serif;
    /*overflow: hidden;*/

}
img.fys-logo {
    width: 160px;
    margin-top: 20px;
}
.fys-navbar {
    margin-top: 5px;
    background: none !important;
}
.fys-navbar a {
    color: black;
    font-size: 18px;
}
a.nav-link.active {
    color: black !important;
    font-weight: bold;
}
.fys-navbar ul.navbar-nav {
    display: flex;
    justify-content: space-around;
}

.footer-text {
    position: absolute;
    bottom: 0px;
    width: 99%;
    padding-bottom: 35px;
}
.footer-text h2 {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 80px;
}
.footer-text h4 {
    text-align: center;
    color: white;
    font-size: 45px;
}
.footer-text p {
    text-align: center;
    color: white;
    font-size: 24px;
}
.login-buttons {
    display: flex;
    justify-content: center;
}

button.btn.btn-primary {
    background: #40bbff;
    border: none;
    padding-left: 60px;
    padding-right: 60px;
    margin-right: 20px;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
section.bg-header-full {
    background-image: url(../images/Final-Banner.jpg);

}
.header-section-wht {
    background: white;
}
img.fys-logo {
    width: 80px;
    margin-top: 5px;
    margin-left: 20px;
}
.collapse.navbar-collapse.navbar-collpase-s {
    margin-top: 16px;
}
@media only screen and (max-width: 1000px) {
    .footer-text h2 {
        text-align: center;
        color: white;
        font-weight: bold;
        font-size: 24px;
    }
    .footer-text h4 {
        text-align: center;
        color: white;
        font-size: 18px;
    }
    .footer-text p {
        text-align: center;
        color: white;
        font-size: 18px;
    }
    button.btn.btn-primary {
        background: #40bbff;
        border: none;
        padding-left: 30px;
        padding-right: 30px;
        margin-right: 20px;
        border-radius: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: unset;
    }
    .footer-text {
        position: relative;

    }
    section.bg-header-full {
        height: auto;
    }
    .navbar-btnn {
        position: absolute;
        top: -44px;
        right: 0px;
    }
    .navbar-collapse.navbar-collpase-s{
        background: #282963;
        width: 100%;
        top: 0px;
        position: absolute;
        z-index: 999;
        left: 0px;
        padding-left: 21px;
    }
    .navbar-toggler {
        border: var(--bs-border-width) solid rgb(255 255 255 / 85%);
        background: white;

    }
    .fys-navbar a {
        font-size: 14px;
    }
    .fys-navbar a {
        color: white;
    }
    a.nav-link.active {
        color: white !important;
        font-weight: bold;
    }
    img.fys-logo {
        width: 40px;
    }
    .footer-text {
        padding-top: 35px;
    }
  }