/*COLORS*/
/*#444444 dark gray*/
/*#FAF7ED light tan*/
/*#ffffff bright white*/
/*#F6F5F1 off white*/
/*#0C6B71 link hover blue*/


/* NAVBAR CUSTOMIZATIONS */
.navbar-nav {
    margin-left: auto;
}

.navbar-toggler {
    margin-left: auto;
}

.navbar-dark {
    color: #ffffff;
    border-color: #ffffff;
    
}

.navbar-custom{
    background-color: #444444;
}

.nav-link {
    color: #F6F5F1;
    font-family: 'Open Sans';
}

.nav-link:hover {
    color: #e5d7a0;
    font-family: Lora;
}

/* SECTION COLORS */
.bg-custom-dark {
    color: #F6F5F1;
    background-color: #444444;
}

.bg-custom-medium {
    color: #444444;
    background-color: #FAF7ED;
}

.bg-custom-light {
    color: #444444;
    background-color: #ffffff;
}

/* SPLASH CUSTOMIZATIONS */
html,
body,
header,
#splash {
    height: 95%;
    background-image: url("../img/splash.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.splash-content {
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 30%;
    bottom: 30%;
    left: 10%;
    right: 10%;
}

/* FONT STYLES */
body {
    font-family: 'Open Sans';
    font-size: 14px;
}

.quote {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
}

.subtitle {
    font-family: 'Open Sans';
    font-size: 20px;
}

h1 {
    font-family: Lora;
    
    font-size: 52px;
    font-weight: 600;
}

h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

h3 {
    font-family: Lora;
    font-size: 26px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

h4 {
    font-family: Lora;
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 4px;
    padding-top: 10px;
}

a {
    color: #444;
}

a:hover {
    color: #0C6B71;
}

/* SECTION CUSTOMIZATIONS */
.container-sm {
    max-width: 1000px;
    padding-left: 100px;
}

.thanks {
    text-align: center;
}

.p-4 {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.brand-img {
    width: 100%;
    height: 100%;
}

/* BUTTONS CUSTOMIZATIONS */
.btn-primary {
    margin: 4px;
    color: #fff;
    background-color: #444444;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    border-color: #444444;
    
}

.btn-primary:hover {
    margin: 4px;
    color: #fff;
    background-color: #000;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    border-color: #444444;
}

.disabled {
    margin: 4px;
    color: #fff;
    background-color: #333333;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    border-color: #444444;
}
