body {
	background: #2b338e;
	margin-top: 60px;
	font-family:arial;
	padding-bottom: 200px;
}

.canvas {
	width: 80%;
	margin: auto;
	text-align: center;
}

.logo {
	display: block;
	max-width: 60%;
	width: auto;
	margin: auto;
}

.identifier {
	font-size: 48px;
	font-weight: bold;
	margin-top: 30px;
	color: white;
}

.btnEnter {
	display: block;
	background: url('../img/btn_enter.png') no-repeat top center;
	margin: 30px auto 30px auto;
	padding-top: 50px;
	width: 300px;
	height: 116px;
	font-family: arial;
	color: white;
	font-size: 34px;
	font-weight: bold;
	text-decoration: none;
}

.btnEnter:hover {
	color: #2b338e;
}

.flag {
	margin-top: 60px;
}

.flag img {
	width: 250px;
	height: auto;
	border: 1px solid white;
}

body.interior {
	margin: 20px 10% 20px 10%;
}

#grand {
	width: 100%;
	max-width: 1100px;
	margin: auto;

}

.mainBody {
	clear: both;
}

ul {
	text-align: left;
	float: left;
	color: white;
	font-size: 24px;
	font-weight: bold;
	list-style-type: none;
	padding: 0px 30px 0px 0px;;
	margin: 0px;
}

.directory-main ul:first-child {
	width: 50%;
}

li {
	line-height: 29px;
	background: url('../img/star_bullet.png') no-repeat left top;
	height: 50px;
	padding-left: 44px;
	padding-top: 3px;
	color: #8a8cab;
}

.coming-soon li {
	background: url('../img/star_bullet_gray.png') no-repeat left top;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;

  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

.button1 {
  background-color: white; 
  color: #555; 
  border: 2px solid #e79a24;
}

.button1:hover {
  background-color: #e79a24;
  color: white;
}

input[type=password] {

  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  height: 54px;
}

input[type=password] {
  border: 2px solid #aaa;
  border-radius: 4px;
}

li a {
	color: white;
	text-decoration: none;
	position: relative;
}

li a:hover {
	color: #e79a24;
}

.directory-main li a:link, .directory-main li a:visited {
	color: yellow;
}

.directory-main li a:hover {
	text-decoration: underline;
}

/*li a.directory:after {
	content: " (active)";
	font-size: 14px;
	position: absolute;
	top: -5px;
    padding-left: 7px;
}*/

li a.click-here {
	text-align: center;
	border: 2px solid white;
	border-radius: 5px;
	color: #333333; 
	display: block; 
	background: yellow; 
	width: 200px; 
	font-size: 13px; 
	float: right; 
	margin-left: 75px;
}

.main-body-landing a:link.click-here, .main-body-landing a:visited.click-here {
	text-align: center;
	border: 2px solid white;
	border-radius: 5px;
	color: #333333; 
	display: block; 
	background: yellow; 
	max-width: 200px; 
	font-size: 15px; 
	font-weight: bold;
	margin: 30px auto;
	padding: 15px;
	text-decoration: none;
}

.main-body-landing a:hover.click-here {
	text-decoration: none;
	background: #e79a24;
	color: white;
}

.interiorLogo {
	max-width: 150px;
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
}

h1.interiorHeading {
	font-size: 35px;
	color: white;
	margin-top: 50px;
	border-bottom: 3px solid white;
	text-transform: uppercase;
	text-align: center;
	font-family: georigia, serif;
	margin-bottom: 50px;
	padding-bottom: 15px;
}

h1.interiorHeading::before {
	content: url('../img/star_heading.png');
	float: left;
	position: relative;
	top: -17px;
}

h1.interiorHeading::after {
	content: url('../img/star_heading.png');
	float: right;
	position: relative;
	top: -17px;
}

h2.interiorHeading {
	font-size: 28px;
	color: white;
	margin-top: 50px;
	border-bottom: 3px solid white;
	text-transform: uppercase;
	text-align: center;
	font-family: georigia, serif;
	margin-bottom: 50px;
	padding-bottom: 15px;
	clear: both;
	padding-top: 50px;
}

/* h2.interiorHeading::before {
	content: url('../img/star_bullet.png');
	float: left;
	position: relative;
	top: -7px;
}

h2.interiorHeading::after {
	content: url('../img/star_bullet.png');
	float: right;
	position: relative;
	top: -7px;
} */

p, p a { /* legacy */
	color: white;
	font-size: 28px;
	line-height: 38px;
	text-decoration: none;
	line-height: 50px;
}

p a:link, p a:visited {
	color: yellow;
}

p a:hover {
	color: yellow;
	text-decoration: underline;
}

/* legacy */
/* p b { 
	color: #e79a24;
	font-size: 35px;
	display: block;
	margin-top: 46px;
	margin-bottom: 10px;
} 
*/

.main-body-landing h2 {
	color: #e79a24;
	font-size: 35px;
	display: block;
	margin-top: 46px;
	margin-bottom: 0px;
}

.main-body-landing p {
	color: white;
	font-size: 28px;
	line-height: 38px;
	text-decoration: none;
	line-height: 50px;
	margin-top: 0px;
}

.companyLogo {
	max-width: 400px;
	max-height: 300px;
	width: 100%;
	height: auto;
}

input {
	height: 60px;
	width: 200px;
	font-size: 25px;
}

textarea {
	font-size: 25px;
}

#register-form input {
	height: 30px;
	width: 500px
}

#register-form input[type=submit] {
	height: 60px;
	width: 200px
}

#register-form label {
	display: block;
	width: 300px;
	float: left;
}

#register-form textarea {
	height: 200px;
	width: 500px;
}

.disclaimer {
	font-size: 21px;
	color: white;
	margin-top: 35px;
	text-align: center;
}

.all-questions {
	font-size: 28px;
	color: white;
	margin-top: 75px;
	text-align: center;
}

p.large-notice {
	font-size: 35px;
	text-align: center;
}

@media only screen and (max-width: 1250px) {
    .interiorHeading {
        font-size: 28px;
    }
	
	.identifier {
		font-size: 40px;
	}

	li a.click-here { float: none; margin-left: 0px; margin-top: 10px; margin-bottom: 10px}

	h1.interiorHeading {
		font-size: 25px!important;
	}

	h2.interiorHeading {
		font-size: 20px!important;
	}
}

@media only screen and (max-width: 990px) {
	body.interior {
	margin: 20px;
	}
	
	li a.click-here { float: none; margin-left: 0px;}
	
}

@media only screen and (max-width: 850px) {
    .interiorHeading {
        font-size: 26px;
    }
	
	.identifier {
		font-size: 30px;
	}
	
	/* p b {
		font-size: 29px;
	} */
	
	#register-form input, #register-form textarea {
		width: 100%;
	}

	li a.click-here { float: none; margin-left: 0px;}
}

@media only screen and (max-width: 800px) {
	body.interior {
	margin: 10px;
	}
	
	.identifier  {
		font-size: 18px;
	}
	
	/* p b {
		font-size: 22px;
	} */
	
	.interiorHeading::before, .interiorHeading::after {
		display: none;
	}
	
	ul {
	text-align: left;
	float: left;
	color: white;
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
	padding: 0px 30px 0px 0px;;
	margin: 0px;
	}

	li {
		line-height: 20px;
		background: url('../img/star_bullet_s.png') no-repeat left 3px;
		height: 28px;
		padding-left: 34px;
		padding-top: 4px;
		padding-bottom: 16px;
	}

	.directory-main ul:first-child {
		width: auto;
	}
	

	.coming-soon li {
		background: url('../img/star_bullet_gray_s.png') no-repeat left 3px;
	}
	
	.main-body-landing h2, .main-body-landing p, p a  {
		font-size: 18px;
		line-height: 35px;
	}

	li a.click-here { float: none; margin-left: 0px;}

	li a.directory::after { position: inherit;}
}

.email {
	font-size: 12px;
	color: white;
}













