﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 65px;
    padding-bottom: 10px;
    b /ackground-image:url(/Content/bg1080.jpg);
    background-size: 100% auto;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1124px;
    background-color: white;
}

/* 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;
    }
}

.button {
    background-color: #4d88ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 2px 8px 2px 8px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
    margin-right: 5px;
    margin-bottom: 5px;
    text-wrap: none;
    display: inline-block;
    text-decoration: none;
}

.buttongroup {
    b /ackground-color: #4d88ff;
    border-radius: 5px;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    b /order: none;
    padding: 4px 4px 4px 4px;
    c /olor: #FFF;
    t /ext-shadow: 1px 1px 1px #949494;
    m /argin-top: -5px;
    m /argin-right: 5px;
    m /argin-bottom: 5px;
    text-wrap: none;
    display: inline-block;
}

.button:hover {
    background-color: #3377ff;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}

.buttondiv {
    m /argin-top: 5px;
    m /argin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

.wrap1 {
    word-wrap: break-word;
    word-break: break-all;
}

.frontpage {
    height: 100%;
    width: 100%;
    background-image: url(/Content/bg.png);
}

.banner {
    width: 100%;
    min-height: 100px;
    padding: 18px 0px 18px 0px;
    a /lign-content:center;
    clear: both;
    f /loat:left;
    text-align: center;
    margin-top: -4px;
    color: white;
    b /ackground-color:#222222;
    background-color: #dddddd;
    b /ackground-color:yellow;
    font-weight: bold;
    margin-bottom: 12px;
    background-image: url(/Content/banner1080g.jpg);
    background-size: 100% 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

    .banner a {
        color:#111111;
        font-size:larger;
    }

.bannericon {
    f /loat:left;
    margin-left: auto;
    margin-right: auto;
    p /osition:relative;
    display: inline-block;
    height: 70px;
    p /adding-left:20px;
    p /adding-right:20px;
}

@media screen and (max-width: 768px) {

    .banner {
        display: none;
    }

    .bannericon {
        height: 50px;
    }
}

/*@media screen and (min-width: 768px) {*/

    .transdiv {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: solid 1px #aaaaaa;
        background-color: rgba(255,255,255,0.6);
        width: 100%;
        m/argin-left: auto;
        m/argin-right: auto;
        margin-top: 12px;
        padding: 12px;
    }


/* Responsive: Tablets and phones */
@media screen and (max-width: 768px) {

    h1,
    h2,
    h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    h4,
    h5,
    h6 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h1,
    .h1 {
        font-size: 30px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 12px;
    }

    h6,
    .h6 {
        font-size: 10px;
    }

    h1 small,
    .h1 small {
        font-size: 24px;
    }

    h2 small,
    .h2 small {
        font-size: 18px;
    }

    h3 small,
    .h3 small,
    h4 small,
    .h4 small {
        font-size: 14px;
    }
}