/*About Page */

body::before {    display: block;    content: '';    height: 60px;}
body {
    padding-top: 0px;
    margin-top: 0px;
}
#map {
    width: 100%;
    height: 230%;
    border-radius: 10px;
}
@media(min-width: 768px) and (max-width: 1024px) {
    .news-input {
        width: 50%;
    }
    .navbar {
        display: flex;
        margin-top: -60px;
        } 
            
}
@media(min-width: 1025px) and (max-width: 3000px) {
    .news-input {
        width: 100%;
    }
    .navbar {
        margin-top: -60px;
        } 
}
@media(min-width: 1280px) and (max-width: 800px) {
    .news-input {
        width: 100%;
    }
    .navbar {
        margin-top: -60px;
        } 
}
@media(min-width: 200px) and (max-width: 667px) {
    .news-input {
        width: 50%;
    }
    .navbar {
        margin-top: -60px;
        } 
    .navbar a{
        flex-wrap: wrap;
    }
    .navbar-brand {
        flex-wrap: wrap;
    }
    .form-control {
        display: flex;
    }
    .btn1 {
        margin-right: -150px;
        background-color: aquamarine;
    }
    
}
.navbar a{
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-left: 50px;
}
#Logo {
    box-shadow:2px 5px 5px white;
    border-radius: 50px;
}
.navbar-brand {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: pointer;
    font-size: 30px;
    font-weight: 200;
}
.navbar {
    background: linear-gradient(to right, #6244C5, black);
    margin-top: -60px;
}
#showcase {
    background: linear-gradient(55deg, black, #6244C5);
    padding-top: 120px;
    padding-bottom: 60px;
}
#newsletter {
    background: linear-gradient(to right, #6244C5, black);

}

#learn-1 {
    background: linear-gradient(to bottom, lightgray, white);
}

#learn-2 {
    background: linear-gradient(55deg, black, #6244C5);
}

#Products {
    background: linear-gradient(to bottom, white, lightgray);
}

#instructors {
        background: linear-gradient(to bottom, white, #6244C5);
}

#contact {
    background: linear-gradient(to bottom, #6244C5, white);
}

#contact-info {
    border-radius: 10px;
}
#cards {
    border-radius: 10px;
    box-shadow: 3px 4px 12px 5px rgba(22,22,22,0.75);
    -webkit-box-shadow: 3px 4px 12px 5px rgba(22,22,22,0.75);
    -moz-box-shadow: 3px 4px 12px 5px rgba(22,22,22,0.75);
}

#cards-1 {
    border-radius: 10px;
    box-shadow: 3px 4px 12px 5px rgba(22,22,22,0.75);
    -webkit-box-shadow: 3px 4px 12px 5px rgba(22,22,22,0.75);
    -moz-box-shadow: 3px 4px 12px 5px rgba(22,22,22,0.75);
    transition: .5s;
    cursor: pointer;
}

#cards-1:hover {
    transform: scale(1.1);
}
p {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.p2 {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    color: aquamarine;
}

h1 {
    font-family: Impact !important;
    text-shadow: 2px 2px 30px;
    font-size: 50px;
}

h2 {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    /*text-shadow: 2px 2px 10px;*/
    font-size: 44px;
    color: black;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h3 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-shadow: 2px 2px 3px;
    font-size: 30px;
}

h4 {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: 2px 2px 15px;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 3%;
    color: black;
}

h5 {
    font-family: Impact !important;
    text-shadow: 2px 2px 4px;
    font-size: 26px;
}

h6 {
    font-family: Impact !important;
    text-shadow: 2px 2px 30px;
    font-size: 50px;
    padding-top: 3%;
    padding-bottom: 3%;
    z-index: 1;
}
h7 {
    font-family: Impact !important;
    text-shadow: 2px 2px 10px;
    font-size: 40px;
    color: rgb(176, 236, 176);
}

.sub-heading {
    margin-bottom: 10%;
}

.h8 {
    font-family: Impact !important;
    font-size: 20px;
    text-align: center;
    justify-content: center;
}

.rounded-circle {
    object-fit: cover;
    height: fit-content;
    width: fit-content;
}
.title {
    font-family: Impact !important;
    text-shadow: 2px 2px 30px;
    font-size: 50px;
    display: grid;
    place-items: center;
    justify-items: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

.resource-box-title {
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: 2px 2px 15px;
    font-size: 50px;
    font-weight: 600;
    color: white;
    display: grid;
    place-items: center;
    justify-items: center;
}
#questions {
    font-size: 22px;
    font-weight: 600;
}

#mentor {
    background: linear-gradient(95deg, black, #6244C5);
}

#mentor-card {
    border-radius: 50px;
}

.card {
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
}

#each-one {
    background: linear-gradient(55deg, black, #6244C5);
}

#the-kode {
    background: linear-gradient(95deg, black, #6244C5);
}

#resource-box {
    background: linear-gradient(95deg, black, #6244C5);
}

#resource-card {
    border-radius: 10px;
    transition: .5s;
    cursor: pointer;
}

#resource-card:hover {
    transform: scale(1.1);
}

#Donation-Box {
    background: linear-gradient(to bottom, lightgray, lightgray);
}

.dbox {
    position: absolute;
    
}