@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
    color: #161a1b;
    font-size: 18px;
    line-height: 1.5;
    background: #fefefe;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
    color: #007c9c;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
    margin: 0;
}

h1,
h2,
.blog #main h1 a {
    font-size: 45px;
    line-height: 138%;
    margin: 0 0 20px;
}
h2.huge {
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 1.5px;
}
h2.big {
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 1.5px;
}

h3 {
    font-size: 40px;
    line-height: 138%;
}
h4 {
    font-size: 22px;
    line-height: 138%;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
h5 {
    font-size: 18.6112px;
    line-height: 130%;
    letter-spacing: 2.3264px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.main-btn,
a.main-btn,
a.main-btn:visited,
.bp-forms-btn,
a.bp-forms-btn {
    border: none;
    border-radius: 48.6234px;
    color: #fff;
    background-color: #007c9c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    padding: 0.6em 2.5em;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
    color: #007c9c;
    background-color: #80dafe;
}
.main-btn.sec,
a.main-btn.sec {
    color: #fff;
    background-color: #b17784;
}
.main-btn.sec:hover,
a.main-btn.sec:hover {
    color: #b17784;
    background-color: #f8b8b8;
}

/* ATF 
---------------------------------------------------------- */
article a,
article a:visited {
    color: #007c9c;
}
.right {
    text-align: right;
}
.black {
    color: #141415;
}
.white {
    color: #fff;
}
.light-blue {
    color: #7edaff;
}
.cover {
    background-size: cover;
    background-position: center center;
}
.large {
    font-size: 23px;
}

.lines {
    position: relative;
    display: inline-flex;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.lines::after,
.lines::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 117px;
    background: #abbf81;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}
.lines::before {
    left: unset;
    right: 100%;
}
.double-holder a.main-btn:last-child {
    /*margin-left: 30px;*/
}
.plant {
    position: absolute;
    bottom: 0;
    z-index: -1;
}
/* RESPONSIVE
---------------------------------------------------------- */
@media (min-width: 1026px) {
    .hidden-up {
        display: none;
    }
}
@media (max-width: 1025px) {
    .hidden-down {
        display: none;
    }
}
@media (max-width: 767px) {
    .hidden-md-down {
        display: none;
    }
    .double-holder a.main-btn:last-child {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    html,
    body {
        font-size: 16px;
    }
    h1,
    h2.big,
    .blog #main h1 a {
        font-size: 37px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    h5,
    .large {
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px) {
    .main-btn,
    a.main-btn {
        font-size: 15px;
    }
}
