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


html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
header {
	padding: 32px;
	background-color: #EFF0F0;
}

body {
	margin-left: auto;
	margin-right: auto;
	background:url("images/เรือใบ_180325_0037.jpg");
}
footer {
	padding:20px 30px;
}
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: auto;
	vertical-align: left;
}

.style-nav ul {
	list-style-type: none;
	
}

.style-nav ul li a {
	text-decoration: none;
	color: #080000;
	text-align:right;
	font-weight: 600;
	display:block;
	text-transform: uppercase;
	padding: 10px;
}
.style-nav1 ul {
	list-style-type: none;
	
}

.style-nav1 ul li a {
	text-decoration: none;
	color:#1B1D80;
	text-align: center;
	font-weight: 600;
	display:block;
	text-transform: uppercase;
	padding: 8px;
}
h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 8px;
	text-align: center;
}
h2 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 8px;
	text-align: center;
}h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 8px;
	text-align: center;
}






.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}


