html {
/*  background: url(fromwater.jpg) no-repeat center center fixed;
   opacity: 0.4;
  background-size: cover;
  height: 100%;
  overflow: hidden;*/
}

BODY {
	font-family: Raleway,sans-serif;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
    background-image: url(fromwater.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	}
	
.banner_slice {
	/*background-image: url(images/banner_slice.jpg);*/
	/*background-repeat: repeat-x;*/
	background-color:#09046B;
	border-top: 6px solid LightBlue;
	border-bottom: 5px solid LightBlue;

}

.nav {
  background-color: #09046B;
}


.banner_mryc {/*border-bottom: 3px solid #09046B;*/
padding-bottom:10px;} 

.topnav {/*border-bottom: 3px solid #09046B;*/
margin-left:auto;
} 


#content_nav {
margin-left:auto;
text-align: center;
width:100%;
border-bottom: 3px solid #09046B;
border-top: 3px solid #09046B;
 align-items: center;

  display: flex;
  justify-content: center;}