html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body::-webkit-scrollbar {
    display: none;
}

section, section img.major{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

img.map {
	margin-top: 2px;
	width: 22px;
	vertical-align: bottom;
}

section.form {
	background-color: #d3cec8;
}

@media screen and (min-width: 768px) {
	h1 {
		padding: 3% 5% 0 5%;
		margin: 0;
		font-size: 30pt;
		font-weight: bold;
		color: #898178;
	}

	section.img {
		margin-bottom: 5px;
	}

	section.big {
		margin-bottom: 7px;
	}

	section.bigger {
		margin-bottom: 40px;
	}

	section.form div.input {
		float: left;
		width: 60%;
		background-color: #d3cec8;
	}
	
	section.form div.input form {
		margin-left: 27%;
		margin-bottom: 5%;
	}
	
	section.form div.input form input {
		margin-bottom: 24px;
		width: 85%;
		height: 40px;
		font-size: 12pt;
		font-weight: lighter;
		border-color: #898178;
		background-color: transparent;
		color: #898178;
		border: solid 0.5px;
	}
	
	section.form div.input form textarea {
		padding: 1px;
		resize: none;
		margin-bottom: 24px;
		width: 85%;
		height: 140px;
		font-size: 12pt;
		font-weight: lighter;
		border-color: #898178;
		background-color: transparent;
		color: #898178;
		border: solid 0.5px;
	}
	
	section.form div.info {
		font-weight: lighter;
		color: #898178;
		height: 430px;
	}
	
	section.form div.info button {
		padding: 5px 15px;
		border: none;
		background-color: #898178;
		color: #d3cec8;
	}
	
	section.form div.footer {
		width: 100%;
		height: 270px;
		display: flex;
		align-content: center;
		justify-content: center;
		background-color: #91877d;
		color: #dddcd8;
	}
	
	section.form div.footer div.title {
		width: 23%;
	}
	
	section.form div.footer div.title img {
		width: 70%;
		margin: 19% 15% 0;
	}
	
	section.form div.footer div.detail {
		width: 47%;
	}
	
	section.form div.footer div.detail div.p {
		margin: 8% 10% 0;
	}
	
	section.form div.footer div.logo {
		width: 30%;
	}

	img.fblogo, img.yulogo {
		width: 50px;
		height: 50px;
		display: inline;
	}

	section.form div.footer div.logo img.fblogo {
		margin: 13% 0 0 16%;
	}

	section.form div.footer div.logo img.yulogo {
		margin: 0 0 0 5%;
	}

	section.form div.footer div.logo img.yutitle {
		width: 57%;
	}
}
@media screen and (max-width: 767px) {
	h1 {
		padding: 3% 5% 0 5%;
		margin: 0;
		font-size: 20pt;
		font-weight: bold;
		color: #898178;
	}

	section.img {
		margin-bottom: 2px;
	}

	section.big {
		margin-bottom: 5px;
	}

	section.bigger {
		margin-bottom: 15px;
	}

	section.form div.input form input {
		margin: 5px calc(8% - 1.5px);
		width: 84%;
		height: 30px;
		font-size: 12pt;
		font-weight: lighter;
		border-color: #898178;
		background-color: transparent;
		color: #898178;
		border: solid 0.5px;
	}

	section.form div.input form textarea {
		padding: 1px;
		resize: none;
		margin: 5px calc(8% - 1.5px);
		width: 84%;
		height: 140px;
		font-size: 12pt;
		font-weight: lighter;
		border-color: #898178;
		background-color: transparent;
		color: #898178;
		border: solid 0.5px;
	}

	section.form div.info {
		font-weight: lighter;
		color: #898178;
		margin-left: 8%;
	}

	section.form div.info button {
		padding: 5px 15px;
		margin-bottom: 30px;
		border: none;
		background-color: #898178;
		color: #d3cec8;
	}

	section.form div.footer {
		width: 100%;
		background-color: #91877d;
		color: #dddcd8;
	}

	section.form div.footer div.title img {
		width: 60%;
		padding-top: 3%; 
		margin: 0 0 0 23%;
	}

	section.form div.footer div.detail div.p {
		margin-left: 7%;
		font-size: 10pt;
	}

	img.fblogo, img.yulogo {
		width: 30px;
		height: 30px;
		display: inline;
	}

	section.form div.footer div.logo img.fblogo {
		margin: 1% 0 0 38%;
	}

	section.form div.footer div.logo img.yulogo {
		margin: 0 0 0 5%;
	}

	section.form div.footer div.logo img.yutitle {
		width: 45%;
		margin: 0 0 0 25%;
	}
}