@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400');

:root {
    --primary-color: #0cbb8b;
    --button-color: #0cbb8b;
    --button-hover-color: #008b8b;
    --secondary-color: #fe890a;
    --background-color: white;
    --text-color: black;
    --hover-color: #FEDDA5;
    --hover-link-color: #1d84df;
    --active-color: #FEC48C;
    --font-family: 'Quicksand', sans-serif;
    --font-size: 14px;
    --header-color: #1d84df;
    --selected-link-color: #1d84df;
    --big-margin: 20px;
    --font-size: 14px;
}

body {
    margin: 0;
    font-family: 'Quicksand';
    font-size: var(--font-size);
    /*background: white;*/ /* fallback for old browsers */
    color: white;
    background: #00B4DB;
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
    background: linear-gradient(to right, #0083B0, #00B4DB);
}

main {
    /*display: grid;*/
}

center-container {
    display: block;
    width: 1024px;
}

top {
    /* position: relative;
    width: 100vw;
    height: 100vh;
    display: block;*/
}
/* Head*/
header {
    position: fixed;
    padding: 0px;
    padding-top: 10px;
    top: 0px;
    display: flex;
    background-color: transparent;
    color: white;
    justify-content: center;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: background-color 200ms linear, color 200ms linear, text-shadow 200ms linear;
    font-size: 20px;
    background: #00B4DB; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.menu-scroll {
    background-color: white;
    opacity: 0.8;
    color: black;
    text-shadow: none;
}

header h1 {
    margin: 0;
    font-size: 36px;
}

nav {
    color: #fff;
    padding-left: 50px;
}

    nav ul {
        margin-top: 10px;
    }

    nav ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    nav li {
        display: inline-block;
        margin-right: 10px;
    }

        nav li:last-child {
            margin-right: 0;
        }

    nav a {
        color: #fff;
        text-decoration: none;
        padding: 5px 10px;
    }

.menu-scroll nav a {
    color: black;
}

nav a:hover {
    /*background-color: var(--active-color);*/
    opacity: .7;
}

/* Head */


/* Tag lines */

tag-container {
    text-align: center;
    padding: 20px;
    display: grid;
    padding-top: 130px;
}

tag-lines {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    justify-self: center;
}

tag-line, tag-line-wide {
    color: #333;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    max-width: 430px;
    margin: 20px;
    /*padding: 20px;*/
    /*border-radius: 10px;*/
    background-color: #f5f5f5;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
}

button, .button, .terms {
    cursor: pointer;
    background-color: var(--button-color);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    caret-color: transparent;
    border-radius: 8px;
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    margin: 20px;
    float: right;
}

#video {
    /*height: 100vw;*/
}

.front-page {
    /*border-radius: 10px;*/
    /*background-color: #f5f5f5;*/
    display: flex;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
    font-size: 1.1rem;
    max-width: 1024px;
}

    .front-page > div {
        margin-right: 20px;
        width: 600px;
    }
        .front-page > div > p {
            line-height: 24px;
        }

        .front-page > img {
            margin-right: 20px;
            width: 512px;
            width: 428px;
            caret-color: transparent;
        }

.video iframe {
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

h1 {
}


.front-page h2 {
    margin-top: -20px;
    font-size: 20px;
}

.front-page > h2 {
    text-align: center;
}

.front-page img {
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}


tag-line i,
tag-line-wide i {
    width: 100%;
    /*border-radius: 10px 10px 0px 0px;*/
    padding: 10px;
    font-size: 3rem;
    color: white;
    background-color: var(--primary-color);
}

tag-line img,
tag-line-wide img {
    padding-left: 10px;
    padding-right: 10px;
}

tag-line p, tag-line ol,
tag-line-wide p, tag-line-wide ol {
    text-align: left;
    font-size: 1.1rem;
    color: #666;
    padding: 20px;
    padding-top: 0px;
}

tag-line h2 {
    margin: 10px;
}


tag-line-wide {
    width: 840px;
    max-width: 840px;
}
/* Tag lines */
/* Paralax */
.parallax {
    background-image: url('/Images/Paralax.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

    .parallax > * {
        max-width: 1000px;
    }

v

.parallax h1 {
    font-size: 4rem;
    margin-top: 0;
}

.parallax p {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.parallax-container {
    margin: 2rem;
    max-width: 800px;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    /*border-radius: 10px;*/
    text-align: justify;
    color: #333;
}

/* Paralax */


/* Footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
}

    .row > div {
        display: flex;
        justify-content: center;
        width: 100vw;
    }

p {
    margin: 0;
    font-size: 16px;
}

.social-icons {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .social-icons li {
        margin: 0 10px;
    }

    .social-icons a {
        color: #fff;
        text-decoration: none;
    }

.ri-facebook-fill,
.ri-twitter-fill,
.ri-instagram-fill {
    font-size: 24px;
    line-height: 40px;
}

/* Footer */


element {
    text-align: center;
}

    element > img {
        width: 200px;
    }

#backgroundVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url('/images/horse.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

#top-element {
    width: 99vw;
    /*height: 100vh;*/
    display: block;
    padding-top: 200px;
}

.mockup {
    width: 500px;
    margin: 0 auto;
    margin-top: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

#logo-header {
    display: flex;
    align-items: end;
}

    #logo-header > img {
        padding-right: 10px;
    }

    #logo-header > h1 {
        padding: 0px;
    }

.no-caret, h1, h2, h3, span, p, div, i {
    caret-color: transparent;
}

.hidden{
    display: none;
}

.active-link {
    text-decoration: underline;
}

#contact-us-filler {
    min-height: 50vh;
}

.float-right{
    float: right;
}

.margin-right {
    margin-right: 5px !important;
}