
/*
 * ---------------------------------------------------------------------------------------------------------------------
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    /*font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';*/
}

a {
    color: #fdcc52;
    transition: all .35s;
}

a:hover, a:focus {
    color: #fcbd20;
    cursor: pointer;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff!important;
    word-wrap: break-word;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 1);
}

section h2 {
    font-size: 50px;
}

.bg-primary {
    background: #fdcc52;
    background: linear-gradient(#fdcc52, #fdc539);
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6 {
    color: #161616!important;
}

.text-primary {
    color: #fdcc52;
}

.bg-secondary {
    /*background: url("../img/bg-pattern.png"), #7b4397;*/
    /*background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #291f45);*/
    color: #eee;
    background: #7b4397;
    background: linear-gradient(to left, #7b4397, #291f45);
}

.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6 {
    color: #fff!important;
}

.text-secondary {
    color: #6f42c1;
}

.bg-tertiary {
    color: #e2e2e2;

    /*background: #6c9fc1;*/
    /*background: linear-gradient(to left, #6c9fc1, #0a395e);*/

    /*background: #445668;*/
    /*background: url("../img/bg-pattern.png"), linear-gradient(to left, #445668, #0a395e);*/

    /*background: #072034;*/
    /*background: linear-gradient(to left, #072034, #04111a);*/

    background: #161616;

}

.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3,
.bg-tertiary h4,
.bg-tertiary h5,
.bg-tertiary h6 {
    color: #e2e2e2!important;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border: 1px solid;
    border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    border-color: #fdcc52;
    background-color: #fdcc52;
}

.btn-outline.bt-outline-secondary:hover, .btn-outline.bt-outline-secondary:focus, .btn-outline.bt-outline-secondary:active, .btn-outline.bt-outline-secondary.active {
    color: white;
    border-color: #7b4397;
    background-color: #7b4397;
}

.btn {
    /* border-radius: 300px; */
    border-radius: 0;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}

/*
 * ---------------------------------------------------------------------------------------------------------------------
 */

section.primary-header {
    position: relative;
    /*padding: 150px 0;*/
    padding: 250px 0;
}

section.primary-header h2 {
    font-size: 50px;
    margin-top: 0;
}

section.primary-header .badges .badge-link {
    display: block;
    margin-bottom: 25px;
}

section.primary-header .badges .badge-link:last-child {
    margin-bottom: 0;
}

section.primary-header .badges .badge-link img {
    height: 60px;
}

@media (min-width: 768px) {
    section.primary-header .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    section.primary-header h2 {
        font-size: 70px;
    }
}

/*
 * ---------------------------------------------------------------------------------------------------------------------
 */

section.secondary-header {
    position: relative;
    /*padding: 150px 0;*/
    padding: 250px 0;
}

section.secondary-header h2 {
    font-size: 30px;
    margin-top: 0;
}

section.secondary-header .badges .badge-link {
    display: block;
    margin-bottom: 25px;
}

section.secondary-header .badges .badge-link:last-child {
    margin-bottom: 0;
}

section.secondary-header .badges .badge-link img {
    height: 60px;
}

@media (min-width: 768px) {
    section.secondary-header .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    section.secondary-header h2 {
        font-size: 70px;
    }
}

/*
 * ---------------------------------------------------------------------------------------------------------------------
 */

div.section-between-separator {
    margin-top: 150px;
    border-top: 3px solid #222222;
    padding-top: 0px;
    padding-bottom: 150px;
}

div.silent-section-top-separator {
    padding-top: 150px;
}

div.silent-section-bottom-separator {
    padding-bottom: 150px;
}

div.silent-section-bottom-separator-md {
    padding-bottom: 100px;
}

div.silent-section-bottom-separator-sm {
    padding-bottom: 50px;
}

section.standard-content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

section.standard-content .section-heading {
    /*margin-top: 50px;*/
    margin-bottom: 100px;
}



section.standard-content .faq-answer-category-heading {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

section.standard-content {
    box-shadow: 0 0 0 0;
}

section.standard-content h5 {
    color: rgba(255,255,255,.8)!important;
    font-size: 18px;
}

section.standard-content p {
    font-size: 16px !important;
}

section.standard-content .section-footer {
    /*margin-top: 50px;*/
    /*margin-bottom: 50px;*/
    /*border-top: 3px solid #222222;*/
    /*padding-top: 140px;*/
    /*padding-top: 50px;*/
}

section.standard-content .section-footer .headline {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

section.standard-content .section-footer h2 {
    margin-top: 0;
}

section.standard-content .section-footer p {
    margin-bottom: 0;
}

section.standard-content .content-heading {
    margin-top: 100px;
}

/*
 * ---------------------------------------------------------------------------------------------------------------------
 */
