/**
@ ESD
@ February 2015

**/
/*Layout*/

html, body {
    height: 100%;
    }
body {
     margin-top:0px;
    }

body {
	font-size:175%;
	font-family:  "calibri", Garamond, 'Comic Sans MS';
	color: #333;
	text-align: center;
	
}

h4 {font-size: 120%;}
	
.hero-spacer {
    margin-top: 50px;
    }

.hero-feature {
    margin-bottom: 30px;
    }

.homebackground{
background: transparent url("../images/page.png") repeat-x scroll left top;
background-position:0px 255px;

	/**background-image: url("../images/background.png"), url("../images/background_blue.png") ;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;**/

    }

#copyright {
  color: #555;
    }

#copyright p {
    color: #777;
    display:inline;
    font-size: 80%;
    text-align:left;
    float:left;
    }

#copyright a {
  color: #555;
  text-decoration: none;
  float:right;
    }
#copyright a:hover {
  color: #004C99;
    }

.modal-backdrop{
width: 100%;
    height: 100%;
    z-index: 1031;
}
