﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 70px;
    padding-bottom: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*background: url('../Assets/Images/bg.jpg') no-repeat center center fixed;*/

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .10);
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.header-tagline {
    font-family: 'Open Sans',"Helvetica","Arial",sans-serif;
    font-size: 2em;
    line-height: 1;
    margin: 0 0;
    color: #fff;
    text-shadow: 0 1px 1px #000, 0 -1px 1px #000, 1px 0 1px #000, -1px 0 1px #000;
}

.dropdown-menu {
    color: #337ab7;
    font-size: 16px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #337ab7;
    font-size: 16px;
    margin-top: 8px;
}

a.btn.btn-primary.navbar-btn {
    color: #fff;
    padding: 7px;
    margin-right: 5px;
}

.navbar-brand > img {
        width: 220px;
}

.navbar-brand {
        height: 55px;
        padding: 5px 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 widths on the form inputs since otherwise they're 100% wide */
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="select"] {
        max-width: 280px;
    }

    /* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }
