body {
    background-image: url('texture/M.jpg');
	background-size:cover;
	background-attachment: fixed;
	color: #311c0f;
	opacity: .90;
}
.um_standard_footer{
    background-color: #5e001d !important;
}
 .um_standard_footer li a {
	color: #fbfbf5 !important;
}
.brand{
	 color: black !important;
}
.tile-inner {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    border-style: solid;
    border-color: gray;
     border-radius: 5px;
}
.row-fluid{
    padding-top:10px;
    margin-bottom: 15px;
     border-radius: 5px;
}
.featured_tiles{
    background-color: #aba30a;
     border-radius: 5px;
}
.tile_row.light .tile-inner {
    background: #fbfbf5 !important;
    border-radius: 5px;
    height:500px;
}
.iframe{
    overflow: hidden;
    margin: auto;
    width: 100%;
    padding: 10px;
}

/*Professional Development*/
.img a:hover {
opacity: 0.8;
}

.rcorners {
    width: 325px; height: 95px;
    border-radius: 5px;
	overflow: hidden;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.rcorners2 {
    width: 300px; height: 300px;
    border-radius: 5px;
	overflow: hidden;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.responsive {
    max-width: 100%;
    height: auto;
}

.image-shadow {
    border-radius: 0px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.image-shadow2 {
    border-radius: 0px;
    width: 500px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.boxed {
    padding:2px;
    border-style:solid;
    border-color:#d7822d;
}

.bannerbox {
    background-image: url("../images/banner.jpg");
}

blockquote, h1, h2, h3, h4, h5, h6, ol, p, ul {
	 margin-top: 0;
	 margin-bottom: 5px;
}

@media only screen and (max-width: 890px)  {
    .site_container .section_gradient_vertical.nomination_button {
        display:none;
    }
}