﻿/* Move down content because we have a fixed navbar that is 50px tall */

html {
    background-image: url('../images/pattern.png');
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 70%;
}


body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-size: 40% 100%;
    background-image: url('../images/bkg.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: transparent !important;
    
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    color: white;
}

.intro {
    width: 25%;
    font-size: 1em;    
    min-width:340px;
}

.banner {
    width: 25% !important;    
}

.tblogin td {
    padding: 5px;
}

.hrfoot
{
    max-width: 30%;
    
}

input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
        background-color: transparent !important;
    }
}


