﻿/*!
 * Start Bootstrap - One Page Wonder v5.0.6 (https://startbootstrap.com/template-overviews/one-page-wonder)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

body {
    /*!font-family: Lato;  */
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: Catamaran;*/
    font-family: 'Arial Rounded MT';
    font-weight: 800 !important
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover, a:focus {
        text-decoration: underline;
    }

.btn-xl {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .1rem
}

.bg-black {
    background-color: #000 !important
}

.rounded-pill {
    border-radius: 5rem
}

.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0,0,0,.7)
}

    .navbar-custom .navbar-brand {
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: .1rem;
        font-weight: 700
    }

    .navbar-custom .navbar-nav .nav-item .nav-link {
        text-transform: uppercase;
        font-size: .8rem;
        font-weight: 700;
        letter-spacing: .1rem
    }

header.masthead {
    position: relative;
    overflow: hidden;
    padding-top: calc(7rem + 72px);
    padding-bottom: 7rem;
    background: -webkit-gradient(linear,left bottom,left top,from(#ff6a00),to(#ee0979));
    background: linear-gradient(0deg,#ff6a00 0,#ee0979 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover
}

    header.masthead .masthead-content {
        z-index: 1;
        position: relative
    }

        header.masthead .masthead-content .masthead-heading {
            font-size: 4rem
        }

        header.masthead .masthead-content .masthead-subheading {
            font-size: 2rem
        }

    header.masthead .bg-circle {
        z-index: 0;
        position: absolute;
        border-radius: 100%;
        background: -webkit-gradient(linear,left bottom,left top,from(#ee0979),to(#ff6a00));
        background: linear-gradient(0deg,#ee0979 0,#ff6a00 100%)
    }

    header.masthead .bg-circle-1 {
        height: 90rem;
        width: 90rem;
        bottom: -55rem;
        left: -55rem
    }

    header.masthead .bg-circle-2 {
        height: 50rem;
        width: 50rem;
        top: -25rem;
        right: -25rem
    }

    header.masthead .bg-circle-3 {
        height: 20rem;
        width: 20rem;
        bottom: -10rem;
        right: 5%
    }

    header.masthead .bg-circle-4 {
        height: 30rem;
        width: 30rem;
        top: -5rem;
        right: 35%
    }

@media (min-width:992px) {
    header.masthead {
        padding-top: calc(10rem + 55px);
        padding-bottom: 10rem
    }

        header.masthead .masthead-content .masthead-heading {
            font-size: 6rem
        }

        header.masthead .masthead-content .masthead-subheading {
            font-size: 4rem
        }
}

.header-image {
    background: url(http://placehold.it/200x300) repeat; /* Use a tiling background image or a full width image - if you're using full width you will need to change no-repeat center center cover  */
    background-position: top;
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
}

.headline {
    padding: 120px 0;
}

    .headline > .container > h1 {
        font-size: 130px;
        background: #ffffff;
        background: rgba(255, 255, 255, 0.9);
    }

    .headline > .container > h2 {
        font-size: 77px;
        background: #ffffff;
        background: rgba(255, 255, 255, 0.9);
    }

/*.content-container {
    width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}*/

@media (min-width:768px) {
/*    .navbar > .container {
        text-align: center;
    }

    .navbar-header, .navbar-brand, .navbar .navbar-nav, .navbar .navbar-nav > li {
        float: none;
        display: inline-block;
    }

    .collapse.navbar-collapse {
        float: none;
        display: inline-block !important;
        width: auto;
        clear: none;
    }*/

    #get-started {
        margin-top: 40px;
    }
}

.featurette-divider {
    margin: 80px 0;
}

.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.lead {
    font-weight: 300;
    line-height: 1.4;
}


footer {
    /*margin: 50px 0;*/
}

/* RESPONSIVE CSS */

@media (max-width: 1200px) {

    .headline > .container > h1 {
        font-size: 140px;
    }

    .headline > .container > h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media (max-width: 991px) {

    .headline > .container > h1 {
        font-size: 105px;
    }

    .headline > .container > h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

        .featurette-image.pull-left {
            margin-right: 10px;
        }

        .featurette-image.pull-right {
            margin-left: 10px;
        }

    .featurette-heading {
        font-size: 30px;
    }
}

@media (max-width: 767px) {

    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}


@media (max-width: 668px) {

    .headline > .container > h1 {
        font-size: 70px;
    }

    .headline > .container > h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media (max-width: 640px) {

    .headline {
        padding: 75px 0 25px 0;
    }

        .headline > .container > h1 {
            font-size: 60px;
        }

        .headline > .container > h2 {
            font-size: 30px;
        }
}

@media (max-width: 375px) {

    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

        .featurette-image.pull-left {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .featurette-image.pull-right {
            margin-left: 0;
            margin-bottom: 10px;
        }
}