@charset "UTF-8";
/* CSS Document */

	*{
			margin: 0;
			padding: 0;
			border: 0;
		}
		body{
			font-family: 'Work Sans', sans-serif;
			font-size: 1.5em;
			background-color:#00698B;
			
		}
			
		.header{
			width: 100%;
			color: #fff;
			background: url("../images/IMG_5255.jpg");
			background-repeat: no-repeat;
			background-size:cover;
			padding-top: 7%;
			padding-bottom: 7%;
			overflow: hidden; 
			text-align: center;
			
		}
		
		.logo{
			width: 60%;
		}
		
		.message{
			background-color: #fff;
			height: 50vh;
			width: 100%;
			color: #3A3A31;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			overflow: auto;
			padding-bottom: 60px;
				
			
		}
		
		a{
			color: #1e95d3;
			text-decoration: underline;
		}

		/*footer*/
		
		.footer img{
	    	height: 9.2vh;
			max-height: 92px;
			max-width: 100%;
			
			
			
		
		}
		
		.lower-left{
			width: 50%;
			float: left;
			text-align: left;
			
			
			
		}
		
		.lower-right{
			float: right;
			/*margin-left: 10%;*/
			/*float: right;
			margin-left: 4.9vw;*/
			width: 50%;
			text-align: left;
			font-weight: 100;
						
		}
		
		.title{
			color: #F3BD4C;
			font-weight: 200;
			
		}
		
		.new-link {
			font-size: 2em;
			color: #00698B;
		}
		
		.footer {
   			/*position: fixed;*/
   			left: 0;
   			bottom: 0;
   			width: 90%;
   			color: white;
   			text-align: center;
			background-color:#00698B;
			padding: 30px;
			display: inline-block;
			height : 60px;
			
		}
		
		.footer a{
			color: #fff;
		}
		