html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #F3FFFF;
}

@media only screen and (min-width: 1400px) {

#background {
	background-image: url(koji1400.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
}

#invitation_card {
	position: fixed;
	overflow: auto;
	padding: 15px 15px 15px 15px;
	width: 400px;
	height: 650px;
	top: 22px;
	left: 50px;
	border: 1px solid #F3FFFF;
	border-radius: 10px;
	background-color: #F3FFFF;
	
	box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	
	text-align: center;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 26px;
	letter-spacing: 3px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: 3px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 3px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 2px;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
	font-style: italic;
}

.button {
	display: inline-block;

	width: 175px;
	height: 35px;
	border: 2px solid #87cdcb;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;	

	font-family: 'Roboto', sans-serif;
	color: #87cdcb;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;		
	line-height: 35px;
}

iframe {
	width: 300px;
	height: 225px;
	border: none;
}

}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {

#background {
	background-image: url(koji1300.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
}

#invitation_card {
	position: fixed;
	overflow: auto;
	padding: 15px 15px 15px 15px;
	width: 400px;
	height: 650px;
	top: 22px;
	left: 50px;
	border: 1px solid #F3FFFF;
	border-radius: 10px;
	background-color: #F3FFFF;
	
	box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	
	text-align: center;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 26px;
	letter-spacing: 3px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: 3px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 3px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 2px;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
	font-style: italic;
}

.button {
	display: inline-block;

	width: 175px;
	height: 35px;
	border: 2px solid #87cdcb;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;	

	font-family: 'Roboto', sans-serif;
	color: #87cdcb;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;		
	line-height: 35px;
}

iframe {
	width: 300px;
	height: 225px;
	border: none;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {

#background {
	background-image: url(koji1200.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
}

#invitation_card {
	position: fixed;
	overflow: auto;
	padding: 15px 15px 15px 15px;
	width: 400px;
	height: 650px;
	top: 22px;
	left: 50px;
	border: 1px solid #F3FFFF;
	border-radius: 10px;
	background-color: #F3FFFF;
	
	box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	
	text-align: center;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 26px;
	letter-spacing: 3px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: 3px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 3px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 2px;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
	font-style: italic;
}

.button {
	display: inline-block;

	width: 175px;
	height: 35px;
	border: 2px solid #87cdcb;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;	

	font-family: 'Roboto', sans-serif;
	color: #87cdcb;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;		
	line-height: 35px;
}

iframe {
	width: 300px;
	height: 225px;
	border: none;
}

}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {

#background {
	background-image: url(koji1100.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
}

#invitation_card {
	position: fixed;
	overflow: auto;
	padding: 15px 15px 15px 15px;
	width: 400px;
	height: 650px;
	top: 22px;
	left: 50px;
	border: 1px solid #F3FFFF;
	border-radius: 10px;
	background-color: #F3FFFF;
	
	box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	
	text-align: center;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 26px;
	letter-spacing: 3px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: 3px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 3px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 2px;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
	font-style: italic;
}

.button {
	display: inline-block;

	width: 175px;
	height: 35px;
	border: 2px solid #87cdcb;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;	

	font-family: 'Roboto', sans-serif;
	color: #87cdcb;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;		
	line-height: 35px;
}

iframe {
	width: 300px;
	height: 225px;
	border: none;
}

}

@media only screen and (min-width: 1000px) and (max-width: 1099px) {

#background {
	background-image: url(koji1000.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
}

#invitation_card {
	position: fixed;
	overflow: auto;
	padding: 15px 15px 15px 15px;
	width: 400px;
	height: 650px;
	top: 22px;
	left: 50px;
	border: 1px solid #F3FFFF;
	border-radius: 10px;
	background-color: #F3FFFF;
	
	box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	
	text-align: center;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 30px;
	letter-spacing: 3px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: 3px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 3px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 2px;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
	font-style: italic;
}

.button {
	display: inline-block;

	width: 180px;
	height: 35px;
	border: 2px solid #87cdcb;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;	

	font-family: 'Roboto', sans-serif;
	color: #87cdcb;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;		
	line-height: 35px;
}

iframe {
	width: 300px;
	height: 225px;
	border: none;
}

}

/*@media only screen and (min-width: 1251px) {

#background {
	background-image: url(img_header.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
}


}*/

/*@media only screen and (min-width: 981px) and (max-width: 1250px) {

#background {
	background-image: url(img_header_tablet.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: fixed;
}

#invitation_card {
	position: fixed;
	overflow: auto;
	padding: 15px 15px 15px 15px;
	width: 400px;
	height: 650px;
	top: 22px;
	left: 50px;
	border: 1px solid #F3FFFF;
	border-radius: 10px;
	background-color: #F3FFFF;
	
	box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.75);
	
	text-align: center;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 30px;
	letter-spacing: 3px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: 3px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 3px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 2px;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
	font-style: italic;
}

.button {
	display: inline-block;

	width: 180px;
	height: 35px;
	border: 2px solid #87cdcb;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;	

	font-family: 'Roboto', sans-serif;
	color: #87cdcb;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;		
	line-height: 35px;
}

iframe {
	width: 300px;
	height: 225px;
	border: none;
}

}*/

@media only screen and (min-width: 481px) and (max-width: 999px) {

#background {
	background-image: url(koji.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	position: fixed;
	top: 0px;
}

body {
	padding-top: 350px;
}

#invitation_card {
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	text-align: center;
	padding: 0;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 20px;
	letter-spacing: 3px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 3px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 3px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 2px;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 2px;
	font-style: italic;
}

.button {
	display: inline-block;

	width: 150px;
	height: 35px;
	border: 2px solid #87cdcb;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;	

	font-family: 'Roboto', sans-serif;
	color: #87cdcb;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;		
	line-height: 35px;
}

iframe {
	width: 300px;
	height: 225px;
	border: none;
}

}

@media screen and (max-width: 480px) {

#background {
	background-image: url(koji.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	position: fixed;
	top: 0px;
}

body {
	padding-top: 350px;
}

#invitation_card {
	margin-top: -80px;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	text-align: center;
	padding: 0;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 20px;
	letter-spacing: 3px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 3px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 3px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 2px;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 2px;
	font-style: italic;
}

.button {
	display: inline-block;

	width: 150px;
	height: 35px;
	border: 2px solid #87cdcb;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;	

	font-family: 'Roboto', sans-serif;
	color: #87cdcb;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 2px;		
	line-height: 35px;
}

iframe {
	width: 300px;
	height: 225px;
	border: none;
}

}