/*
    COLORS

    Primary:            #9e9e9e
    Primary Light:      #cfcfcf
    Primary Dark:       #707070
    Green:              #00bd00
    Light Green:        #5ef148
    Dark Green:         #008b00

*/

/* FONTS */

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* dancing-script-regular - latin */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dancing-script-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/dancing-script-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/dancing-script-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/dancing-script-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/dancing-script-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/dancing-script-v13-latin-regular.svg#DancingScript') format('svg'); /* Legacy iOS */
}

/* GLOBAL */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 18px;
}

:focus {
    outline: none;
    box-shadow: 0 0 3px 1px #cfcfcf, 0 0 8px #cfcfcf;
}

/* GENERAL STUFF */

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

section {
    padding-top: 2rem;
    padding-bottom: .5rem;
}

@media (max-width: 1024px) {
    section {
        padding-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    section {
        padding-top: .5rem;
        padding-bottom: 0;
    }
}

.active {
    background-color: #00bd00 !important;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

p {
    line-height: 1.6;
}

a {
    color: #00bd00;
    text-decoration: none;
    white-space: nowrap;
}

.btn-1 {
    background-color: #00bd00;
    border: 0;
    border-radius: 5px;
    color: #FFF;
    font-size: 1.2rem;
    text-decoration: none;
    height: 35px;
    padding: 10px 14px;
}

.btn-1:hover {
    background-color: #FFFFFF;
    color: #00bd00;
}

@media (max-width: 576px) {
    .btn-1 {
        font-size: 1rem;
    }
}

.intro-container {
    text-align: center;
    width: 80%;
    margin: 0 auto 2.5rem auto;
}

@media (max-width: 1600px) {
    .intro-container {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1024px) {
    .intro-container {
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .intro-container {
        margin-bottom: 0;
        width: 100%;
    }
}

.uppercase {
    text-transform: uppercase;
}

/* NAVIGATION */

.logo-link {
    display: inline-block;
    height: 100%;
}

#header-nav {
    width: 100%;
    height: 80px;
    background-color: #707070;
    position: relative;
    font-weight: bold;
    font-size: 1.1rem;
}

#header-nav a > img {
    height: 66px;
    width: auto;
    float: left;
    margin-top: 8px;
}

#header-nav ul {
    margin: 0;
    padding: 0;
    height: 100%;
    float: right;
}

#header-nav ul > li {
    display: inline-block;
    height: 100%;
    padding: 1rem .4rem 1rem .4rem;
}

#header-nav ul > li > a {
    margin-top: 9px;
    display: inline-block;
}

#header-nav ul > li > a {
    text-decoration: none;
    color: #FFF;
}

#header-nav .container {
    height: 100%;
}

#header-nav .row {
    height: 100%;
}

#header-nav .col-6 {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

/* MOBILE */

#mobile-nav-button {
    color: #FFF;
    float: right;
    font-size: 3.5rem;
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 1rem;
    font-weight: normal;
}

#mobile-nav-button > span {
    bottom: -10px;
    left: 17px;
    position: absolute;
}

#mobile-nav-content > ul > li {
    display: block;
    background-color: #707070;
    height: 50px;
    padding: 0 .8rem;
    text-align: center;
}

#mobile-nav-dropdown {
    position: relative;
    display: none;
    float: right;
}

#mobile-nav-content {
    position: absolute;
    right: -10px;
    top: 80px;
    display: none;
}

@media (max-width: 850px) {
    #header-nav .col-6 > ul {
        display: none;
    }

    #mobile-nav-dropdown {
        display: inline-block;
    }
}

/* HEADER BANNER */

#header-banner {
    background: url("../img/header.jpeg") no-repeat center 0;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 20%;
}

/* CALL2ACTION */

.call2action-section {
    width: 100%;
    background-color: #707070;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .call2action-section {
        padding-bottom: .5rem;
    }
}

.c2a-text {
    color: #FFFFFF;
    font-size: 1.2rem;
    text-align: center;
}

.c2a-mobile {
    color: #FFFFFF;
    font-size: 1.6rem;
    text-align: center;
    display: none;
}

@media (max-width: 768px) {
    .c2a-text {
        display: none;
    }

    .c2a-mobile {
        display: block;
    }
}

/* ABOUT */

.about-object {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .about-object {
        width: 100%;
    }
}

#about-section .row :first-child .about-object {
    margin-right: 0;
    text-align: center;
}

#about-section .row :last-child .about-object {
    margin-left: .5rem;
}

.profile-pic {
    margin-top: 1rem;
    height: auto;
    width: 80%;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

@media (max-width: 1300px) {
    .profile-pic {
        width: 90%;
    }
}

@media (max-width: 1160px) {
    .profile-pic {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .profile-pic {
        width: 60%;
        margin-top: 0;
    }

    #about-section {
        margin: 0;
    }
}

@media (max-width: 576px) {
    .profile-pic {
        width: 75%;
    }
}

/* POEM */

#poem-section {
    background-color: #cfcfcf;
    text-align: center;
    font-size: 1.4rem;
    font-family: 'Dancing Script', cursive;
    padding: 8px;
}

/* SERVICE */

.service-box {
    background-color: #707070;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 5px 5px 20px 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    color: #FFFFFF;
    border-radius: 10px;
}

.service-box .price-tag {
    font-size: 1.1em;
}

.service-box ul li {
    text-align: left;
}

#service-section .row :first-child .service-box {
    margin-left: 0;
}

#service-section .row :last-child .service-box {
    margin-right: 0;
}

/* OUR FEET */

#our-feet-section h2 {
    margin: 5px 0;
}

.feet-pic {
    margin-top: 1rem;
    height: auto;
    width: 100%;
    border-radius: 5%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.tiny-visible {
    display: none;
}

.small-visible {
    display: none;
}

@media (max-width: 1160px) {
    .big-visible {
        display: none;
    }

    .small-visible {
        display: block;
    }
}

@media (max-width: 1025px) {
    .tiny-visible {
        display: block;
    }

    .small-visible {
        display: none;
    }

    .medium-visible {
        display: none;
    }
}

/* CONTACT */

#contact-section {
    background-color: #cfcfcf;
}

/* DATA PROTECTION */

#data-prot-section .mobile {
    display: none;
}

@media (max-width: 390px) {
    #data-prot-section .mobile {
        display: inline;
    }

    #data-prot-section .big-screen {
        display: none;
    }
}

/* FOOTER */

footer {
    background-color: #707070;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    font-size: .8rem;
}

#footer-nav {
    display: inline;
    float: right;
}

#footer-nav a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1rem;
}

#footer-container {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    footer span {
        display: none;
    }
}

/* GRID SYSTEM */

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1600px) {
    .container {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1440px) {
    .container {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    min-height: 1px;
    padding: .8rem;
}

.col-1 {
    width: 16.666%;
}

.col-2 {
    width: 33.333%;
}

.col-3 {
    width: 50%;
}

.col-4 {
    width: 66.666%;
}

.col-4 {
    width: 66.666%;
}

.col-6 {
    width: 100%;
}

@media (max-width: 1024px) {
    .col-1 {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .col-1 {
        width: 50%;
    }

    .col-2 {
        width: 100%;
    }

    .col-3 {
        width: 100%;
    }

    .col-4 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-1 {
        width: 100%;
    }
}
