@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700);

* {	font-family: 'Open Sans', sans-serif; }
body { 
	margin:0px;
	padding:0px;
	background-color: #fff;
	background-image: url(../images/wedding.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	background-attachment: fixed;
	}

.nameheader {
	font-family: 'Tangerine', sans-serif;
	font-weight: 700;
	font-size: 60px;
	color: #EDA;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0 0 10px 0;
}

.texting {
	font-weight: 400;
	font-size: 18px;
	color: #EDA;
	line-height: 1.2;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0;
}

.logo {
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0;
	padding: 0;
	max-width: 95%
}

.maincontent {
	width: 640px;
	max-width: 95%;
	margin: 10px auto;
	border: 0px;
	background: rgba(0,100,120,0.4);
	text-align: center;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
}

.tablewidth {
	max-width: 100%;
	height: auto;
	background:#fec;
	border:3px solid #CB9;
	box-shadow: inset 0px 0px 15px rgba(0,0,0,0.5);
}

.tablesize{
	max-width: 100%;
	padding: 10px;
	margin: 0px auto;
}

.imagewidth {
	width: 600px;
	max-width: 100%;
	height: auto;
	border: 1px solid #fec;
	margin: 0 auto;
}

.bottom {
	width: 100%;
	margin: 10px auto;
	border:0px;
	background: rgba(0,50,60,0.6);
	text-align: center;
	padding: 10px;
	box-shadow: 5px 10px 10px -5px rgba(0,0,0,0.5);
}

.logo {
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.5);
	margin: 0;
	padding: 0;
	box-shadow: none;
}

.blueskies {
	max-width: 100%;
	box-shadow: none;
	border: 0;
	margin: 0px auto;
	padding: 0px;
}

@media screen and (max-width: 600px) {
	.nameheader {
		font-size: 50px;
	}
}
@media screen and (max-width:480px) {
	.nameheader {
		font-size: 40px;
	}
}
@media screen and (max-width:400px) {
	.nameheader {
		font-size: 32px;
	}
}