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

body {
	background-color: #66c6f2;
}

img {
	margin-bottom: 15px;
	margin-top: 15px;
}

.h2text{
	font-size: 36px;
	font-weight: 900; 
}

.ptext{
	font-size: 16px;
	text-align: justify;
	margin-bottom: -15px;
}

.imgbtn{
	margin-top: 20px;
}

.imgbtn_banner{
	margin-top: 30px;
}

.btn10-wrapper {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.btn10-wrapper > img {
	display: block;
	width: 100%;
	margin: 0;
}

.btn10-overlay {
	position: absolute;
	top: 45%;
	left: 8%;
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.btn10-overlay a {
	display: block;
}

.btn10-overlay a:first-child {
	margin-bottom: 3%;
}

.btn10-overlay img {
	display: block;
	margin: 0;
	width: 100%;
}

footer {
	background-color: black;
	margin-top: 45px;
	padding-top: 30px;
	padding-bottom: 15px;
	color: white;
	}

@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
