* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "PT Sans";
	font-style: normal;
	font-weight: 400;
	src:
		local("PT Sans"),
		local("PTSans-Regular"),
		url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff)
			format("woff");
}
@font-face {
	font-family: "PT Sans";
	font-style: normal;
	font-weight: 700;
	src:
		local("PT Sans Bold"),
		local("PTSans-Bold"),
		url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/0XxGQsSc1g4rdRdjJKZrNL3hpw3pgy2gAi-Ip7WPMi0.woff)
			format("woff");
}
@font-face {
	font-family: "PT Sans";
	font-style: italic;
	font-weight: 400;
	src:
		local("PT Sans Italic"),
		local("PTSans-Italic"),
		url(https://themes.googleusercontent.com/static/fonts/ptsans/v6/PIPMHY90P7jtyjpXuZ2cLLO3LdcAZYWl9Si6vvxL-qU.woff)
			format("woff");
}

body {
	font-family: "PT Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 300px;
}

nav {
	width: 100%;
	height: 50px;
	padding: 10px 0px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	z-index: 5000;
}

.navbar-container {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	display: block;
}

.navbar {
	display: inline-block;
}

.navbar.logo {
	background-image: url("../image/nav-logo.png");
	background-position: center;
	background-size: 90px 50px;
	width: 90px;
	height: 50px;
}

.navbar.links {
	height: 50px;
	vertical-align: center;
	float: right;
}

.navbar-mobile-button {
	display: none;
}

.nav-menu li {
	display: inline-block;
	line-height: 50px;
	font-size: 20px;
}

.nav-menu a {
	text-decoration: none;
	color: #ffffff;
	margin: 0px 10px;
}

.nav-menu a:first-child {
	margin-left: 0px;
}

.nav-menu a:last-child {
	margin-right: 0px;
}

.nav-menu a:hover,
.nav-menu a:active {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}

.nav-dropdown {
	z-index: 100;
	display: none;
	float: right;
	width: 130px;
	padding: 5px 5px;
	list-style: none;
	font-size: 20px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	margin-top: 9px;
	margin-right: -15px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.nav-dropdown.open {
	display: block;
}

.nav-dropdown li {
	line-height: 45px;
	font-size: 20px;
	margin: 0px 10px;
}

.nav-dropdown a {
	text-decoration: none;
	color: #000000;
}

.nav-dropdown a:hover,
.nav-dropdown a:active {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
}

header {
	background-image: url("../image/header/main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 520px;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

section,
footer {
	width: 100%;
	max-width: 920px;
	margin: 0px auto;
	display: block;
	clear: both;
}

section::after {
	content: "";
	display: block;
	clear: both;
}

hr {
	background-color: #dfdfdf;
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	max-width: 920px;
	margin: 50px auto;
	border: none;
	z-index: -10;
}

.button {
	font-family: "PT Sans", sans-serif;
	color: #ffffff;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	border: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: background 200ms;
	-webkit-transition: background 200ms;
	-o-transition: background 200ms;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	outline: 0;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.button.medium {
	font-size: 20px;
	padding: 12px 20px;
}

.button.dark {
	background-color: #000000;
}

.button.dark:hover {
	background-color: #1a1a1a;
}

h1 {
	font-size: 64px;
	font-weight: 700;
	color: #466380;
	text-align: center;
	line-height: 84px;
	margin-bottom: 24px;
}

h2 {
	font-size: 38px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}

h3 {
	font-size: 28px;
	font-weight: 700;
	color: #000000;
	text-align: left;
	line-height: 36px;
	margin-bottom: 5px;
}

h4 {
	font-size: 20px;
	font-weight: 700;
	color: #555555;
	text-align: left;
	line-height: 32px;
}

section p {
	font-size: 20px;
	font-weight: 400;
	color: #555555;
	text-align: left;
	line-height: 32px;
	margin-bottom: 0px;
}

section p a:link {
	color: #466380;
	text-decoration: underline;
}

section p a:visited {
	color: #466380;
	text-decoration: underline;
}

section p a:hover {
	color: #466380;
	text-decoration: underline;
}

section p a:active {
	color: #466380;
	text-decoration: underline;
}

.bold {
	font-weight: 700;
}

.two-column {
	width: 50%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.two-column-container {
	display: inline-block;
	width: 100%;
}

.two-column.left {
	padding-right: 20px;
}

.two-column.right {
	padding-left: 20px;
}

section#main {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}

footer {
	margin-bottom: 54px;
	text-align: center;
}

.footer-safety {
	font-size: 18px;
	font-weight: 700;
	color: #c0c0c0;
	line-height: 24px;
}

.footer-safety-icon {
	margin-bottom: 8px;
}

.footer-safety-icon img {
	width: 160px;
	height: 118px;
}

.footer-name {
	font-size: 34px;
	font-weight: 700;
	color: #c0c0c0;
	line-height: 46px;
}

.footer-contact {
	font-size: 18px;
	font-weight: 700;
	color: #c0c0c0;
	line-height: 24px;
}

.footer-social {
	margin-top: 15px;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.footer-social li {
	display: inline-block;
}

.footer-facebook {
	background-image: url("../image/facebook.png");
	background-position: center;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	margin-right: 1px;
}

.footer-instagram {
	background-image: url("../image/instagram.png");
	background-position: center;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	margin-left: 1px;
}

footer a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

footer a:link {
	text-decoration: none;
}

footer a:visited {
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer a:active {
	text-decoration: underline;
}

@media only screen and (min-width: 1500px) {
	header {
		background-image: url("../image/header/main@2x.jpg");
	}
}

@media only screen and (max-width: 1170px) and (min-width: 499px) {
	.navbar-container {
		padding: 0px 30px !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	section,
	footer {
		padding-left: 50px !important;
		padding-right: 50px !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	hr {
		width: 90%;
	}
}

@media only screen and (max-width: 899px) and (min-width: 565px) {
	header {
		height: 420px;
	}
}

@media only screen and (max-width: 780px) {
	.two-column {
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.nav-menu {
		display: none;
	}
	.navbar-mobile-button {
		position: fixed;
		background-color: transparent;
		border: 1px solid #ddd;
		border-radius: 3px;
		display: block;
		width: 46px;
		height: 26px;
		top: 17px;
		right: 30px;
		padding: 4px 0px;
	}
	.navbar-mobile-active {
		background-color: #ddd;
	}
	.icon-bar {
		display: block;
		background-color: #888;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		margin: 5px auto;
	}
	nav.mobile-show {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.nav-menu.mobile-show {
		display: inline-block !important;
		width: 100%;
		margin-top: 0px;
		z-index: 10;
	}
	.nav-menu.mobile-show li {
		display: block;
		margin-left: 30px;
		line-height: 45px;
	}
	.nav-menu a {
		display: block;
		margin-left: 0px;
		margin-right: 0px;
	}
	.nav-menu a:first-child {
		margin-top: 10px;
	}
	.nav-menu a:last-child {
		margin-bottom: 10px;
	}
	.nav-dropdown.mobile-show {
		display: inline-block !important;
		background-color: transparent;
		width: 100%;
		margin-top: -5px;
		z-index: 10;
		float: none;
		padding: 0px;
		border: none;
		border-radius: 0px;
		box-shadow: none;
	}
	.nav-dropdown.mobile-show li {
		display: block;
		margin-left: 45px;
		line-height: 45px;
	}
	.nav-dropdown li:first-child {
		margin-top: -6px;
	}

	.nav-dropdown li:last-child {
		margin-bottom: 10px;
	}
	.nav-dropdown a {
		text-decoration: none;
		color: #ffffff;
	}
	.nav-dropdown a:hover,
	.nav-dropdown a:active {
		text-decoration: none;
		color: rgba(255, 255, 255, 0.8);
	}
	.navbar.links {
		width: 100%;
	}
	.nav-menu-container {
		background-color: rgba(0, 0, 0, 0.8);
		width: 130%;
		margin: 6px -30px 0px -30px;
		overflow-y: scroll;
	}
}

@media only screen and (max-width: 564px) and (min-width: 499px) {
	h1 {
		font-size: 56px;
	}
	h2 {
		font-size: 32px;
	}
	header {
		height: 340px;
	}
}

@media only screen and (max-width: 498px) and (min-width: 400px) {
	h1 {
		font-size: 48px;
		line-height: 60px;
	}
	h2 {
		font-size: 32px;
	}
	header {
		height: 340px;
	}
}

@media only screen and (max-width: 499px) {
	.navbar-container {
		padding: 0px 30px !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	section,
	footer {
		padding-left: 30px !important;
		padding-right: 30px !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	hr {
		width: 88%;
	}
	section p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 399px) {
	section#main {
		margin-top: 22px !important;
	}
	h1 {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 18px;
	}
	h2 {
		font-size: 26px;
	}
	header {
		height: 280px;
	}
}

@media only screen and (max-height: 820px) and (min-width: 900px) {
	header {
		height: 400px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx) {
	.navbar.logo {
		background-image: url("../image/nav-logo@2x.png");
	}
	header {
		background-image: url("../image/header/main@2x.jpg");
	}
	.footer-facebook {
		background-image: url("../image/facebook@2x.png");
	}
	.footer-instagram {
		background-image: url("../image/instagram@2x.png");
	}
}
