@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body {
	background-color: #fcded4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: medium;
	/* color: #ff944c; */
	color: #fa8488;
}

.topbar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 65px;
	background-color: #fa8488;
	z-index: 1000;
}

.topbar:hover {
	background-color: #ff944c;
}

.topbar:active {
	background-color: #f2617a;
}

.topbar p {
	display: inline-block;
	vertical-align: middle;
	text-indent: 10px;
	margin-top: 20px;
	font-size: 25px;
	font-weight: lighter;
	letter-spacing: 2px;
	color: white;
} 

.topbar .leftside:p {
	display: inline-block;
	vertical-align: middle;
	text-indent: 10px;
	text-align: left;
	margin-top: 20px;
	font-size: 25px;
	font-weight: lighter;
	letter-spacing: 2px;
	color: white;
}

.topbar span {
	font-size: 15px ;
	vertical-align: middle;
	color: #fcded4;
}

.topbar .leftside {
	height: 100%;
	margin: 0px;
	text-align: left;
	float: left;
}

.topbar .rightside {
	margin: 0px;
	height: 100%;
	padding-right: 10px;
	padding-top: 5px;
	float: right;
}

.topbar .rightside p {
	font-size: 15px;
	color: white #fcded4;
	font-weight: lighter;
	/* border: red dashed; */
}

.topbar .subscript {
	margin: 0px;
	height: 100%;
	padding-top: 15px;
	float: left;
}

.topbar .subscript p {
	font-size: 10px;
	color: white #fcded4;
	font-weight: lighter;
	/* border: red dashed; */
}



.wrapper {
	margin-top: 85px;
	height: 100%;
	align-items: center;
}

.contentbox {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	// border: white dashed;
}

.imgbox {
	width: 100%;
	height: 350px;
	background-image: url("EngagementPhoto.jpg");
	background-size: 110%;
	padding-top: 150px;
	border-radius: 3px;
}

#engagementphoto {
	background-image: url("EngagementPhoto.jpg");
}

#strummervillephoto {
	background-image: url("strummerville.jpg");
}

#venue {
	background-image: url("venue.jpg");
}

.imgbox p {
	text-align: center;
	color: #ff944c;
	font-size: 20px;
}

.namescontainer {
	width: 150px;
	height: 150px;
	margin: 0px auto;
}
.namebox {
	width : 150px;
	height: 60px;
	background-color: #fa8488;
	transform: rotate(-2.5deg);
	margin: 0px auto;
}


.namebox:hover {
	background-color: #ff944c;
}

.namebox:active {
	background-color: #f2617a;
}


#sam:hover + #liv {
	background-color: #ff944c;
}

#sam:active + #liv {
	background-color: #f2617a;
}

#sam:has(+ #liv:hover) {
	background-color: #ff944c;
}

#sam:has(+ #liv:active) {
	background-color: #f2617a;
}

a {
	text-decoration: none;
}

.namebox p {
	transform: rotate(2.5deg);
	font-size: 50px;
	font-weight: lighter;
	letter-spacing: 2px;
	color: white;
	margin: 10px;
	padding: 5px;
	text-decoration: none;
}

.venuebox, .titlebox {
	width : 350px;
	height: 60px;
	background-color: #fa8488;
	transform: rotate(-2.5deg);
	margin: 0px auto;
	margin-top: 45px;
}

.venuebox:hover {
	background-color: #ff944c;
}

.venuebox:active {
	background-color: #f2617a;
}

.venuebox p, .titlebox p {
	transform: rotate(2.5deg);
	font-size: 30px;
	font-weight: lighter;
	letter-spacing: 2px;
	color: white;
	margin: 10px;
	padding: 15px;
	text-decoration: none;
}

/*
.textbox { 
	// background-color: rgba(252,222,212,0.48);
	width: 200px;
	padding: 10px;
	margin: 0px auto;
}

.textbox p {
	// color: #fa8488;
	color: black;
}
*/
h1 {
	text-align: center;
}
h2, h3 {
	margin-left: 10px;
}

p {
	font: 17px "Josefin Sans", sans-serif;
	line-height: 130%;
	font-weight: medium;
	margin-left: 10px;
}

.buttoncontainer {
	padding-top: 50px;
	padding-bottom: 30px;
	width: 100%-10px;
	height: 160px;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: rgba(256,256,256,0.3);
}

.buttoncontainer .button { 
	width: 200px;
	height: 60px;
	background-color: #fa8488;
	margin-left: 100px;
	margin-bottom: 20px;
	border-radius: 0px;
	box-shadow: 0;
	float: left;
	transform: rotate(-2.5deg);
}

.buttoncontainer .button:hover {
	background-color: #ff944c;
}

.buttoncontainer .button:active {
	background-color: #f2617a;
}

.buttoncontainer .button p {
	transform: rotate(2.5deg);
	text-align: center;
	font: 20px "Josefin Sans", sans-serif;
	font-weight: 350;
	color: white;
	letter-spacing: 2px;
}

.textcontainer {
	width: 100%-10px;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: rgba(256,256,256,0.3);
}

.textcontainer .buttoncontainer {
	height: 60px;
	padding-top: 10px;
	padding-bottom:0px;
	background-color: rgba(0,0,0,0);
}

.textcontainer .button { 
	width: 250px;
	height: 60px;
	margin-left: 50px;
}


.textcontainer #other {
	text-align: center;
	font-size: 40px;
	margin-top: -30px;
}

.textcontainer #countdown {
	font-size: 60px;
	text-align: center;
	margin-top: 30px;
	/* font-weight: lighter; */
}

.mapcontainer {
	width: 100%;
	height: 450;
	margin-bottom: 20px;
}
.mapcontainer iframe {
	opacity: 75%;
	border-radius: 3px;
}
