@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&display=swap');

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-ExtraBold.eot');
    src: url('fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiBold.woff') format('woff'),
    url('fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

#intro {
    padding-top: 100px;
    padding-bottom: 100px;
}

#intro h1 {
    color: white;
    font-family: 'Gilroy', serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    line-height: 60px;
    font-size: 35px;
}

#intro p {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}

.nav-link {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}

.navbar-nav li {
    margin-left: 25px;
}

.btn-style-1 {
    background-color: #EEB04D;
    color: white;
    border-radius: 30px;
    padding: 15px 30px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.btn-style-1:hover {
    background-color: #d18d27;
    color: white;
    border-radius: 30px;
    padding: 15px 30px;
}

.btn-style-2 {
    background-color: #001E45;
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    padding: 15px 30px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.btn-style-2:hover {
    background-color: white;
    color: black;
    border: 1px solid white;
    border-radius: 30px;
    padding: 15px 30px;
}

.btn-contact {
    background-color: #42A48D;
    color: white;
    border-radius: 30px;
    padding: 15px 30px;
}

.btn-contact:hover {
    background-color: #168874;
    color: white;
}

.card-view {
    background-color: #EEB04D;
}

#impact {
    padding-top: 150px;
    padding-bottom: 150px;
}

#impact h2 {
    font-family: 'Gilroy', serif;
    color: black;
    font-size: 35px;
}

#impact p {
    margin-bottom: 100px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

#impact span {
    font-family: 'Gilroy', serif;
    color: #194176;
    font-size: 40px;
}

#about-intro img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#impact .card-view {
    padding: 16px 16px 6px;
    border-radius: 10px;
    background-color: #F8F8F8;
}

#about-intro h1 {
    color: white;
    font-family: 'Gilroy', serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 35px;
}

#about-intro p {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 35px;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #42A48D;
}

#about-cover {
    background-image: url(images/about-cover.png);
    background-size: cover;
}

#about-cover h2 {
    font-family: 'Gilroy', serif;
    color: white;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 250px;
    font-size: 55px;
}

#impact-cover {
    background-image: url(images/impact-cover.png);
    background-size: cover;
}

#impact-cover h2 {
    font-family: 'Gilroy', serif;
    color: white;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 250px;
    font-size: 55px;
}

#app {
    padding-top: 150px;
}

#app h1 {
    font-family: 'Gilroy', serif;
    color: black;
    text-align: center;
    font-size: 35px;
}

#app h2 {
    margin-top: 16px;
    font-family: "Gilroy", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
}

#app p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

#about-content {
    padding-top: 150px;
    padding-bottom: 150px;
}

#about-content h2 {
    font-family: "Gilroy", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 35px;
}

#about-content p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
}

#about-content img {
    border-radius: 18px;
}

#mission-statement {
    padding-top: 100px;
    padding-bottom: 200px;
    background-color: #194176;
}

#mission-statement h2 {
    margin-top: 30px;
    font-family: "Gilroy", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 30px;
    color: white;
}

#mission-statement p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
    color: white;
}

#mission-statement-1 .card-view {
    padding: 30px;
    background-color: white;
    border-radius: 24px;
    border: 1px solid #DBDBDB;
}

#mission-statement-1 h3 {
    font-family: "Gilroy", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    margin-top: 30px;
}

#mission-statement-1 p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
    color: white;
}

#field h2 {
    font-family: "Gilroy", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
}

#founder {
    padding-top: 100px;
    padding-bottom: 100px;
}

#founder h2 {
    font-family: "Gilroy", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 35px;
    margin-top: 30px;
}

#founder p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
}

#donate {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F1F7FF;
}

#donate h2 {
    font-family: "Gilroy", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 35px;
}

#donate p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#field .card-view {
    padding: 24px;
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 18px;
    margin-bottom: 20px;
}

#field .card-view p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 40px;
}

#field .card-view h6 {
    font-family: "Gilroy", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
}

#resource {
    padding-top: 100px;
    padding-bottom: 100px;
}

#resource h2 {
    font-family: "Gilroy", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 24px;
    color: white;
}

#resource p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 38px;
    color: white;
}

#resource p {
    margin-bottom: 58px;
}

#resource h6 {
    font-family: "Gilroy", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
}

#resource span {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

footer {
    background-color: #001E45;
    padding-top: 50px;
    padding-bottom: 20px;
}

footer h3 {
    font-family: 'Gilroy', serif;
    font-size: 18px;
    color: white;
    margin-bottom: 16px;
}

footer ul li {
    margin-top: 16px;
    margin-bottom: 16px;
}

footer ul li a {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

footer ul li a:hover {
    color: #d5d5d5;
}

footer p {
    margin-top: 30px;
    font-family: "Montserrat", sans-serif;
    color: white;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
}

footer hr {
    margin-top: 60px;
    background-color: white;
    opacity: 0.15;
    border-top-width: 0.5px;
}

.form-control {
    border-radius: 30px;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 20px 0 20px 16px;
}

#field {
    padding-top: 180px;
    padding-bottom: 180px;
}

#field h2 {
    font-family: 'Gilroy', serif;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.statistic-count {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #CBCBCB;
}

.statistic-count h3 {
    text-align: left;
    font-family: 'Gilroy', serif;
    font-size: 50px;
    color: #194176;
}

.statistic-count p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.statistic-count span {
    color: #42A48D;
}
