@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body
{
	background-color:#00284a;
}

#wrapper
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

p, a, h1, h2, input, textarea, div, span
{
	font-family: "Noto Sans", sans-serif;
}

#row1
{
	position:absolute;
	width:100%;
	height:50%;
	top:0px;
	left:0px;
	background-image: radial-gradient(circle at 50% -250%, #a9d7ff, #0A4475);
	background-position-y: 50%; 
}

#row2
{
	position:absolute;
	width:100%;
	height:50%;
	top:50%;
	left:0px;
	background-color:#00284a;	
}

#tags
{
	position:absolute;
	width:100%;
	height:50%;
	top:100%;
	left:0px;
	background-color:#00284a;
	padding-top:10%;
}

.tags_block
{
	display: flex;
	flex-direction: column;
	width:100%;
	justify-content: center;
	align-items: center;
}

.block
{
	padding:10px;
	margin:10px;
	font-size:20px;
	color:#FFFFFF;
	text-align: center;
}

.block_link
{
	text-transform:uppercase;
	color:#FFFFFF;

}

#logo
{
	position:absolute;
	width:300px;
	height:160px;
	top:50%;
	left:50%;
	margin-left: -150px;
	margin-top: -80px;
	background-image:url("logo.svg");
	background-position:center;
	background-size:300px;
	background-repeat:no-repeat;	
	z-index:1000;
}

#menu
{
	position:fixed;
	width:60px;
	height:60px;
	top:20px;
	right:20px;
	background-image:url("menu_btn.svg");
	background-position:center center;
	background-repeat:no-repeat;
	background-size:40px;
	cursor:pointer;
	z-index:1100;
	opacity: 0.85;
}

#menu2
{
	position:fixed;
	width:60px;
	height:60px;
	top:20px;
	right:20px;
	background-color:#F4E9B3;
	border:4px solid #D8B400;
	background-image:url("menu.svg");
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:1100;
}

#menu3
{
    color: #FFF;
    text-align: center;
    position: fixed;
    width: 50px;
    top: 0px;
    right: 00px;
    background-color: #053C51;
    border-bottom: 3px solid #f4e9b3;
    background-position: 60px 0px;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    z-index: 1100;
    font-size: 12px;
    padding: 20px;
    font-weight: bold;
}

#menu_div
{
	position:fixed;
	width:0px;
	height:100%;
	top:0px;
	right:0px;
	background-color:#053C51;
	z-index:1200;	
	overflow: hidden;	
}

#menu_div .a_menu
{
	display:block;
	float:left;
	clear:both;
	padding:10px;
	margin:10px 20px;
	font-size:20px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	width:76%;
	border-bottom:2px solid #FFFFFF;
}

#menu_div .close
{
	float:right;
	color:#DDC55E;
	width:auto;
	border-bottom:0px;
}


#content
{
	display:none;
}

.content_header
{
	display:block;
	float:left;
	clear:both;
	width: 70%;
    padding: 20px 15%;
	text-align: center;
	background:#00284a;
}

.content_header h1
{
	font-size:30px;
	color:#FFFFFF;
	font-weight:normal;
	position:relative;
	z-index:100;

}

.content_header p
{
	font-size:18px;
	color:#FFFFFF;
	position:relative;
	z-index:100;

}

.content_text
{
	position:relative;
	display:block;
	float:left;
	clear:both;
	width: 60%;
	z-index:100;
	color:#030303;
	background:#FFFFFF;
	border-top:4px solid #D8B400;
	min-height:200px;
	padding: 20px 20% 100px 20%;
}

.content_text p
{
	font-size:16px;
	text-align: justify;
}

#footer
{
	display:none;
	position:absolute;
	width:100%;
	bottom:0%;
	left:0%;
	background:#0A557A;
	z-index:1000;
	color:#FFFFFF;
	text-align:center;
	min-height: 110px;
}

#footer p
{
	font-size:14px;
	padding-top: 20px;
}

.filter
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	background:#0A557A;
	opacity:0.7;
}

input[type=text], input[type=email], select, textarea {
	width: 100%;
	padding: 12px; 
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 18px;
	resize: vertical;
}


#submit, .btn {
	background-color: #053C51;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}

.form_container {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}

@media only screen and (max-width: 600px) {
	#logo
	{
		background-size:220px;
	}
	
	.content_text
	{
		padding: 20px 10% 100px 10%;
		width: 80%;
	
	}

	.content_header
	{
		width: 80%;
		padding: 20px 10%;
	}

	.content_header p
	{
		text-align: justify;
	}

}