/* Benequity Capital - Theme */


/*
 * Base structure
 */

html,
body {
    height: 100%;
    width: 100%;
}

body {
    display: -ms-flexbox;
    color: #fff;
    /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); */
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
    background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255, 255, 255, .1) 15%, transparent 20%) 8px 9px;
    background-color: #282828;
    background-size: 5px 5px;
}

@media (max-width:767px) {
    body {
        background: none;
        background-color: #f8f8f8;
    }
    #approach {
        color: #143760;
    }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px
}

header.masthead h1 {
    font-size: 2rem
}

header.masthead p {
    font-weight: 300
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #636363
}

hr.light {
    border-color: #fff
}

a {
    color: #929292;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

a:hover {
    color: #575757
}

.icon-links {
    color: #000000;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.icon-links:hover {
    color: #575757
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'copperplate', serif;
    font-weight: 300;
    font-style: normal;
}

.bg-primary {
    background-color: #143760!important
}

.bg-dark {
    background-color: #212529!important
}

.text-faded {
    color: rgba(255, 255, 255, .7)
}

section {
    padding: 8rem 0
}

.section-heading {
    margin-top: 0
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

img::selection {
    color: #143760;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}


/*
 * Navbar
 */

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, .1);
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #212529;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #143760;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    color: rgba(51, 51, 51, 0.8)
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #143760;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #143760!important;
    background-color: transparent
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: transparent;
    color: #143760;
}

img.navbar-logo {
    height: 55px
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(37, 86, 149, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    color: #143760;
    border-color: #143760;
}

@media (min-width:992px) {
    #mainNav {
        border-color: #143760;
        background-color: rgba(255, 255, 255, 0.8);
    }
    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 1)
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #fff
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: .5rem 1rem
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
        color: rgba(51, 51, 51, 0.8)
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #143760
    }
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, .1);
        background-color: #fff
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #212529
    }
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #707070
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        color: rgba(51, 51, 51, 0.8)
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #143760
    }
}

@media (max-width:991px) {
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #143760
    }
}

@media (max-width:400px) {
    img.navbar-logo {
        height: 30px;
    }
}

@media (min-width: 992px) {
    #mainNav.navbar-shrink {
        border-bottom: 2px solid #143760;
        background-color: #fff;
    }
}

#li-icon {
    fill: #143760;
}


/*
 * Cover
 */

.cover {
    padding: 0 1.5rem;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}

.cover-container {
    max-width: 42em;
}

.cover-heading {
    font-family: 'copperplate', serif;
    font-weight: 300;
    font-style: normal;
}

.container .lead {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

@media (max-width:767px) {
    #cover-logo {
        width: 300px;
    }
}

@media (min-width:768px) {
    header.masthead p {
        font-size: 1.15rem
    }
    #cover-logo {
        width: 300px;
    }
}

@media (min-width:992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0
    }
    header.masthead h1 {
        font-size: 3rem
    }
    #cover-logo {
        width: 463px;
    }
}

@media (min-width:1200px) {
    header.masthead h1 {
        font-size: 4rem
    }
    #cover-logo {
        width: 463px;
    }
}


/*
 * Buttons
 */

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.btn-xl {
    padding: 1rem 2rem
}

.btn-primary {
    background-color: #143760;
    border-color: #143760
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #2d343b!important
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(33, 37, 41, 0.589)!important
}


/* Custom default button */

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}


/*
 * Parallax Effect
 */

#approach {
    background: transparent!important;
}


/*
 * Footer
 */

footer {
    height: 50px;
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.mastfoot {
    color: rgba(255, 255, 255, .5);
}

@media (max-width: 992px) {
    footer {
        height: 80px;
    }
}


/*
 * Error Page Header/Footer
 */

#err-header {
    background-image: url('/media/forest1.jpg');
    height: 100%;
}

#err-footer {
    margin-top: -50px;
}

@media (max-width: 992px) {
    #err-footer {
        margin-top: -80px;
    }
}