﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 60px;
    padding-bottom: 20px;
    font: normal 12px/1.8em "Roboto", Arial, Helvetica, sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font: normal 12px/1.8em "Roboto", Arial, Helvetica, sans-serif;
}

/* 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;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.orange {
    color: #f78d1f;
}

.white {
    color: rgb(255, 255, 255);
}

.form-ctrl {
    background-color: rgba(0,0,0,0);
    border-left-style: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0;
    color: rgb(255, 255, 255);
    box-shadow: none;
}

.light {
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.btn-orange {
    min-width: 180px;
    margin: 0 0 22px;
    border: 0;
    border-bottom: 2px solid #e07e00;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    padding: 13px;
    position: relative;
    max-height: 46px;
    text-align: left;
    color: #FFF;
    background-color: #f78d1f;
    transition: all .2s;
}

    .btn-orange:hover {
        background-color: #e07e00;
        border-bottom: 2px solid #e07e00;
        color: #FFF;
    }

    .btn-orange .icon {
        position: absolute;
        right: 10px;
        top: 50%;
        display: block;
        font-size: 17px;
        vertical-align: text-bottom;
        margin: -8px 0 0;
    }

.text-nowrap {
    white-space: nowrap;
}

.navbar-brand {
    min-width: 400px;
    white-space: nowrap;
    min-height: 70px;
}

.navbar-brand img{
    display:inline;
}
