.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight:bold;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.navigationList {
	list-style: none;
	font-family: Bellaboo;
	height:100%;
}
.navigationList li {
	display:inline-block;
	border:1pt solid red;
	height:100%;
	
	font-size:20px;
}
.navigationList li a{
	display:inline-block;
	border:1pt solid blue;
	
	padding-left: 30px;
	padding-right: 30px;
	padding-top:10px;
	height:100%;
	
}


.navUl {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
	/*border:1pt solid red;*/
	margin-top: 20px !important;
}

	.navUl li {
		float: left;
	}

		.navUl li a {
			display: block;
			color: black;
			text-align: center;
			padding: 14px 16px;
			text-decoration: none;
			font-size: 120%;
		}

/* Change the link color to #111 (black) on hover */
/*ul.nalUl li a:hover{
	background-color: #989898 !important;*/ /*#111*/
	/*color: red;
}*/

/*.nalUl li, a:hover {
	background-color: #989898 !important;*/ /*#111*/
/*}*/

.navA:hover {
	background-color: #989898 !important;
}
/*a:hover {
	background-color: #989898 !important;*/ /*#111*/
	/*font-weight: bold;
}*/

/*ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: white;*/
/*border:1pt solid red;*/
/*margin-top: 20px !important;
}*/
	/*li {
		float: left;
	}*/




.active {
  background-color: #04AA6D;
}

.testing {
	border: 1pt solid red;
}


h5 { /*When, Where subtitles*/
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
}
h4 { /*date, location subtitles*/
	font-size:30px;
	margin-top:10px;
	margin-bottom:25px;
}

.splitDivs {
	/*display:inline-block; */
	float:left; 
	width:47%;
	text-align: center;
    min-width: 300px;
}


@font-face {
    font-family: LibreBaskervilleBold;
    src: url(../fonts/LibreBaskerville-Bold.ttf);
}
@font-face {
    font-family: LibreBaskerville;
    src: url(../fonts/LibreBaskerville-Regular.ttf);
}
@font-face {
    font-family: Satisfy;
    src: url(../fonts/Satisfy-Regular.ttf);
}
@font-face {
    font-family: Arsenal;
    src: url(../fonts/Arsenal-Regular.ttf);
}

/*RSVP form labels 10/25/22 4:40p*/
.RSVPformLabel {
	display: inline-block;
	width: 250px;
}

/*11/15/22 2:34p*/
.invalidEntry{
	border: 1pt solid red;
}

.required:after {
	content: " *";
	color: red;
}

.text-danger {
	color: red;
}




.RSVPlabel {
	margin-right: 10px;
	margin-left: 40px;
}
.mobileOnly {
	display: none;
}

#SubmitBtn {
	height: 35px;
}



.namesTitle {
	position: absolute;
	top: 120px;
	left: 20%; /*160px*/
	/*border:1pt solid red;*/
	font-size: 80px;
	color: white;
	font-family: LibreBaskervilleBold;
	line-height: 70px;
	text-shadow: 5px 5px 10px black;
}

.ReqAst{
	color: red;
	font-weight: bold;
	vertical-align: super;
}

input:required:invalid {
	border-color: #c00000;
}

.travelInnerDiv {
	background-color: lightgray; /*height:300px;*/
	text-align: center;
	padding: 1px 50px 50px 50px;
	margin: 10px 10px 10px 10px;
}

.grayBodyDiv {
	background-color: lightgray; /*height:300px;*/ /*text-align: center;*/
	padding: 1px 50px 50px 50px;
	margin: 10px 10px 10px 10px;
}

.linkButton {
	color: #d5ebdf;
	background-color: #0f893b;
	font-size: 40px;
	margin-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Satisfy;
	font-weight: bold;
	text-decoration: none;
	box-shadow: -3px 3px white, -2px 2px white, -1px 1px white;
}

.address {
	font-style: italic;
}

.smallContentParagraph {
	font-size: 80%;
	text-indent: 50px;
	text-align: left;
}

.hide{
	display: none;
}

.RSVP_AttendeeRow {
	border:1pt solid black;
	padding: 5px 10px 15px 10px;
}

.regLink {
	display: inline-block;
	background-color: #fec43a;
	border-radius: 10px;
	padding: 10px 30px 0px 30px;
	margin-bottom: 15px;
}

.centerJustify {
	text-align: justify;
}

/*medium sized screen*/
@media only screen and (max-width: 1500px) AND (min-width: 501px) { /*1480*/
	.mobileOnly {
		display: block;
	}
	.RSVPlabel {
		margin-right: 10px;
		margin-left: 0px;

		width: 220px;
		display: inline-block;
	}
	
}

/*mobile screen*/
@media only screen and (max-width: 500px) {
	.mobileOnly {
		display: block;
	}

	.RSVPlabel {
		margin-right: 10px;
		margin-left: 0px;
		display: block;
		font-size: 110%;
		margin-top: 10px;
		margin-bottom: 4px;
	}
	.RSVPInput {
		width: 90%;
	}

	hr {
		border-width: 2px;
		margin-top: 20px;
	}

	#SubmitBtn {
		height: 45px;
		width: 100%;
	}

	/*when page too small, our names on home page shouldnt still be oriented to the right*/
	.namesTitle {
		left: 15px; /*0*/
		top: 10px;
		font-size: 40px;
		line-height: 85px;
	}

	.splitDivs{
		width:100%;
		margin-bottom: 25px;
	}

	#MainPicDiv {
		height: unset !important;
	}
	#HomePic {
		height: unset !important;
	}
	#FlowersPic {
		height: unset !important;
	}

	.travelInnerDiv {
		padding: 1px 20px 20px 20px;
	}

	.grayBodyDiv {
		padding: 1px 20px 20px 20px;
		
	}

	.regLink {
		border-radius: 15px;
		padding: 10px 0px 0px 0px;
		width: 100%;
	}

	.navUl li a {
		padding: 14px 12px;
		font-size:90%;
	}
}