/* use to override main stylesheet - link to document */

/* use to override main stylesheet - link to document */

::selection {
    background-color: #a9cd47;
}

body {
    font-family: 'Exo', sans-serif;
    font-weight: bold;
}


/* Header */
 header {
    background-color: #000;
}

header .btn {
    background-color: #dbb826;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    padding: 1.2rem;
    font-size: 1rem;
    border: none;
    width: 18rem;
    letter-spacing: 1px;
}

header .btn:hover {
    border: .03px solid white;
}


/* Introduction */

.microsite-introduction {
    background: #000;
    border-top: .9rem solid #dbb826;
    border-bottom: .9rem solid #a9cd47;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.microsite-introduction p {
    font-size: 16px;
}

.extra-bold-white,
.extra-bold-black {
    font-weight: 800;
    letter-spacing: 1px;
}

.microsite-introduction h1 {
    font-family: 'Exo', sans-serif;
    font-size: 2rem;
    font-weight: bold;
}


/* Form */

.microsite-contactform p {
    font-weight: 600;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
}

.microsite-contactform h1 {
    font-family: 'Exo', sans-serif;
    font-size: 1.8rem;
    line-height: 1.25;
}

#EntryForm label {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: .9rem;
    font-weight: normal;
}

#EntryForm input {
    padding: .9rem;
    border-radius: 7px;
}

#btnSubmit {
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
    width: 8rem;
}

/* Footer */

footer {
    background-color: #000;
}

footer p {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}


/* Media Queries */

@media(max-width: 768px) {
    .microsite-contactform h1 {
        text-align: center;
        margin: 0 auto 1rem;
    }

    .microsite-contactform p {
        text-align: center;
    }

}
