.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 82px;
    z-index: 10000000;
    left: 0;
    padding-top: 55px;
    transition: background-color 200ms;
}

.nav-item {
    float: left;
    list-style-type: none;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 300;
    margin-right: 20px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-align: center;
    transition: padding 200ms, color 200ms;
    cursor: pointer;
    padding-top: 60px;
    width: 95px;
}

.navbar-nav {
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
}

@media (max-width: 992px) {
    .navbar-nav {
        position: relative;
    }

    .navbar-collapse {
        background-color: rgba(245, 245, 245, .8);
        top: 65px;
        position: absolute;
        left: 0;
        right: 0;
    }

    .nav-item {
        padding: 10px;
        width: 100%;
    }
}

.nav-logo {
    padding-left: 4%;
    width: 190px;
    word-break: keep-all;
    margin-top: 30px;
}

.nav-list-colored {
    background-color: rgba(245, 245, 245, .8);
    padding-top: 17px;
    height: 65px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.nav-list-colored li {
    color: black;
    padding-top: 18px;
    padding-bottom: 22px;
}

.nav-list-colored .nav-logo {
    margin-top: 0;
}

.nav-logo-img {
    width: 20px;
}

.nav-logo-text {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Open Sans', 'sans-serif';
    padding-left: 6px;
}

.nav-item.active {
    font-weight: 500;
}

.nav-item.active:after {
    content: ' ';
    width: 62px;
    height: 3px;
    margin: 0 auto;
    margin-top: 20px;
    background: #f7c443;
    background: -moz-linear-gradient(left, #f7c443 0%, #ee6242 51%, #dd2d4a 79%, #c5283d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f7c443 0%,#ee6242 51%,#dd2d4a 79%,#c5283d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f7c443 0%,#ee6242 51%,#dd2d4a 79%,#c5283d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c443', endColorstr='#c5283d',GradientType=1); /* IE6-9 */
    display: block;
}

.nav-list-colored li.active {
    background: -webkit-linear-gradient(left, rgb(247, 196, 67), rgb(238, 98, 66), rgb(221, 45, 74), rgb(197, 40, 61));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.nav-item a {
    color: inherit;
    transition: all 200ms;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    padding: 0 !important;
}

.nav-item:hover a {
    text-decoration: none;
    font-weight: 500;
}

.nav-list-colored .nav-item a {
    text-shadow: none;
}

.nav-list-colored .nav-item:hover a {
    background: -webkit-linear-gradient(left, rgb(247, 196, 67), rgb(238, 98, 66), rgb(221, 45, 74), rgb(197, 40, 61));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.section-home-bkg-container-md {
    display: none;
}

.section-home-subtitle {
    margin-top: -23px;
}

.section-home-bkg-bkg {
    background-repeat: no-repeat;
    background-size: 60%;
    background-position-x: right;
}

.section-home-bkg-container {
    padding: 0;
}

.section-home-container {
    height: 100%;
}

.section-home-header {
    padding-top: 265px;
}

#section-about {
    padding-bottom: 155px;
    padding-top: 100px;
}

.section-about-photo-container {
    margin-top: 135px;
}

.section-about-link {
    color: #dd2d4a;
}

.section-about-link:hover {
    text-decoration: none;
    color: #c5283d;
}

@media screen and (max-width: 991px) {
    .section-home-bkg-container {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1140px) {
    .section-home-header {
        padding-top: 100px;
        text-align: center;
        color: white;
    }

    .section-home-header h1 {
        text-align: center;
        color: white;
    }

    #section-home {
        background: #c5283d;
        background: -moz-linear-gradient(left, #c5283d 0%, #dd2d4a 51%, #ee6242 79%,#f7c443 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #c5283d 0%, #dd2d4a 51%, #ee6242 79%,#f7c443 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #c5283d 0%, #dd2d4a 51%, #ee6242 79%,#f7c443 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5283d', endColorstr='#f7c443', GradientType=1); /* IE6-9 */
    }

    #section-home .button-main {
        border: 2px solid rgb(255, 255, 255);
        background-color: rgb(255, 255, 255);
        color: rgb(232, 81, 86);
    }

    #section-home .button-main:hover {
        text-decoration: none;
        color: rgb(232, 81, 86);
        background-color: rgb(255, 255, 255);
        border-color: rgb(255, 255, 255);
        box-shadow: 0 0 50px white;
    }

    #section-home .button-outline-main {
        border: 2px solid rgb(255, 255, 255);
        background-color: transparent;
        color: rgb(255, 255, 255) !important;
    }

    #section-home .button-outline-main:hover {
        text-decoration: none;
        color: rgb(255, 255, 255) !important;
        border-color: rgb(255, 255, 255);
        box-shadow: 0 0 50px white;
    }

    .section-home-bkg-container {
        padding-top: 100px;
    }

    .section-home-bkg-container-md {
        display: block;
    }

    .section-home-bkg-container-lg {
        display: none;
    }

    #section-about {
        padding-bottom: 100px;
        padding-top: 30px;
    }
}