@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
@import url(http://fonts.googleapis.com/css?family=Marmelad);
body {
	padding: 0;
	margin: 0;
	font-family: 'Marmelad', sans;
	background-color: #000;
}

h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	
}
p {
	font-size: 12px;
}
.script { 
	font-family: 'Dancing Script', cursive;
} 
#mainText {
width: 50%; float: left;
background: transparent;
}
.bigAccent {
	color: #FF8000; 
	position: absolute; 
	padding-top: 100px;
	font-size: 5em; 
	padding-left: 0px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
}

.logo {
	color: #A0C8E2; 
	font-size: 11em; 
	width: 250px; 
	height: 150px; 
	position: absolute; 
	top: 20px; 
	left: 20px; 
	padding-left: 50px;
}
#anmPhoto {
	background-image: url(/img/anmPhoto.jpg); 
	background-size: contain; 
	background-repeat: no-repeat; 
	width: 100%; 
	height: 1200px;
}
.logo div {
	color: #000; 
	line-height: 40px; 
	font-size: 32px; 
	position: absolute; 
	width: 100px;
}
.logo .micah {
	top: 20px; 
	left: 0px;
}
.logo .amanda {
	top: 150px; 
	left: 100px;
}

.date {
	color: #000; 
	line-height: 40px; 
	font-size: 32px; 
	position: absolute; 
	top: 270px; 
	right: 50px;
}

.paperbg {
	background-image: url(/img/lightpaperfibers.png);
	background-repeat: repeat;
}
.dialog {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	
	color: #333;
	background: rgb(255, 255, 255); /* The Fallback */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0.6));
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 15px rgba(255, 255, 255, .75);
	
	
	z-index: 150;
	
	margin-left: 100px;
	margin-right: 100px;
	
}

svg {
	margin-left: -150px;
}

@media only screen and (max-width: 1200px) {
	svg {
		visibility: hidden;
	}
	.bigAccent {
		font-size: 3em;
	}
	h1 {
		font-size: 24px;
	}
	.logo {
		font-size: 6.5em; 
		width: 250px; 
		height: 150px; 
		position: absolute; 
		top: 20px; 
		right: 25px; 
		padding-left: 25px;
	}
	.logo div {
		line-height: 20px; 
		font-size: 16px; 
		width: 50px;
	}
	.logo .amanda {
		top: 75px;
		left: 50px;
	}
	.date {
		font-size: 16px; 
		top: 150px; 
		right: 50px;
	}
}

@media only screen and (max-width: 800px) {
	svg { 
		display: none;
	}
	.bigAccent {
		display: none;
	}
	#insetPic {
		display: none;
	}
	#mainText {
		width: 100%;
		padding: 10px;
	}
	#anmPhoto {
		background-size: cover; 
		max-height: 700px;
	}
	p {
		font-size: 18px; 
	}
	h1 {
		font-size: 20px;
	}
	.bigAccent {
		font-size: 1.5em;
	}
	.logo {
		font-size: 5em; 
		width: 124px; 
		height: 150px; 
		top: 0px; 
		right: 0px; 
		padding-left: 13px;
	}
	.logo div {
		line-height: 16px; 
		font-size: 16px; 
		width: 50px;
	}
	.logo .amanda {
		top: 60px;
		left: 44px;
	}
	.logo .micah {
		left: 0;
		top: 7px;
	}
	.date {
		font-size: 20px; 
		top: 24px; 
		left: 38px;
	}
}

@media only screen and (max-width: 480px) {
	svg {
		display: none;
	}
	.bigAccent {
	 display: none;
	}
	#insetPic {
		display: none;
	}
	#mainText {
	width: 100%;
	padding: 5px;
	}
	p {
		font-size: 14px;
	}
	h1 {
		font-size: 16px;
	}
	.bigAccent {
		font-size: 1em;
	}
	.dialog {
		margin: 20px;
	}
	.rsvp>span {
		font-size: 12px;
	}
	.rsvp label>span {
		font-size: 10px
	}
	
}




/* ###### White / Pink #########*/

.rsvp {
	padding: 20px;
}
.rsvp h1>span {
	display: block;
	font-size: 11px;
}
.rsvp label {
	display: block;
	margin: 0px 0px 5px;
}
.rsvp label>span {
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
}
.rsvp input[type="text"], .rsvp input[type="email"], .rsvp textarea,.rsvp select{
	color: #555;
	width: 70%;
	padding: 3px 0px 3px 5px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	height: 25px;
	line-height:15px;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}
.rsvp textarea{
	height:100px;
	padding: 5px 0px 0px 5px;
	width: 70%;
}
.rsvp .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5d16b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5d16b;
	box-shadow:inset 0px 1px 0px 0px #f5d16b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5d16b), color-stop(1, #eab210) );
	background:-moz-linear-gradient( center top, #f5d16b 5%, #eab210 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d16b', endColorstr='#eab210');
	background-color:#eab210;
	border-radius:9px;
	-webkit-border-radius:9px;
	-moz-border-border-radius:9px;
	border:1px solid #f5d16b;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height: 40px;
	line-height: 30px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffcc00;
}
.rsvp .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eab210), color-stop(1, #f5d16b) );
	background:-moz-linear-gradient( center top, #eab210 5%, #f5d16b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab210', endColorstr='#f5d16b');
	background-color:#f5d16b;
}
.rsvp .button:active {
	position:relative;
	top:1px;
}
.rsvp select {
	background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #f5d16b 0%, #f5d16b 100%);
	background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5d16b), color-stop(100%,#f5d16b));
	appearance:none;
	-webkit-appearance:none; 
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 70%;
	line-height: 15px;
	height: 30px;
}

