@charset "UTF-8";

@font-face {
  font-family: nexa-light;
  src: url("nexa-light.otf");
}
@font-face {
  font-family: nexa-bold;
  src: url("nexa-bold.otf");
}

body {
	font-family: "nexa-bold";
	margin: 0;
	color: #047bc1;
	font-size: 14px;
}

div, p, h1, h2, h3, h4 {
	color: #047bc1;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	color: #047bc1;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

.nowrap {
	white-space: nowrap;
}

.inner {
	margin: 0 auto;
	max-width: 1670px;
	position: relative;
	padding: 0px 10px;
}

/*header*/
	.header {
	  border-bottom: 1px solid #047bc1;
	}

	.headertext {
		text-align: center;
	  text-transform: uppercase;
	  font-weight: bold;
	  position: absolute;
	  bottom: 12px;
	  left: 0;
	  right: 0;
	}

	.logo img {
		width: 120px;
		margin-top: 10px;
    margin-bottom: -8px;
	}

/*content*/
	
	.content .inner {
		display: flex;
  	justify-content: center;
  	align-items: center;
	}
	.maincontent {
		text-align: center;
	}

	.maincontent p {
		text-transform: uppercase;
		font-size: 50px;
		letter-spacing: 1px;
		font-family: "nexa-bold";
	}
	.maincontent img {
		width: 300px;
		opacity: 0.5;
	}

/*footer*/
	.footer {
		border-top: 1px solid #047bc1;
	}
	.footer .inner {
		max-width: 1070px;
	}
	.contact {
    display: flex;
    justify-content: space-between;
	}
	.contactitem {
		padding: 18px 0;
	}
	.contactitem img,
	.contactitem span {
		vertical-align: middle;
		line-height: 20px;
		font-size: 16px;
	}
	.contactitem img {
		margin-right: 2px;
	}

@media screen and (max-width: 850px) {
	
	.logo {
		text-align: center;
	}
	.logo img {
		margin: 10px 0 0;
	}
	.headertext {
		position: relative;
		margin: 0 0 10px; 
		bottom: 0;
	}

	.maincontent p {
		font-size: 6vw;
	}

	.contact {
		display: block;
	}
	.contactitem {
		text-align: center;
		padding: 4px 0;
	}
}

@media screen and (max-width: 426px) {
	.dot {
		visibility: hidden;
	}
	.maincontent p {
		font-size: 26px;
	}
}