/* NAV */

@font-face {
    font-family: DraftC;
    src: url("./font/draftc-regular.ttf")
}

* {
    font-family: DraftC;
}

a {
    color: black !important;
    font-weight: bold;
    text-decoration: None;
}

a:hover {
    color: grey!important;
}

nav {
    border-top: 8px solid #2ba9cb;
    line-height: 35px;
    font-size: 13px;
    font-weight: bold;
}

nav #logo {
    width: 100px;
}

.navbar-nav li {
    margin-right: 45px;
}

a.dropdown-item {
    color: rgba(0, 0, 0, .9) !important;
    font-weight: 700;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-top: 3px solid #2ba9cb;
    width: 90px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.6;
}

#button_donation {
    border-radius: 40px;
    background-color: #efd807;
    font-weight: bold;
    font-family: Arial;
    width: 120px;
    text-align: center;
}

#button_donation a {
    color: rgb(0 0 0) !important;
}


/* CAROUSEL */

.carousel-inner {
    height: 300px;
}

body {
    font-family: var(--mdb-font-roboto);
    min-height: 100vh;
}

footer .rova-1 .title h3 {
    font-weight: 700;
    font-size: 16px;
    color: black;
    text-transform: uppercase;
}

footer .rova-1 .sub-title p {
    font-weight: 700;
    font-size: 12px;
    color: black;
    text-transform: uppercase;
}

footer .rova-1 .sub-title p a {
    font-weight: 700;
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}

.page-footer {
    text-align: center;
}

footer {
    background-color: rgb(248, 249, 250);

    /* background: url('./images/carousel1.png') center/cover; */
}

footer .background {
    padding: 2rem 0;
}

.footer-column {
    text-align: center;
}

.menu_left .active {
    background-color: #f1f5f4;
}

.menu_left .active a {
    color: #1d859e !important;
}

.menu_left {
    border-radius: 23px;
    padding: 10px;
    border: 2px solid #b3b3b3;
    font-family: Arial;
}

.menu_left li {
    margin-top: 5px;
    border-radius: 15px;
}

input[type='submit'],
button {
    width: 40%;
    margin: auto;
    border-radius: 50px;
    background-color: #2ba9cb;
    color: white;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 600;
    text-align: center;
}

.separator {
    border: none; 
    margin: 8px 0px;
    height: 1px;
    background-color: rgb(225, 234, 232);
    height: 1px; 
    margin: 1rem 0;
    padding: 0; 
    color: #d2d5d9; 
    background-color: #d2d5d9; 
    border: 0;
}

  
.information {
flex-direction: column;
-webkit-box-align: stretch;
align-items: stretch;
background-color: rgb(218, 233, 254);
padding: 24px;
margin-bottom: 40px;
border-radius: 16px;
}
.information.title{
text-align: initial;
font-weight: 600;
line-height: 1.2;
letter-spacing: -0.01em;
margin-top: 0px;
font-size: 1.125em;
margin-bottom: 8px;
color: rgb(22, 83, 174);
}