/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
#mainNav {
    min-height: 40px;
    max-height: 50px;
    background-color: #fff;
}

.img-responsive {
    max-height: 50px;
}

.container-ric {
    width: 100%;
    padding-top: 5%;
    padding-right: 100px;
    padding-left: 15%;
    margin-right: auto;
    margin-left: auto;
}

.container-ric > video_responsive {
    padding-top: 25%;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: black;
    border: 1px solid white;
}

.transp {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: #DDDDDDDD;
    transition: background-color 0.3s ease-in-out;
    padding: 50px;
}

#mainNav .navbar-toggler:focus {
    outline: none;
}

#mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    padding: .9rem 0;
}

#mainNav .navbar-nav {
    font-size: 1.2em;
    text-align: center;
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: none;
    background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

.show {
    background-color: white;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: white;
        transition: background-color 0.3s ease-in-out;
    }
    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgba(255, 255, 255, 0.5);
    }
    #mainNav .nav-link {
        transition: none;
        padding: 2rem 1.5rem;
        /*color: rgba(255, 255, 255, 0.5);*/
    }
    #mainNav .nav-link:hover {
        /*color: rgba(255, 255, 255, 0.75);*/
    }
    #mainNav .nav-link:active {
        /* color: white;*/
    }
    #mainNav.navbar-shrink {
        background-color: white;
    }
    #mainNav.navbar-shrink .navbar-brand {
        /* color: rgba(255, 255, 255, 0.5);*/
    }
    #mainNav.navbar-shrink .nav-link {
        /* color: rgba(255, 255, 255, 0.5);*/
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: 0.25rem solid transparent;
    }
    #mainNav.navbar-shrink .nav-link:hover {
        /*  color: rgba(255, 255, 255, 0.75);
    }
    #mainNav.navbar-shrink .nav-link:active {
        /* color: rgba(255, 255, 255, 0.75);*/
    }
    #mainNav.navbar-shrink .nav-link.active {
        /*  color: rgba(255, 255, 255, 0.75);*/
        outline: none;
        border-bottom: 0.25rem solid white;
    }
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll;
    background-size: cover !important;
    background-blend-mode: multiply !important;
}

.masthead h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.3rem;
    /*background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
}

h2 {
    font-family: 'Open Sans Condensed', sans-serif;
}

h3 {
    font-family: 'Open Sans Condensed', sans-serif;
}

.center {
    margin: 0 10%;
    width: 80%;
}

.masthead h2 {
    max-width: 20rem;
    font-size: 2rem;
}

@media (max-width: 549px) {
    .masthead h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    #Mainnav {
        min-height: 30px;
    }
    .navbar-brand {
        height: 40px;
        width: auto;
    }
    .navbar {
        height: 30px;
        padding-top: 0px;
    }
    #mainNav .navbar-brand {
        padding: 10px 0 0 0;
    }
    .masthead {
        padding: 50% 0;
    }
}

@media (min-width: 550px) {
    .masthead h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    #mainNav .navbar-brand {
        padding: 2px 0 0 0;
    }
    .masthead {
        padding: 4rem 0;
    }
}

@media (min-width: 992px) {
    .masthead {
        height: 90vh;
        padding-top: 8rem;
    }
    .masthead h1 {
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: 0.3rem;
    }
    .masthead h2 {
        max-width: 30rem;
        font-size: 2.25rem;
    }
    #mainNav .navbar-brand {
        padding: 20px 0 0 0;
    }
    .masthead {
        padding: 6rem 0;
    }
    .center {
        margin: 0 20%;
        width: 60%;
    }
}

.btn {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    padding: 1.25rem 2rem;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 110%;
    text-transform: uppercase;
    letter-spacing: .20rem;
    border: 0;
}

.btn-primary {
    background-color: #bf3232;
}

.btn-primary:hover {
    background-color: #a41717;
}

.btn-primary:focus {
    background-color: #a41717;
    color: #FF8282;
}

.btn-primary:active {
    background-color: white !important;
}

body {
    font-family: 'Open Sans Condensed', sans-serif;
    letter-spacing: 0.0625em;
}

a {
    color: white;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #3c6360;
}

li {
    list-style-type: none;
}

.bg-black {
    background-color: #161616 !important;
}

.bg-primary {
    background-color: white !important;
}

.text-primary {
    color: white !important;
}

footer {
    padding: 5px;
}