﻿/* Move down content because we have a fixed navbar that is 50px tall */
/******************
HTML Tags
******************/
html {
    background-image: url(images/banner-c&s-bright-2-rev1.png);
    background-size: 100vw;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;

}

body {
    font-family: Arial;
    color: #666666;
    margin: 0px 0px 0px 0px;
    font-size: 100%;
    /*    background-color:#dfdfd8;
    background-image: url(tmsamBG1.gif);    */
}
.center-div {
    position: fixed;
    top: 50%;       /* 40*/
    left: 50%;      /* 56 */
    transform: translate(-50%, -50%);       /* -60, -44 */

    /* Optional: Set width and height, or max-width/max-height */
    width: 550px;
    height: 300px;
    background-color: white; /* For visibility */
    border: 5px solid DarkOrange;
    opacity: .95;
}



div.backgrnd {
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}

/*
#menuNew {
    width: 100%;
    background-image: url(header-bg.gif);
    align-items: center;
}
*/
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}
    /*

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
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;
    }
}
