html, body {
		background-color:#FFF;
		background:url(image/gnp_bg_img.png) center repeat;
		background-size:25%;
		height:100%;
		padding: 0;
		margin: 0;
		width:100%;
		}
#container {
		width:100%;
		height:100%;
		}
.center {
		display: table;
		margin-left:auto;
		margin-right:auto;
		height:100%;
		}
.block {
		display: table;
		height:100%;
		width:100%;
		}
.middle {
		 display: table-cell;
		 vertical-align: middle;
		}
.content {
		width:70%;
		padding: 0;
		padding-left:15%;
		padding-right:15%;
		margin: 0;
		margin-top:-100px;
		display: flex;
		text-align: center;
		align-items: center;
		}
#footer {
		height:auto;
		bottom:22px;
		padding:0;
		display:block;
		position:fixed;
		width:70%;
		padding-left:15%;
		padding-right:15%;
		}

.logo img { max-width: 340px; margin:0 0 10px 0; }

.text, .copy  {
		font-family: 'Cormorant Garamond', serif;
		font-weight:300;
		font-size: 21px;
		line-height: 1.35em;
		color: #8a6d61;
		padding-bottom:20px;
		letter-spacing:0.03em;
		text-align:center;
		}	
		.text p { padding: 0; margin:10px 0 0 0; max-width:1200px; }
		.text a:link, .text a:visited  { color: #8a6d61; text-decoration: none; border-bottom:1px dotted #8a6d61; }
		.text a:hover { color: #8a6d61; text-decoration: none; border:0px; }
		
		.copy { font-size:19px; line-height:1.24em; }
		.copy a:link, .copy a:visited { font-weight:600; color: #8a6d61; text-decoration: none; }
		.copy a:hover { font-weight:600; color: #8a6d61; text-decoration: none;  }
p { padding-bottom:40px; }

#social img { width:40px; margin: 8px 14px; }
.holiday { 
		color:red;
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		font-size: 16px;
		line-height: 1.45em;
		padding-top:12px;
		}
.holiday b { font-weight:600; }

@media screen and (max-width: 768px) {
.text { font-size: 20px; }
.copy { font-size:16px; }
.holiday { font-size:16px; line-height: 1.35em; }
}

@media screen and (max-width: 650px) {
.logo img { width: 90%; }
.text { font-size: 20px;line-height: 1.3em; }
.holiday { font-size:15px; }
}	

@media screen and (-webkit-min-device-pixel-ratio : 1.5), screen and (min-device-pixel-ratio : 1.5) {
.overlay { display:none }
.text { font-size: 15px; }
.copy { font-size:13px; }
.holiday { font-size:14px; }
#footer { bottom:14px; }
}