@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');


/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}





html {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.certs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;  
}

.card {
    background-color: white;
    width: 300px;
    padding: .5rem 1rem;
    border-radius: 10px;
    transition: .35s ease;
}

.cert {
    background-color: white;
    width: 300px;
    padding: .5rem 1rem;
    border-radius: 10px;
    transition: .35s ease;    
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.cert:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);    
}

.card h3 {
    color: #3A0A5C;
    font-family: "Zen Dots", sans-serif;
    text-align: center;
    font-size: 1.5rem;
    padding: .5rem 0;
}

.cert h3 {
    color: #3A0A5C;
    font-family: "Zen Dots", sans-serif;
    text-align: center;
    font-size: 1.5rem;
    padding: .5rem 0;    
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.cert img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;    
}

body > section {
    padding: 0 8rem;
    margin: 2rem 0;
}

body {
    background-color: #ebe5ee;
}

header {
    padding: .5rem 8rem;
    background-color: #dfc6eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer {
    padding: 1rem 8rem;
    background-color: #dfc6eb;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}

.fa {
    font-size: 2rem;
    color: #3A0A5C;
}

nav button {
    font-size: 1rem;
    background-color: #ebe5ee;
    border-style: solid;
    border-color: #3A0A5C;
    padding: .5em 1em;
    border-radius: 80px;
    color: #3A0A5C;
    transition: .35s ease;
    cursor: pointer;
}

.exploreButton {
    font-size: 1.5rem;
    background-color: #ebe5ee;
    border-style: solid;
    border-color: #3A0A5C;
    padding: .5em 1em;
    border-radius: 80px;
    color: #3A0A5C;
    transition: .35s ease;
    cursor: pointer;
    margin: 1rem 0;
}

nav button:hover, .exploreButton:hover, .submitButton:hover {
    background-color: #3A0A5C;
    color: white;
}

h1 {
    font-size: 2.5rem;
    color: #3A0A5C;
    font-family: "Zen Dots", sans-serif;
}

.heroImage {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 5px;
}

.intro h2 {
    font-size: 4rem;
}

.intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.introText {
    padding: 2rem;
}

.intro p {
    font-size: 2rem;
}

h2 {
    font-family: "Zen Dots", sans-serif;
    font-size: 2rem;
    padding: .5rem 0;
    text-underline-offset: 5px;
    text-decoration: underline;
    text-align: center;
}

.about p {
    font-size: 1.5rem;
    padding: 1rem 0;
}

.pdfs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.aboutInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}

.aboutText {
    width: 150%;
}

.aboutImage {
    width: 70%;
}

.aboutImage img {
    width: 50%;
    border-radius: 5px;
    padding-left: 10px;
}

.goldImage {
    padding-top: 10px;
}

form {
    background: white;
    max-width: 500px;
    margin: 20px auto; padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px gray;
}

input, select {
    padding: 10px  ;
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #ccc;
}

span {
    color: red;
}

.thanks {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.submitButton {
    background-color: #ebe5ee;
    border-style: solid;
    border-color: #3A0A5C;
    padding: .5em 1em;
    border-radius: 80px;
    color: #3A0A5C;
    transition: .35s ease;
    cursor: pointer;
    margin: 1rem 0;
}

@media (max-width: 768px) {
    html {
        font-size: 16px;
    }

    header, footer {
        padding: 1rem 2rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .intro {
        flex-direction: column;
        text-align: center;
    }

    .introText {
        padding: 1rem;
    }

    .intro h2 {
        font-size: 2.5rem;
    }

    .intro p {
        font-size: 1.25rem;
    }

    .heroImage {
        height: auto;
    }

    body > section {
        padding: 0 1rem;
    }

    .cards, .certs, .pdfs {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .card, .cert {
        width: 90%;
    }

    .aboutInfo {
        flex-direction: column;
    }

    .aboutText, .aboutImage {
        width: 100%;
        text-align: center;
    }

    .aboutImage img {
        width: 100%;
        padding: 0;
    }

    nav button, .exploreButton {
        margin-top: 1rem;
        width: 100%;
        font-size: 1.1rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .about p {
        font-size: 1.25rem;
    }
}
