﻿html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Nobile', Arial, sans-serif;
    background: url('/images/SDUK_Style_1170px_BW.JPG') no-repeat center center fixed !important;
    background-color: #222 !important;
    background-size: cover !important;
}

/* MVC body-content padding */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override default Bootstrap dl-horizontal truncation */
.dl-horizontal dt {
    white-space: normal;
}

/* Form input max-width (from MVC Site.css) */
input,
select,
textarea {
    max-width: 280px;
}

/* Heading and paragraph styling (from MVC Site.css) */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    color: white;
}

p, div {
    font-family: 'Nobile', Helvetica, Arial, sans-serif;
    color: white;
}

/* Backstretch z-index */
.backstretch {
    z-index: -1;
}

/* Navbar brand styling */
.navbar-brand {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 20px;
}

/* Footer styling */
.navbar-fixed-bottom span,
.navbar-fixed-bottom .copyright {
    font-family: 'Open Sans', Arial, sans-serif;
}

/* Navbar link styling */
.navbar-nav .nav-link {
    color: #999;
    cursor: pointer;
}

.navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-nav .nav-link.active {
    color: #fff;
    font-weight: 700;
}

/* Video container overrides (from MVC Site.css) */
.youtubevideowrap {
    width: 80%;
    max-width: 853px;
    margin: 30px auto 0 auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Black and white photo filter (from MVC Site.css) */
img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Well background color (from MVC Site.css) */
.well {
    background: rgb(255, 105, 173);
}

/* Testimonials/Ideas: title same size as body, bold */
blockquote p:first-child {
    font-size: inherit;
    font-weight: 700;
}

/* Error pages */
.error-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-page .well-lg {
    padding: 60px 40px;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    max-width: 600px;
}

.error-page .well-lg h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.error-page .well-lg p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.error-page .well-lg hr {
    border-top-color: rgba(255, 255, 255, 0.3);
    width: 40%;
    margin: 20px auto;
}
