﻿
html {
    width: 900px;
    height: 1440px;
  }
  
body {
background-repeat:no-repeat; 
background-size: 900px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:medium; 
overflow-y: hidden;
overflow-x: hidden;
}

.backgroundImage1 {
    background-image: url('../Content/images/backgrounds1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backgroundImage2{
    background-image:url('../Content/images/backgrounds2.png');
}
.backgroundImage3 {
    background-image: url('../Content/images/backgrounds3.png?v=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backgroundImage4 {
    background-image: url('../Content/images/backgrounds4.png?v=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backgroundImage5 {
    background-image: url('../Content/images/backgrounds5.png?v=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backgroundImage6 {
    background-image: url('../Content/images/backgrounds6.png?v=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backgroundImage7 {
    background-image: url('../Content/images/backgrounds7.png?v=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backgroundImage8 {
    background-image: url('../Content/images/backgrounds8.png?v=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backgroundImage9 {
    background-image: url('../Content/images/backgrounds9.png?v=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backgroundImage10 {
    background-image: url('../Content/images/backgrounds10.png?v=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backgroundImage11 {
    background-image: url('../Content/images/backgrounds11.png?v=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backgroundImage12 {
    background-image: url('../Content/images/backgrounds12.png?v=1');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#container {
    display:block;
    width: 97%;
    margin-top: 230px;
    margin-left:-10px;
}
#container table {
    font-size:1.3em;
}
    h1 {
        margin: 50px 0 12px 0;
        font-size: 29.5px;
        font-weight: normal;
        color: #cd1543;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-align: center;
    }

h3 {
    margin: 0 0 26px 0;
    font-size: 22.5px;
    font-weight: normal;
    color: #cd1543;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
}

table {
	border:0;
	padding:0;
    margin: auto auto;
	width:76%;
}

.staffContainer{
   	width:90%; 
    margin-left:86px;
}

.staffContainerTwoColumn{
   	width:100%; 
    margin-left:220px;
}

.noScroll{
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 0px;
}

/*table.narrow {
	width:250px;
	align-self:center;
}*/

div[ng-app] { margin: 30px 10px 10px 60px; }
.table {width: 100% }
form[editable-form] > div {margin: 10px 0;}


.floor3Adjust {
    font-size:1.6em;
}

/*command line for frameless browser - kiosk mode
iexplore.exe -k http://www.google.com/
firefox.exe -chrome http://example.com
"firefox.exe" -url http://superuser.com -fullscreen
chromium-browser --app=http://some.website.org or google-chrome --app=http://www.google.com or chrome.exe --app=http://you.get.it */
/*.my-col-50{float:left;width:50%;}*/


