﻿html {
    background: url(https://immediac.blob.core.windows.net/walkerwoodfoundation/images/dora-dalberto-ORzZtY2i50k-unsplash-scaled-1-2048x1534.jpg);
}

html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    background: rgba(86, 16, 34, 0.90);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#561022+0,220f08+100&0.85+0,0.85+100 */
    background: radial-gradient(ellipse at center, rgba(86,16,34,0.9) 0%,rgba(34,15,8,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    font-family: "Open Sans", sans-serif;
}

/*html, body {
    height: 100%;
}*/

.splash-container {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

p, p a {
    color: #fff5f5;
    font-size: 20px;
}

p a:hover {
    color: rgba(255, 245, 245, 0.6);
    text-decoration: none;
}

img.main-logo {
    width: 250px;
    margin-bottom: 40px;
}

.callout-button {
    background-color: #fff5f5;
    font-family: "Crimson Text", Sans-serif;
    font-size: 24px;
    font-weight: 700 !important;
    border: none;
    border-radius: 50px;
    color: #220f08;
    padding: 10px 30px;
    text-decoration: none !important;
    border: 2px solid #fff5f5 !important;
    margin-top: 28px;
    display: inline-block;
    background-color: transparent;
    color: #fff5f5 !important;
}

.callout-button:hover {
    background-color: #fff5f5!important;
    color: #220f08!important;
}

.splash-container > .container > .row {
    display: flex;
    align-items: center;
}

.cms-form {
  background: rgba(255, 245, 245, 0.25);
  padding: 30px 15px;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Crimson Text", Sans-serif;
    color: #fff5f5;
}

h1 {
    font-size: 48px;
    margin-bottom: 30px;
}

.cms-form .form-control {
  background-color: rgba(34, 15, 8, 0.2);
  border: none;
  border-radius: 3px;
  color: #fff;
  box-shadow: none;
  min-height: 50px;
}

.icon-wrapper {
    display: flex;
    align-items: baseline;
    gap: 19px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.icon-wrapper i {
    width: 20px;
    display: flex;
    justify-content: center;
    opacity: 0.5;
}

.cms-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.cms-form label {
  color: #fff5f5;
  font-weight: 400;
  margin-bottom: 5px;
}

.cms-form-group-required .cms-form-label:after {
    position: absolute;
    content: "*";
    color: rgba(34, 15, 8, 1)!important;
    margin-left: 3px;
    font-size: 17px;
}

.cms-group-submit {
    margin-bottom: 0px!important;
}

.cms-form .btn-primary {
    background-color: #ffcc00;
    color: #000;
    border: none;
    font-weight: bold;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
    float: right;
    background-color: #fff5f5;
    font-family: "Crimson Text", Sans-serif;
    font-size: 18px;
    font-weight: 500 !important;
    border: none;
    border-radius: 50px;
    color: #220f08;
    padding: 10px 30px;
    text-decoration: none !important;
    border: 1px solid #fff5f5 !important;
    display: inline-block;
    background-color: transparent;
    color: #fff5f5 !important;
}

.cms-form .btn-primary:hover {
  background-color: #fff5f5!important;
  color: #220f08!important;
}

textarea {
    min-height: 85px !important;
}

/* Optional: spacing between form groups */
.cms-form .form-group {
  margin-bottom: 20px;
}

@media (min-width: 1367px) and (max-width: 1500px) {

}

@media (min-width: 1200px) and (max-width: 1366px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
    .splash-container > .container > .row > * {
        flex: 1;
    }

    h1 {
        font-size: 39px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .splash-container > .container > .row {
        display: block;
    }

    h1 {
        font-size: 39px;
    }

    .first-block {
        text-align: center;
    }

    img.main-logo {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .callout-button {
        font-size: 20px;
        padding: 8px 25px;
        margin-top: 8px;
        margin-bottom: 40px;
    }

    .second-block {
        margin-top: 40px;
    }

    .icon-wrapper {
        text-align: left;
        width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .splash-container > .container > .row {
        display: block;
    }

    h1 {
        font-size: 32px;
    }

    .first-block {
        text-align: center;
    }

    img.main-logo {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .callout-button {
        font-size: 20px;
        padding: 8px 25px;
        margin-top: 8px;
        margin-bottom: 40px;
    }

    .second-block {
        margin-top: 40px;
    }

    .icon-wrapper {
        text-align: left;
    }

    .splash-container {
        display: block;
        padding-top: 70px;
        padding-bottom: 85px;
    }
}

