@font-face {
  font-family:"Montserrat";
  src: url("Montserrat/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family:"MontserratBold";
  src: url("Montserrat/Montserrat-Bold.ttf") format("truetype");
}

body {
	font-family: Montserrat;
	font-size: 15px;
	background-image: url("figures/sea_surface.jpeg");
	background-size: 100% auto;
	background-attachment: fixed;
	margin: 0px;
}

a {
	color: #003D56;
}

p {
	text-align: justify;
	margin: 0px;
}

#canvas {	
	margin: auto;
	width: 900px;
	background-color: #fff;
	padding: 30px;
	margin-top: 0px;
}

#mask_bar {
	padding: 0px;
	position: fixed;
	top: 0px;
	width: 960px;
	margin-top: 0px;
}

#mask {
	position: relative;
	background-color: #fff;
	left: -30px;
	width: 960 px;
	height: 130px;
}

#logo_bar {
	padding: 0px;
	position: fixed;
	top: 0px;
	width: 900px;
	background-color: #fff;
	margin-top: 0px;
}

#logo {
	position: absolute;
	height:120px;
	top: 20px;
}

#title_bar {
	position:relative;
	left: 212px;
	top: 0px;
	font-size: 70px;
	height: 123px;
	vertical-align: bottom;
	padding: 0px;
}

#title_text {
	position: absolute;
	top: 30px;
}

#logo_line {
	position: relative;
	top: -12px;
	width: 100%;
	border: none;
	height: 1px;
	color: #003D56;
	background-color: #003D56;
}

#nav_bar {
	font-family: Montserrat;
	font-size: 16px;
	position: relative;
	left: 220px;
	top: -20px;
}

#content {
	margin-top: 160px;
}

.anchor {
	position: relative;
	top: -160px;
}

.line {
	border: none;
	height: 1px;
	width: 1300px;
	color: #F6DB50;
	position: relative;
	left: -200px;
	background-color: #F6DB50;
}

.announcement {
	border-radius: 5px;
	border: #007EA7 solid 1px;
	background-color: #003D56;
	color: #F6DB50;
	font-size: 30px;
	margin: auto;
	text-align: center;
}

h4 {
	color: #003D56;
}

.yellow {
	color: #F6DB50;
}

.blue {
	color: #003D56;
}

.dright {
	position: relative;
	width: 0px;
	height: 0px;
}

.right {
	color: #F6DB50;
	font-family: MontserratBold;
	font-size: 20px;
	position: absolute;
	left: 950px;
	top: 15px;
}

.btn {
	margin: 2px;
}