﻿
/*@font-face {
    font-family: 'gilroy-extrabold';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'), url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'gilroy-light';
    font-weight: lighter;
    src: url("../fonts/Gilroy-Light.otf") format("opentype");
}

@font-face {
    font-family: 'gilroy-extrabold';
    font-weight: bolder;
    src: url("../fonts/Gilroy-ExtraBold.otf") format("opentype");
}

/* ============================================================================
/* Html
/* ============================================================================ */

body {
    font: 16px arial, verdana, sans-serif;
    color: #676767;
}

    body .content {
    }

a {
    color: #9b26b6;
}

    a:hover {
        color: #454545;
    }

p:not(:last-child) {
    margin-bottom: 10px;
}

h1 {
    color: #9b26b6;
    font: 35px 'gilroy-extrabold', times;
    margin: 0px 0px 13px 0px;
}

h2 {
    font: 22px 'gilroy-extrabold', times;
    margin: 0px 0px 20px 0px;
}

h3 {
    color: #9b26b6;
    font: 22px 'gilroy-extrabold', times;
    margin: 0px 0px 10px 0px;
}

@media all and (max-width: 767px) {
    h1 {
        color: #9b26b6;
        font: 32px 'gilroy-extrabold', times;
        margin: 0px 0px 13px 0px;
    }

    h2 {
        color: #9b26b6;
        font: 20px 'gilroy-extrabold', times;
        margin: 0px 0px 20px 0px;
        opacity: 0.6;
    }

    h3 {
        color: #9b26b6;
        font: 18px 'gilroy-extrabold', times;
        margin: 0px 0px 10px 0px;
    }
}

.red h1,
.red h2,
.red h3,
.red h4,
.red h5 {
    color: #ed1d51;
}

.red-text {
    color: #ed1d51 !important;
}

.red a {
    color: #ed1d51;
}

.green h1,
.green h2,
.green h3,
.green h4,
.green h5 {
    color: #00ab84;
}

.green-text {
    color: #00ab84 !important;
}

.green a {
    color: #00ab84;
}

.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5 {
    color: #006ba6;
}

.blue-text {
    color: #006ba6 !important;
}

.purple h1,
.purple h2,
.purple h3,
.purple h4,
.purple h5 {
    color: #9b26b6;
}

.purple-text {
    color: #9b26b6 !important;
}

.purple a {
    color: #9b26b6;
}

.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5 {
    color: #f25a29;
}

.orange-text {
    color: #f25a29 !important;
}

.orange a {
    color: #f25a29;
}

.pink h1,
.pink h2,
.pink h3,
.pink h4,
.pink h5 {
    color: #ed008c;
}

.pink-text {
    color: #ed008c !important;
}

.pink a {
    color: #ed008c;
}

.teal h1,
.teal h2,
.teal h3,
.teal h4,
.teal h5 {
    color: #00a58c;
}

.teal-text {
    color: #00a58c !important;
}

.teal a {
    color: #00a58c;
}

h1.page-heading {
    display: inline-block;
    color: #FFFFFF;
    padding: 6px 0px;
    border-radius: 5px;
}

.red h1.page-heading {
    color: #ed1d51;
}

.green h1.page-heading {
    color: #00ab84;
}

.blue h1.page-heading {
    color: #006ba6;
}

.purple h1.page-heading {
    color: #9b26b6;
}

.orange h1.page-heading {
    color: #f25a29;
}

.pink h1.page-heading {
    color: #ed008c;
}

.teal h1.page-heading {
    color: #00a58c;
}

.small-print {
    font: 12px arial, verdana, sans-serif;
}

.text-large {
    font-family: /*'gilroy-extrabold',*/ Arial, Times;
    font-size: 18px;
    line-height: 1.35;
}

.text-feature {
    font-family: 'gilroy-extrabold', Arial, Times;
    font-size: 22px;
    margin-bottom: 20px;
}


.sub-heading {
    font-family: 'gilroy-extrabold';
    font-size: 1.6rem;
}

.red .sub-heading,
.red .text-color {
    color: #ed1d51;
}

.green .sub-heading,
.green .text-color {
    color: #00ab84;
}

.blue .sub-heading,
.blue .text-color {
    color: #006ba6;
}

.purple .sub-heading,
.purple .text-color {
    color: #9b26b6;
}

.orange .sub-heading,
.orange .text-color {
    color: #f25a29;
}

.pink .sub-heading,
.pink .text-color {
    color: #ed008c;
}

.teal .sub-heading,
.teal .text-color {
    color: #00a58c;
}

@media all and (max-width: 767px) {
    .text-feature {
        font-family: 'gilroy-extrabold', Arial, Times;
        font-size: 17px;
        margin-bottom: 20px;
    }
}
