﻿html, body {
    font-family: 'Lato', sans-serif !important;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 600px;
}

full-width {
    width: 100%;
}

.big-opening {
    background-image: url("/Content/londonskyline10-1.jpg");
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    color: white;
}

.our-navbar {
    background-image: url("/Content/sda_logo.svg");
    background-repeat: no-repeat;
    text-align: right;
    min-width: 100%;
}

.full-width {
    min-width: 100%;
}

h1.page-header {
    display: none;
    font-size: 1.6em;
    margin-top: 0px;
}

.sda-frame {
    position: relative;
    top: -470px; 
}

.sda-frame img {
    width: 400px;
}

.mt-50 {
    margin-top:50px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-100 {
    margin-top: 100px;
}

.w-50p {
    width: 50%;
}

.w-75p {
    width: 75%;
}

.m-auto {
    margin: auto;
}

.shadow-depth-1 {
    box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.18), 0px 4px 15px 0px rgba(0,0,0,0.15) !important
}

.shadow-depth-2 {
    box-shadow: 0px 8px 17px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19) !important
}

.shadow-depth-3 {
    box-shadow: 0px 12px 15px 0px rgba(0,0,0,0.24), 0px 17px 50px 0px rgba(0,0,0,0.19) !important
}

.shadow-depth-4 {
    box-shadow: 0px 16px 28px 0px rgba(0,0,0,0.22), 0px 25px 55px 0px rgba(0,0,0,0.21) !important
}

.align-checkbox input[type="checkbox"] {
    vertical-align: middle;
    margin-bottom: 0.3em;
    padding-right: 2em;
}

.align-checkbox label {
    min-height: 100%;
    vertical-align: bottom;
    padding-right: 0.5em !important;
    margin-bottom: 0;
    font-weight: normal;
}

.align-checkbox {
    vertical-align: bottom;
    margin-top: 0.35em;
}

.nav {
    font-size: medium;
    color: #333333;
}

.nav a {
    color: #333333;
}

.nav > li > a:hover {
    color: #ffffff;
    background-color: #808080;
}

.our-navbar {
    background-size: 10em;
    background-position-y: -1em;
}