/* import Css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

/* Overwrite Css */
.bd-content {
    min-width: 100%;
    padding: 0% !important;
    margin: 0% !important;
    background-color: white;
}





.row {
    margin-left: 0;
    margin-right: 0;
}

.bd-sidebar {
    max-width: 0rem;
    display: none !important;
    padding: 0% !important;
    margin: 0% !important;
}

.bd-toc {
    max-width: 0rem;
    display: none !important;
    padding: 0% !important;
    margin: 0% !important;
}


body {
    padding-top: 0;

}

p {
    color: white;
}

.footer-item {
    color: white;
}

.prev-next-area {
    display: none;
}

/* Custom Css */

.hero {
    color: white;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow-x: hidden;
    overflow-y: clip;
    background-image: url('../doc_banner.svg');
    background-repeat: no-repeat;
    padding-bottom: 191px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: -127px;
}

.hero-content {
    margin-top: 32px;
    padding-left: 4rem;
}

.docs-nav {
    display: flex;
    flex-direction: column;
}

.docs-nav-button {
    box-sizing: border-box;
    border: 2px solid #004437;
    border-radius: 10px;
    width: 248px;
    height: 242px;
    background-color: white;
    padding-left: 1.5rem;
    justify-content: flex-start;
}

.docs-nav-button:hover {
    border: 2px solid #00DA49;
}



body {
    font-size: 17px;
    background-color: #004437;
}

/* change the color of headings */
h1 {
  color: black;
}
h2 {
  color: black;
}
h3 {
  color: black;
}



/* Test CSS */

/* 
.container-xl {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1440px;
} */

/* .logo {
    height: 77px !important;
    width: 202px !important;
    margin-left: 1.7rem;
    margin-top: 1rem;
    box-shadow: none;
} */

/* #navbar-center {
    margin-top: 30px;
} */

/* .navbar-light .navbar-nav li a.nav-link:hover {
    color: white !important;
    border-bottom: 2px solid #00DA49;
}

.nav-link {
    border-bottom: 2px solid #003535;
} */




/* a.nav-active:hover {
    color: #003535 !important;
    border-bottom: 2px solid #00DA49;
    text-decoration: none;
}

a.nav-active {
    margin-right: 1.5rem;
    box-shadow: none;
}

.nav-active {
    background-color: white !important;
    color: #003535 !important;
    border-bottom: 2px solid white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
} */


/* 
.navbar-light {
    box-shadow: none;
    background-color: #003535 !important;
}



.navbar {
    padding-bottom: 22px;
    width: 100%;
    margin: 0 auto;
}


.navbar-light .navbar-nav li a.nav-link {
    margin-right: 1.5rem;
    color: white;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 0 !important;
}  */