/*-----------------------------------------
**
** POP UP / NOTE
**
-----------------------------------------*/
html,body {
	background: url(../img/bg.jpg) top center;
	background-size: cover;
	background-attachment: fixed;
	color: #000;
	position: relative;
	height: 100%;
}
#wrap{
	padding: 10% 5%;
	box-sizing: border-box;
}
.container{
	width: 100% !important;
}
h2 {
	margin:0 0 5% 0;
	font-size: 30px;
	color: rgba(252,203,0,1.0);
	font-weight: 600;
}
h2 p {
	color: #fff;
	font-size: 18px;
	margin: 10px 0 0;
}
h2 span{
	font-size: 75%;
}
img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:640px) {
	html,body {
		background: url(../img/bg.jpg) top center;
		background-size: cover;
		background-attachment: none;
	}
	#wrap{
		padding-top: 85px;
	}
}




