body {
	margin: 0;
	padding: 0;
}

.mobileLogo {
	display: none;
}


.availabilityHeaderContainer img {
		
	max-width: 200px;
	margin-top: 20px;

}



.availabilityHeaderContainer img {
	
	margin: auto;
	max-width: 350px !important;
	margin-top: 20px;
	
	
}

/* secure box */

.secureBox {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #456358;
    padding: 40px;
    width: 100%;
    font-size: 16pt;
}
.secureBoxInner {
	
	display: flex;
	justify-content: center;
	max-width: 800px;
	color: white;
	
}

.secureBoxInner div {

	width: 33%;

	
	
}

.secureBoxInner div img {

	width: 50px;
	display: block;
	margin-bottom: 20px;
	
	
}

.secureBoxInner i {
	
	margin-bottom: 20px;
	font-size: 50px;
	display: block;
	
}


h1 {
	
	font-size: 20pt;
	margin-top: 40px;
	
}

pre {
	
	background: #f9f9f9;
	color: #black;
	text-align: left;
	border: 1px solid #7a7a7a;
	border-radius: 5px;
	max-width: 80%;
	margin: 10px auto;
	padding: 10px;
	
}

.bigSorry {
	
	color: #67873C;
	font-size: 40pt;
	margin-bottom: 20px;
	font-weight: bold;
	
}

.sorry1 {


	font-size: 16pt;
	margin: 20px;
	
}

.sorry2 {

	font-size: 16pt;
	margin-top: 30px;

}

.goBack {
	
	display: block;
	font-size: 15pt;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	color: white;
	background: #FF8814;
	text-align: center;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	width: 100%;
	border: 1px solid #BE4B03;
	margin-bottom: 30px;
	
}

.goBack:hover {
	
	background: #FF7C35;
	text-decoration: none;
	color: white;
	
}


.youSaved {
	
	border: 2px dotted #67873c;
	color: white;
	padding: 20px;
	margin: 15px;
	font-size: 30px;
	background: #91b561;
	
}

.availabilityHeaderContainer {

	width: 100%;
	padding-bottom: 20px;
	box-sizing: border-box;
	text-align: center;
	
	
}

.logoSubText {
	
	margin-left: 0;
	color: white;
	font-size: 20px;
	font-family: 'Caveat Brush', cursive;
	
}

.happy {
	
	font-family: 'Caveat Brush', cursive;
	font-size: 40px;
	margin: 20px;
	color: #7881a1;
	
}

.waitBox {
	
	padding: 40px;
	border-radius: 30px;
	background: none;
	
	
}


.pleaseWait {
	
	font-size: 18px;
	font-weight: bold;
	color: #3D404C;
	margin-bottom: 40px;
	
}

.wbImage {
	
	margin-top: 15px;
	
}


h2 {
padding-top: 10px;
font-family: arial;
font-size: 18pt;
}


.bigHeader {

	margin: 0;
	width: 100%;
	
	
}

.hop1 {

	font-size: 14pt;
	
}

.hop2 {
font-family: arial;
font-size: 19px;
font-weight: bold;
}

.header1 {
padding-left: 8px;
width: 957px;
margin: auto;
}

.header2 {
text-align: right;
color: #FAEFD7;
}

.header3 {
margin-top: 6px;
font-size: 18pt;
margin-right: 10px;
}

.header4 {
font-weight: bold;
display: inline;
}

.header5 {
margin-left: 20px;
display: inline;
}

.header6 {
margin: 2px 10px 3px auto;
font-size: 8pt;
}



@media only screen and (max-width: 1100px) {

	h1 {
		font-size: 22pt;
		margin: 20px auto;
	}

	.waitBox {
		padding: 20px;
	}
	
	.waitBox div, .waitBox p  {
		/*border: 1px solid black;*/
		margin: 5px;
		padding: 5px;
	}
	

	
	.pleaseWait {
		font-size: 26pt;
	}
	
	.happy {
		
		font-size: 22pt;
	
	}
	
}




@media only screen and (max-width: 800px) {
	
	.secureBox {
		position: fixed;
		bottom: 0;
	}

	.availabilityHeaderContainer img {
		
		max-width: 40%;
		margin-top: 0;

	}

	.happy {
		
		margin: 0 auto 10px auto;	
		font-size: 25px;
		
		
	}

	.youSaved {
	
		padding: 5px;
		
	}


	.hop1 {
	
		margin: 0;
		font-size: 14px;
		width: 70%;
		
	}
	

	.waitBox {
		
		
		max-width: 100%;
		margin: 10px;
		border: 1px solid white;
		
		
	}

	.youSaved {
		font-size: 25px;
	}
	
	
	.availabilityHeaderContainer {
	
		padding: 5px 0;
		
	}

	h1 {
	
		font-size: 18pt;
		margin: 5px;
		
	}

}


@media only screen and (max-width: 600px) {
	
	
	
	.availabilityHeaderContainer img {
		
		max-width: 230px !important;
		margin: auto;
		
		
	}

	
	.mobileLogo {
		display: block;
	}
	
	.desktopLogo {
		display: none;
	}

	
	.secureBox {

		padding: 10px;
		font-size: 11pt;
		border: 1px solid black;
	
	}
	
	.secureBoxInner i {
	
		font-size: 30px;
		
	}
	
	.secureBoxInner div img {

		width: 33px;
		
	}
	
	.logoSubText {
		
		font-size: 12pt;

		
	}
	
	p {
		line-height: 1.5em;
	}
	
	.bigSorry {
	
		font-size: 30pt;
		font-weight: bold;
		margin-top: 20px;
		
	}

	.availabilityHeaderContainer {
	
		padding: 15px 0;
		
	}
	
	.hop1 {
		
		margin: 14px;
		font-size: 18px;
		width: 100%;
		
	}

	h1 {
	
		font-size: 16pt;
		margin: 15px;
		
	}
	
	.waitBox {
		
		padding: 20px 0;
		margin-top: 20px;
		border-radius: 5px;
		
	}
	
	.youSaved {
	
		padding: 13px;
		font-size: 17pt;
		
		
	}
	
	.happy {
		font-size: 30px;
		margin-bottom: 12px;
	}
	
	
	.availabilityHeaderContainer img {
		
		max-width: 80%;

	}

}


