/* Global Layout--------------------------*/
body {
    padding-top: 0;
    color: #808080;
    font-size: 1rem;
    font-family: 'Supercell Text', 'Rubik', sans-serif;
    /*    background: #f9f9f9;*/
    background: #3ae171;
    background: -moz-linear-gradient(45deg,  #3ae171 0%, #4ad5b8 100%);
    background: -webkit-linear-gradient(45deg,  #3ae171 0%,#4ad5b8 100%);
    background: linear-gradient(45deg,  #3ae171 0%,#4ad5b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ae171', endColorstr='#4ad5b8',GradientType=1 );
}
.font1 {
    font-family: 'Supercell-Magic', 'Rubik', sans-serif;
}
.font2 {
    font-family: 'SupercellHeadline-Bold', 'Rubik', sans-serif;
}
.txt-lightbrown,
a.txt-accent {
    color: #34CB66;
}

main.container {
    text-align: center;
    padding: 5rem 2rem;
}
main.container-md {
    text-align: center;
    padding: 5rem 2rem 8rem;
}
main.container-sm {
    text-align: center;
    padding: 5rem 2rem 8rem;
}
main.container .container-wrap,
main.container-md .container-wrap,
main.container-sm .container-wrap {
    background-color: #fff;
    padding: 3rem 1rem;
    border-radius: 0.5rem;
}
h1, h2, h3 {
    color: #1c1c1c;
}
h3 {
    font-weight: 500;
    font-size: 1.2rem;
}
b, strong {
    font-weight: 500;
}
.lead {
    font-size: 1.2rem;
}
.logo {
    margin: 0 auto;
    text-align: center;
}
.logo img {
    width: 80%;
    max-width: 200px;
    height: auto;
}
.tagline {
    margin: 8px auto 25px;
    text-align: center;
}
.tagline img {
    width: 160px;
    height: auto;
}
.text-muted,
a.text-muted {
    color: #808080 !important;
    font-weight: 400;
}
a.text-muted:hover {
    color: #34CB66 !important;
}

.footer {
    background-color: #1c1c1c;
    color: #808080 !important;
    font-size: 12px !important;
    font-family: 'Rubik', sans-serif;
}
.footer .text-muted {
    color: #808080 !important;
}
.footer a {
    color: #808080 !important;
}
.footer a:hover {
    color: #34CB66 !important;
}

.mt-10 {
    margin-top: 5rem;
}
.mt-15 {
    margin-top: 7rem;
}
.full-width {
    width: 100%;
}

.alert {
    border: none !important;
    font-size: 0.85rem;
    font-weight: normal;
    /*    padding: 0.5rem 1rem; */
}
.alert-danger {
    background-color: transparent;
    color: #EB5757;
}
.alert-warning {
    /*    background: rgb(222,210,194);
        background: rgba(200,139,61,0.2);
    */
    background-color: transparent;
    color: #EB5757;
}
.text-danger {
    font-size: 0.85rem;
    font-weight: normal;
    background-color: transparent;
    color: #EB5757 !important;
}


/* Forms --------------------------*/
form .row {
    margin-left: 0;
    margin-right: 0;
}
.form-container {
    padding: 0 15px;
}
.form-row,
.form-group.row {
    width: 100%;
}
input[type="text"],
input[type="email"],
textarea,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    background: #f9f9f9 !important;
    border: none !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    color: #808080 !important;
    letter-spacing: 1px;
    font-size: 1.1rem !important;
    /*font-family: 'Rubik', sans-serif;*/
    -webkit-box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.25);
    margin-bottom: 4px;
}
select.form-control,
select.form-control:focus {
    background: #f9f9f9 !important;
    border: 1px solid #ddd !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    color: #1c1c1c !important;
    letter-spacing: 1px;
    font-size: 1.1rem !important;
    font-family: 'Rubik', sans-serif;
}
input[type="text"].form-control-lg,
input[type="email"].form-control-lg,
textarea.form-control-lg {
    letter-spacing: 2px;
    font-size: 1.3rem;
}
input[type="text"].border-heavy,
input[type="email"].border-heavy,
textarea.border-heavy {
    /*    border: 3px solid #C88B3D !important; */
}
.btn {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-primary {
    border-color: #34CB66;
    background-color: #34CB66;
}
.btn-primary:hover,
.btn-primary:active {
    border-color: #3ae171 !important;
    background-color: #3ae171 !important;
    /*
        border-color: #3ae171;
        background: #3ae171;
        background: -moz-linear-gradient(45deg,  #3ae171 0%, #4ad5b8 100%);
        background: -webkit-linear-gradient(45deg,  #3ae171 0%,#4ad5b8 100%);
        background: linear-gradient(45deg,  #3ae171 0%,#4ad5b8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ae171', endColorstr='#4ad5b8',GradientType=1 );
    */
}
.btn-lg {
    padding: .8rem 3rem .5rem;
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
}
.btn-img1 {
    width: 165px;
    height: auto;
}
.btn-img2 {
    width: 120px;
    height: auto;
}
label, .label {
    color: #1c1c1c;
    font-size: 0.9rem;
    font-weight: 500;
    padding-bottom: 0 !important;
    padding-right: 4px !important;
}
label a, .label a,
label a:visited, .label a:visited {
    color: #1c1c1c;
    text-decoration: underline;
    font-weight: 400;
}
label a:hover, .label a:hover {
    color: #34CB66;
}
.text-right,
label .text-right {
    text-align: left !important;
}
.col-form-label {
    padding-top: 0.6rem;
}
.form-check-input {
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: 0;
    border-radius: 0;
}
#addressHelp {
    font-weight: 300;
    color: #C0C0C0 !important;
}
::placeholder {
    font-size: 14px !important;
    color: #C0C0C0 !important;
    opacity: 1;
}
:-ms-input-placeholder,
::-ms-input-placeholder {
    font-size: 14px !important;
    color: #C0C0C0 !important;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .frame .frame-top {
        padding-top: 6rem;
    }
    .frame .frame-sides {
        padding: 0 4rem;
    }
    .frame .frame-bottom {
        height: 75px;
    }
    .logo img {
        width: 80%;
        max-width: 200px;
    }
    .tagline img {
        width: 200px;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    main.container-md {
        max-width: 700px;
    }
    main.container-sm {
        max-width: 600px;
    }
    .container.frame {
    }
    .frame .frame-bottom {
        height: 85px;
    }
    main.container .container-wrap,
    main.container-md .container-wrap,
    main.container-sm .container-wrap {
        padding: 3rem 4rem;
    }
    .logo img {
        width: 120px;
    }
    .tagline img {
        width: 240px;
    }
    label, .label {
        padding-bottom: inherit !important;
    }
    .btn-img1 {
        width: 190px;
        height: auto;
    }
    .text-right,
    label .text-right {
        text-align: right !important;
    }
    form .row {
        margin-left: inherit;
        margin-right: inherit;
    }
    .flex1 .spacer {
        margin-bottom: 20px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    main.container-md {
        max-width: 700px;
    }
    main.container-sm {
        max-width: 600px;
    }
    main.container .container-wrap,
    main.container-md .container-wrap,
    main.container-sm .container-wrap {
        padding: 3rem 5rem;
    }
    .frame .frame-top {
        padding-top: 8rem;
        background-size: cover;
    }
    .frame .frame-sides {
        padding: 0 6rem;
        background: none;
    }
    .frame .frame-bottom {
        height: 120px;
    }
    .logo img {
        width: 120px;
    }
    .mt-10 {
        margin-top: 10rem;
    }
    .mt-15 {
        margin-top: 15rem;
    }
    .tagline {
        margin: 15px auto 30px;
    }
    .tagline img {
        width: 270px;
    }
    .btn-img1 {
        width: 250px;
        height: auto;
    }
    .btn-img2 {
        width: 140px;
        height: auto;
    }
    .footer {
        font-size: inherit;
    }
    .flex1 .spacer {
        margin-bottom: 0;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    main.container {
        max-width: 1080px;
    }
    main.container-md {
        max-width: 700px;
    }
    main.container-sm {
        max-width: 600px;
    }
    .logo img {
        width: 120px;
    }
    .tagline img {
        width: 300px;
    }
}


@media print {
}
