@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800);

body {
    background: #fff;
    color: #2f3138;
    font-family: Open Sans, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, sans-serif;
    color: #0e1b4d
}
.about {
    width: 100%;
    background-image: url("https://splashee.s3-us-west-2.amazonaws.com/templates/dol-seminar-2/img/about-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.about:before {
    content: "";
    background: rgba(13, 20, 41, .8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

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

.bg-purple {
    background-color: #F9F9F9
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-dark {
    background-color: rgba(6, 12, 34, .98);
    border-color: rgba(6, 12, 34, .98);
    border-width: 2px
}

.btn-dark:active, .btn-dark:hover {
    background-color: #fff;
    color: rgba(6, 12, 34, .98)
}

.btn-dark.btn-block {
    font-size: 1.4rem
}

.btn-link {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.btn-link:active, .btn-link:hover {
    text-decoration: none;
    color: #333
}

.btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    background-color: #daa92d;
    border-color: #daa92d;
    border-width: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 2px 25px 4px !important;
    margin-top: 5px;
}

.btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, a.nav-link.btn.btn-primary.btn-lg.font-normal.rounded-pill.pt-2.pb-1:hover {
    border: 2px solid #daa92d;
    background-color: white;
	color: #daa92d !important;
	outline: none;
	box-shadow: none;
}

.btn-outline-primary {
    border: 2px solid #1f84c6;
    padding: 4px 40px 6px;
    -webkit-transition: .5s;
    transition: .5s
}

.btn-outline-primary:active, .btn-outline-primary:hover {
    background-color: #1f84c6 !important;
    border-color: #1f84c6 !important
}

.btn-outline-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.header {
    max-height: 750px;
    height: 100vh;
    width: 100%;
    background-image: url("https://splashee.s3-us-west-2.amazonaws.com/templates/dol-seminar-2/img/intro-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.header:before {
    content: "";
    background: rgba(6, 12, 34, .8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.header .header-text {
    width: 100%;
    left: 50%;
    top: calc(50% + 50px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header .header-text .heading {
    font-size: 56px
}

.logo {
    margin-top: 25px;
    max-width: 260px;
    height: auto;
}

.navbar .navbar-brand {
    top: 8px
}

.navbar .nav-item {
    -webkit-transition: .5s;
    transition: .5s
}

.navbar .nav-item.active, .navbar .nav-item:hover {
    border-bottom: 2px solid #1f84c6
}

.navbar .nav-item.active .nav-link, .navbar .nav-item:hover .nav-link {
    color: #fff !important
}

.navbar .nav-item .nav-link:not(.btn) {
    color: rgba(202, 206, 221, .8);
    font-weight: 600
}

.navbar .navbar-toggler {
    position: relative;
    z-index: 10
}

.section-header:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #daa92d;
    left: calc(50% - 25px);
    margin-top: 10px
}

.schedule-date-wrapper {
    min-width: 90px
}

.side-nav-menu {
    position: absolute;
    height: 100vh;
    width: 250px;
    background-color: rgba(6, 12, 34, .9);
    top: 0;
    left: 0
}

.side-nav-menu-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(6, 12, 34, .7);
    left: 0;
    top: 0
}

.text-primary {
    color: #1f84c6 !important
}

#appNav {

    height: 100px;
}

@media screen and (max-width: 991.98px) {
    .heading {
        font-size: 50px !important
    }


}

@media screen and (max-width: 767.98px) {
    html {
        font-size: 14px
    }

    .heading {
        font-size: 40px !important
    }


}

@media screen and (max-width: 575.98px) {
    html {
        font-size: 12px
    }

    .heading {
        font-size: 30px !important
    }
}

@media screen and (max-width: 400px) {
    .heading {
        font-size: 25px !important
    }
}