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

	header, .flexblock
	{
		display: flex;
		flex-direction: row;
		align-items: center;
		
	}
	
	header{
		font-family: Cinzel,serif;
    	text-transform: uppercase;
		font-size: 24px;
		background-color: #084466;
		color: #fff;
		font-weight: 400;
		height: 70px;
		left: 0;
		padding-right: 8px;
		z-index: 99999;
	}
	header > div > img{
		height:60px;
		margin-right:15px;
	}
	body{
		font-family: Open Sans, sans-serif;
	}
	footer{
		margin-top:50px;
		width: 100%;
		height: 50px;
		padding-top:17px;
		text-align: center;
		background-color: #084466;
		color: #fff;
		font-size: 12px;
	}
	h1{
		text-align: center;
		color:#666;
		font-size:30px;
		line-height: 48px;
		margin-top:50px;
	}
	.custom-well{
		border:2px solid #ededed;
		background-color:#ededed;
		border-radius: 6px;
		font-size: 24px;
		width:100%;
		max-width:800px;
		color: #666;
		padding:20px 0;
		margin-top:40px; 
	}
	.custom-well:hover{
		text-decoration: none;
		color:#666;
		background-color:#fff;
	}
	
	
	@media (max-width: 500px){
		header{
			font-size: 18px;
		}
		h1{
			font-size:22px;
			line-height: 28px;
			margin-top:20px;
			margin-bottom: 20px; 
		}
		.custom-well {
			font-size: 16px;
			margin-top:20px; 
		}
	}