@font-face {
	font-family: Phenomena-Black;
	src: url('/fonts/Phenomena-Black.otf');
}

@font-face {
	font-family: Phenomena-Regular;
	src: url('/fonts/Phenomena-Regular.otf');
}

@font-face {
	font-family: Phenomena-Bold;
	src: url('/fonts/Phenomena-Bold.otf');
}

@font-face {
	font-family: Phenomena-ExtraBold;
	src: url('/fonts/Phenomena-ExtraBold.otf');
}

@font-face {
	font-family: Phenomena-ExtraLight;
	src: url('/fonts/Phenomena-ExtraLight.otf');
}

@font-face {
	font-family: Phenomena-Light;
	src: url('/fonts/Phenomena-Light.otf');
}

@font-face {
	font-family: Phenomena-Thin;
	src: url('/fonts/Phenomena-Thin.otf');
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	margin: 0;
	min-height: 100vh;
}

#StartPage, #AbandonPage, #GuestPage, #GuardianPage, #ConfirmPage, #NotFound, #AlreadyAnswered, #OrganiserDiv, #MaximumNumberOfGuests, #LoginPage {
	flex: 1;
}

#AbandonPage #party-information-banner h1 {
	font-size: 50px;
	margin-bottom: -20px;
}

#AbandonPage #party-information-name-banner {
	font-size: 50px;
}

#AbandonPage #party-information-age-banner {
	font-size: 50px;
}

.topHeaderBackground {
	width: 100%;
	height: 50px;
	background-color: #c00;
}

hr {
	border-top: 1px solid #c00;
}

.top-logo {
	max-width: 300px;
}

.center-color {
	color: #c00!important;
}

.information-text {
	font-size: 12px;
}

.information-text-small {
	font-size: 10px;
}

.control-label {
	margin-top: 3px;
}

.control-label-error {
	margin-top: 6px;
}

.form-control {
	border-radius: 25px;
    padding: 24px 0px 24px 20px;
    border-color: #999;
    min-width: 185px;
}

.form-field-firstname {
	width: 200px;
	float: right;
}

.form-field-lastname {
	width: 185px;
}

.error-holder {
	margin-top: -10px;
	margin-bottom: 10px;
}

.fab {
	font-size: 20px;
	color: #fff;
}

#bottom-text .fa {
	font-size: 12px;
}

.fab:hover {
	color: #eee;
}

.fa {
	font-size: 20px;
}

.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: bold;
	/*height: 50px;*/
	background-color: #c00;
	border-color: #c00;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	text-transform: uppercase;
	border-radius: 25px;
	box-shadow: 0 1px 4px rgb(0 0 0 / 60%);
}

.btn-negative {
	background-color: #999;
	border-color: #999;
}

.btn:hover {
	background-color: #c00;
	border-color: #c00;
	color: #fff;
	opacity: 0.6;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s ;
	transition: all ease 0.2s ;
}

.btn-negative:hover {
	background-color: #999;
	border-color: #999;
	color: #fff;
	opacity: 0.6;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s ;
	transition: all ease 0.2s ;
}

.control-label-fa-icon {
	margin-top: 8px;
}

.btn-transparent {
	background-color: #fff;
	border-color: #999;
	color: #999;
	box-shadow: 0 1px 4px rgb(0 0 0 / 0%);
	margin-right: 5px;
	padding-top: 10px;
    padding-bottom: 10px;
}

.btn-transparent:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
	opacity: 1.0;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s ;
	transition: all ease 0.2s ;
}

.btn-transparent:focus {
	background-color: #000;
	border-color: #000;
	color: #fff;
	opacity: 1.0;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s ;
	transition: all ease 0.2s ;
}

.allergySelected {
	background-color: #000;
	border-color: #000;
	color: #fff;
	box-shadow: 0 1px 4px rgb(0 0 0 / 0%);
}

.allergyNotSelected {
	background-color: #fff;
	border-color: #999;
	color: #999;
	box-shadow: 0 1px 4px rgb(0 0 0 / 0%);
}

.attendingSelected {
	background-color: #000;
	border-color: #000;
	color: #fff;
	box-shadow: 0 1px 4px rgb(0 0 0 / 0%);
}

.attendingNotSelected {
	background-color: #fff;
	border-color: #999;
	color: #999;
	box-shadow: 0 1px 4px rgb(0 0 0 / 0%);
}

.small-wording {
	font-size: 12px;
}

.fa-minus-circle {
	color: #999;
}

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: rgba(255,255,255,0.0);
	border: 1px solid #c00;
	border-radius: 0px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
	background-color: rgba(255,255,255,0.0);
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
	background-color: #c00;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 9px;
	top: 2px;
	width: 6px;
	height: 15px;
	border: solid #fff;
	border-width: 0px 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*
.sticky {
	position: sticky!important;
	top: 0!important;
	padding-top: 10px;
}

@media screen and (max-width: 820px) {
	.sticky {
		position: relative!important;
		top: 0!important;
	}
}
*/

.sticky-bottom {
	position: sticky!important;
	bottom: 0!important;
}

@media screen and (max-width: 820px) {
	.sticky-bottom {
		position: relative!important;
		bottom: 0!important;
	}
}

.errorInput{
	border: 1px solid red;	
	box-shadow: 0 1px 8px rgb(66999 0 0 / 60%);
}

.rsvp-wrapper {
	
}

#GuestRow_1 {
	margin-bottom: 15px;
}

#allergybuttons {
	display: flex;
}

#top-container {
    background-color: #c00;
    padding-top: 20px;
    padding-bottom: 18px;
}

#bottom-container-red {
    bottom: 0;
	background-color: #c00;
	padding-top: 12px;
	padding-bottom: 0px;
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	color: #fff;
	padding-bottom: 20px;
}

#bottom-container-black {
    bottom: 0;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
	color: #fff;
}

#party-information {
	margin-top: 50px;
	background-image: url('../rsvp/images/Landing-Banner-Desktop.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	/*background-attachment: fixed;*/
	text-align: center;
	color: #fff;
	padding-bottom: 80px;
}

#party-information-login {
	margin-top: 50px;
	background-image: url('../rsvp/images/Landing-Banner-Desktop.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	/*background-attachment: fixed;*/
	text-align: center;
	color: #fff;
	padding-bottom: 80px;
}

#party-information-header {
	margin-top: 60px;
}

#party-information-header h4 {
	font-size: 26px;
	font-weight: bold;
}

#party-information-name {
	font-family: 'Phenomena-Bold', sans-serif;
	font-size: 80px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 25px;
}

#party-information-age {
	font-family: 'Phenomena-Bold', sans-serif;
	font-size: 80px;
	font-weight: 400;
	text-transform: uppercase;
    margin-bottom: 10px;
}

#party-information-date {
	font-size: 26px;
	font-weight: bold;
} 

#party-information-location {
	font-size: 26px;
	font-weight: bold;
	margin-top: 3px;
}

#party-information-rsvp {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

#party-information-rsvp h2 {
	font-weight: bold;
}

#policy-row {
	margin-top: -40px;
	color: #000;
}

#connect-row-text {
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
}

#connect-row-icons {
	margin-top: 10px;
}

#bottom-text {
	font-size: 12px;
}

#party-information-banner {
	margin-top: 50px;
	background-image: url('../rsvp/images/Details-Banner-Desktop.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	/*background-attachment: fixed;*/
	text-align: center;
	color: #fff;
	padding-bottom: 70px;
}

#party-information-header-banner {
	margin-top: -20px;
}

#party-information-name-banner {
	font-family: 'Phenomena-Bold', sans-serif;
	font-size: 80px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 25px;
}

#party-information-age-banner {
	font-family: 'Phenomena-Bold', sans-serif;
	font-size: 80px;
	font-weight: 400;
	text-transform: uppercase;
    margin-bottom: 10px;
}

#party-information-date-banner {
	font-size: 26px;
	font-weight: bold;
} 

#party-information-location-banner {
	font-size: 26px;
	font-weight: bold;
	margin-top: 3px;
}

#GuestDetailsHeaders h2, h4 {
	font-family: 'Raleway', sans-serif;	
	font-weight: bold;
}

#another-guest-row {
	margin-top: 5px;
	margin-left: 0px;
}

#LastSpacerRow a {
	color: #000;
}

#LastSpacerRow a:hover {
	color: #000;
	text-decoration: none;
}

#LastSpacerRow a:focus {
	color: #000;
	text-decoration: none;
}

#LastSpacerRow .fa-plus-circle {
	color: #34b233;
}

#GuardianPage h2, h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

#rsvp-date {
	margin-top: 20px;
}

#rsvp-seeyouhere {
	font-size: 26px;
	font-weight: bold;
	margin-top: 15px;
}

#rsvp-cantwait {
	margin-top: 15px;
	font-size: 18px;
}

#rsvp-button {
	margin-top: 20px;
}

#AbandonPage h2 {
	text-transform: uppercase;
	font-weight: bold;
}

#abandon-contact-text {
	margin-top: 5px;
}

#abandon-signup-text {
	margin-top: 25px;
	font-weight: bold;
}

#abandon-button {
	margin-top: 10px;
}

#party-information-banner h1 {
	font-family: 'Phenomena-Bold', sans-serif;
	font-size: 50px;
}

#ConfirmPage #party-information-name-banner {
	font-size: 50px;
}

#ConfirmPage #party-information-age-banner {
	font-size: 50px;
}

/* TABLET LANDSCAPE CSS */
@media screen and (max-width: 1180px) {
	
	#StartPage, #AbandonPage, #GuestPage, #GuardianPage, #ConfirmPage, #NotFound, #AlreadyAnswered, #OrganiserDiv {
		flex: 1;
		width: 100%;
	}
	
	#AlreadyAnswered #party-information-banner {
		/*
		margin-left: -15px;
		margin-right: -15px;
		*/
	}
	
	#AbandonPage #party-information-banner {
		/*margin-left: -15px;
		margin-right: -15px;*/
	}
	
	#NotFound #party-information-banner {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.top-logo {
		max-width: 200px;
	}
	
	.form-control {
		margin-bottom: 5px;
		min-width: max-content;
		padding: 20px 0px 20px 20px;
	}
	
	.btn {
		margin-bottom: 10px;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.btn-transparent {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.rsvp-wrapper {
		background-color: #fff;
		border-radius: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	.form-field-firstname {
		width: auto;
		float: none;
	}

	.form-field-lastname {
		width: auto;
	}
	
	#StartPage .text-right {
		text-align: center;
	}
	
	#StartPage .text-left {
		text-align: center;
	}
	
	#party-information {
		background-image: url('../rsvp/images/Landing-Banner-Mobile.png');
		margin-top: 10px;
		background-size: cover;
		margin-left: -30px;
		margin-right: -30px;
		padding-bottom: 40px;
	}
	
	#party-information-name {
		font-size: 60px;
		margin-top: -5px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-age {
		font-size: 60px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-date {
		color: #fff;
		font-size: 20px;
		margin-top: -15px;
	}
	
	#party-information-location {
		margin-top: 5px;
		font-size: 20px;
	}
	
	#party-information-header {
		margin-top: 40px;
	}
	
	#party-information-header h4 {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
	}
	
	#party-information-rsvp {
		
	}
	
	#party-information-banner {
		background-image: url(../rsvp/images/Details-Banner-Desktop.png);
		margin-top: 8px;
		background-size: 100% auto;
		margin-left: -120px;
		margin-right: -120px;
		padding-bottom: 40px;
		padding-top: 10px;
	}
	
	#party-information-header-banner {
		margin-top: -45px;
	}
	
	#party-information-name-banner {
		font-size: 28px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-age-banner {
		font-size: 28px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-date-banner {
		margin-top: 0px;
		font-size: 20px;
	}
	
	#party-information-location-banner {
		font-size: 20px;
	}
	
	#remove-guest-div {
		float: left;
		padding-right: 0px;
	}
	
	#bottom-container-red {
		background-color: #c00;
		padding-top: 12px;
		padding-bottom: 0px;
		position: relative;
		bottom: 0;
		width: 100%;
		margin-bottom: 0px;
		color: #fff;
	}

	#bottom-container-black {
		background-color: #000;
		padding-top: 10px;
		padding-bottom: 10px;
		position: relative;
		bottom: 0;
		width: 100%;
		color: #fff;
	}
	
	#policy-row {
		
	}
	
	#connect-row-icons {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#GuestPage h4 {
		font-family: 'Raleway', sans-serif;
		font-weight: bold;
		font-size: 15px;
	}
	
	#ConfirmPage h1 {
		font-size: 28px;
		margin-top: 20px;
		margin-bottom: -5px;
	}
	
	#rsvp-date {
		margin-top: 0px;
	}
	
	#AbandonPage h1 {
		font-size: 24px;
		margin-top: -10px;
	}
	
	#GuestRow_1 {
		margin-bottom: 10px;
	}
	
	#rsvp-seeyouhere {
		font-size: 20px;
	}
	
	#AbandonPage #party-information-header-banner {
		margin-top: -20px;
	}
	
	#AbandonPage #party-information-banner h1 {
		font-size: 26px;
		margin-bottom: -5px;
	}

	#AbandonPage #party-information-name-banner {
		font-size: 26px;
	}

	#AbandonPage #party-information-age-banner {
		font-size: 26px;
	}
	
	#ConfirmPage #party-information-name-banner {
		font-size: 28px;
	}

	#ConfirmPage #party-information-age-banner {
		font-size: 28px;
	}
	
	#ConfirmPage #party-information-banner {
		margin-bottom: 20px;
	}
	
}

/* TABLET PORTRAIT CSS */
@media screen and (max-width: 820px) {
	
	#StartPage, #AbandonPage, #GuestPage, #GuardianPage, #ConfirmPage, #NotFound, #AlreadyAnswered, #OrganiserDiv {
		flex: 1;
		width: 100%;
	}
	
	#AlreadyAnswered #party-information-banner {
		/*margin-left: -15px;
		margin-right: -15px;
		*/
	}
	
	#AbandonPage #party-information-banner {
		/*margin-left: -15px;
		margin-right: -15px;*/
	}
	
	#NotFound #party-information-banner {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.top-logo {
		max-width: 200px;
	}
	
	.form-control {
		margin-bottom: 5px;
		min-width: 150px;
		padding: 20px 0px 20px 15px
	}
	
	.btn {
		margin-bottom: 10px;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.btn-transparent {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.rsvp-wrapper {
		background-color: #fff;
		border-radius: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	.form-field-firstname {
		width: auto;
		float: none;
	}

	.form-field-lastname {
		width: auto;
	}
	
	#StartPage .text-right {
		text-align: center;
	}
	
	#StartPage .text-left {
		text-align: center;
	}
	
	#party-information {
		background-image: url('../rsvp/images/Landing-Banner-Mobile.png');
		margin-top: 10px;
		background-size: cover;
		margin-left: -30px;
		margin-right: -30px;
		padding-bottom: 40px;
	}
	
	#party-information-name {
		font-size: 60px;
		margin-top: -5px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-age {
		font-size: 60px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-date {
		color: #fff;
		font-size: 20px;
		margin-top: -15px;
	}
	
	#party-information-location {
		margin-top: 5px;
		font-size: 20px;
	}
	
	#party-information-header {
		margin-top: 40px;
	}
	
	#party-information-header h4 {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
	}
	
	#party-information-rsvp {
		
	}
	
	#party-information-banner {
		background-image: url(../rsvp/images/Details-Banner-Desktop.png);
		margin-top: 8px;
		background-size: 100% auto;
		margin-left: -50px;
		margin-right: -50px;
		padding-bottom: 40px;
		padding-top: 10px;
	}
	
	#party-information-header-banner {
		margin-top: -45px;
	}
	
	#party-information-name-banner {
		font-size: 28px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-age-banner {
		font-size: 28px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-date-banner {
		margin-top: 0px;
		font-size: 20px;
	}
	
	#party-information-location-banner {
		font-size: 20px;
	}
	
	#remove-guest-div {
		float: left;
		padding-right: 35px;
	}
	
	#bottom-container-red {
		background-color: #c00;
		padding-top: 12px;
		padding-bottom: 0px;
		position: relative;
		bottom: 0;
		width: 100%;
		margin-bottom: 0px;
		color: #fff;
	}

	#bottom-container-black {
		background-color: #000;
		padding-top: 10px;
		padding-bottom: 10px;
		position: relative;
		bottom: 0;
		width: 100%;
		color: #fff;
	}
	
	#policy-row {
		
	}
	
	#connect-row-icons {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#GuestPage h4 {
		font-family: 'Raleway', sans-serif;
		font-weight: bold;
		font-size: 15px;
	}
	
	#ConfirmPage h1 {
		font-size: 28px;
		margin-top: 20px;
		margin-bottom: -5px;
	}
	
	#rsvp-date {
		margin-top: 0px;
	}
	
	#AbandonPage h1 {
		font-size: 24px;
		margin-top: -10px;
	}
	
	#GuestRow_1 {
		margin-bottom: 10px;
	}
	
	#rsvp-seeyouhere {
		font-size: 20px;
	}
	
	#AbandonPage #party-information-header-banner {
		margin-top: -20px;
	}
	
	#AbandonPage #party-information-banner h1 {
		font-size: 26px;
		margin-bottom: -5px;
	}

	#AbandonPage #party-information-name-banner {
		font-size: 26px;
	}

	#AbandonPage #party-information-age-banner {
		font-size: 26px;
	}
	
	#ConfirmPage #party-information-name-banner {
		font-size: 28px;
	}

	#ConfirmPage #party-information-age-banner {
		font-size: 28px;
	}
	
	#ConfirmPage #party-information-banner {
		margin-bottom: 20px;
	}
	
}

/* MOBILE DEVICE CSS */
@media screen and (max-width: 767px) {
	
	#StartPage, #AbandonPage, #GuestPage, #GuardianPage, #ConfirmPage, #NotFound, #AlreadyAnswered, #OrganiserDiv {
		flex: 1;
		width: 100%;
	}
	
	#AlreadyAnswered #party-information-banner {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#AbandonPage #party-information-banner {
		/*margin-left: -15px;
		margin-right: -15px;*/
	}
	
	#NotFound #party-information-banner {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.top-logo {
		max-width: 200px;
	}
	
	.form-control {
		margin-bottom: 5px;
		min-width: auto;
	}
	
	.btn {
		margin-bottom: 10px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.btn-transparent {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.rsvp-wrapper {
		background-color: #eee;
		border-radius: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.form-field-firstname {
		width: auto;
		float: none;
	}

	.form-field-lastname {
		width: auto;
	}
	
	#StartPage .text-right {
		text-align: center;
	}
	
	#StartPage .text-left {
		text-align: center;
	}
	
	#party-information {
		background-image: url('../rsvp/images/Landing-Banner-Mobile.png');
		margin-top: 8px;
		background-size: 100% 100%;
		margin-left: -30px;
		margin-right: -30px;
		padding-bottom: 40px;
	}
	
	#party-information-name {
		font-size: 60px;
		margin-top: -5px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-age {
		font-size: 60px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-date {
		color: #fff;
		font-size: 20px;
		margin-top: -15px;
	}
	
	#party-information-location {
		margin-top: 5px;
		font-size: 20px;
	}
	
	#party-information-header {
		margin-top: 40px;
	}
	
	#party-information-header h4 {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
	}
	
	#party-information-rsvp {
		
	}
	
	#party-information-banner {
		background-image: url('../rsvp/images/Details-Banner-Mobile.png');
		margin-top: 8px;
		background-size: 100% auto;
		margin-left: -30px;
		margin-right: -30px;
		padding-bottom: 40px;
		padding-top: 10px;
	}
	
	#party-information-login {
		margin-top: 0px;
	}
	
	#party-information-header-banner {
		margin-top: -45px;
	}
	
	#party-information-name-banner {
		font-size: 28px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-age-banner {
		font-size: 28px;
		text-shadow: 0 5px 8px rgba(0, 0, 0, 0.0);
	}
	
	#party-information-date-banner {
		margin-top: 0px;
		font-size: 20px;
	}
	
	#party-information-location-banner {
		font-size: 20px;
	}
	
	#remove-guest-div {
		float: right;
		padding-right: 35px;
	}
	
	#bottom-container-red {
		background-color: #c00;
		padding-top: 12px;
		padding-bottom: 0px;
		position: relative;
		bottom: 0;
		width: 100%;
		margin-bottom: 0px;
		color: #fff;
	}

	#bottom-container-black {
		background-color: #000;
		padding-top: 5px;
		padding-bottom: 10px;
		position: relative;
		bottom: 0;
		width: 100%;
		color: #fff;
	}
	
	#policy-row {
		margin-top: -60px;
	}
	
	#connect-row-icons {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#GuestPage h4 {
		font-family: 'Raleway', sans-serif;
		font-weight: bold;
		font-size: 15px;
	}
	
	#ConfirmPage h1 {
		font-size: 28px;
		margin-top: 20px;
	}
	
	#rsvp-date {
		margin-top: 0px;
	}
	
	#AbandonPage h1 {
		font-size: 24px;
		margin-top: -10px;
	}
	
	#GuestRow_1 {
		margin-bottom: 10px;
	}
	
	#rsvp-seeyouhere {
		font-size: 20px;
	}
	
	#AbandonPage #party-information-header-banner {
		margin-top: -20px;
	}
	
	#AbandonPage #party-information-banner h1 {
	font-size: 26px;
}

	#AbandonPage #party-information-name-banner {
		font-size: 26px;
	}

	#AbandonPage #party-information-age-banner {
		font-size: 26px;
	}
	
	#ConfirmPage #party-information-name-banner {
		font-size: 28px;
	}

	#ConfirmPage #party-information-age-banner {
		font-size: 28px;
	}
	
	#ConfirmPage #party-information-banner {
		margin-bottom: 20px;
	}
	
}