* {
	margin: 0em;
	padding: 0em;
	box-sizing: border-box;
		font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:before, *:after {
  box-sizing: border-box;
  transition: all 0.5s ease;
}


.bottom-left {
	position: absolute;
  bottom: 7.5%;
  left: 2%;
	color: white;
	font-size: 60px;
	background: #302E70;
	opacity: 0.8;
	font-weight: 500;
border-radius: 10px;
}
.leftIncorrect {
	position: absolute;
  bottom: 7.5%;
  left: 2%;
	color: white;
	font-size: 60px;
	background: red;
	opacity: 0.95;
	font-weight: 500;
border-radius: 10px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

ul{
	 list-style: none;
}
a{
	text-decoration: none;
	list-style: none;
}
/* Contact page */
div.elem-group {
  margin: 20px 0;
}
div.elem-group-top {
  margin: 0px;
}

label.contactLabel {
  display: block;
  font-family: 'Aleo';
  padding-bottom: 4px;
  font-size: 1.25em;
}

input.contactInput, select.contactOptions, textarea.contactText {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Aleo';
  width: 500px;
  padding: 8px;
}

textarea.contactText {
  height: 200px;
}

button.contactB {
  height: 50px;
  background: #302E70;
  color: white;
  border: 0.5px solid black;
  font-size: 1.25em;
  font-family: 'Aleo';
  border-radius: 4px;
  cursor: pointer;
}

button.contactB:hover {
  border: 2px solid black;
}
.centerContact{
	margin-top: 3em;
}
.addressContact, .miscContact{
	padding: 1em;
	background: #edf0f2;
	color: black;
	width: 25%;
	margin-bottom: 2em;
	margin-left: 8%;
	float: left;
}
#googleMapsContainer{
	margin: 8%;
	display: block;
}
.googleMaps{
	overflow:hidden;
	width: 700px;
	position: relative;
	 height: 440px;
    frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
}
.addressContact{
}
.miscContact{
	clear: left;
}
.contactAdd{
	margin-top: 0.5em;
}

form.FormCenter{
margin-right: 8%;
margin-bottom: 5em;
text-align: left;
color: white;
float: right;
}

/* incorrect form page - changes form styling*/

input.incorrectForm[type=text], input.incorrectForm[type=password], input.incorrectForm[type=number] {
  width: 50%;
  padding: 12px 20px;
	display: table;
	margin: 0 auto 1.5em auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
	text-align: center;
}

.alignInput {
  width: 50%;
	display: table;
	margin: 0 auto;
	background: #302E70;
	text-align: center;
	color: white;
	padding: 5px 10px;
}

button.incorrectLogin{
  background-color: #302E70;
  color: white;
  padding: 14px 20px;
	display: table;
	margin: 0 auto 20em; auto;
  border: 2px solid #ccc;
  cursor: pointer;
  width: 10%;
}

button.incorrectLogin:hover {
  opacity: 0.8;
}

/* Set a style for all buttons */

div.margin{
position: flex;
margin-left: 20%;
width: auto;
}
button.LoginButton {
  background-color: #6C0405;
  color: white;
	padding: 14px 20px;
	cursor: pointer;
}
button.submitButton{
	background-color: #6C0405;
	color: white;
	padding: 20px 20px;
	border: none;
	width: 100%;
	cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}


.container {
  padding: 16px;
}


/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #6C0405;
  cursor: pointer;
}


.animate{
animation-name: fadeinForm;
animation-duration: 0.25s
}

@keyframes fadeinForm {
	from{
		opacity: 0;

	}
	to{
		opacity: 1;
	}
}







.navbarLogo{
	display: flex;
	max-width: 171px;
	max-height: 81px;
}

/* Top navigation menu*/
.mainBar{
	display: flex;
	width: 100%;
	border: none;
	background: #edf0f2; /*#61617A #6C0405;*/
	opacity: 1;
	position: fixed;
	top: 0;
	z-index: 99;
	scroll-behavior: smooth;
	box-shadow: 0px 0px 30px 5px black;



}
/*Position fixed? Have a one page site? Might work better.*/
li.menubarLi{
	float: left;
	width: 200px;
	border-right: 1px solid #D5D5D5;
	line-height: 15px;
}

a.menubarA{
    display: block;
    text-decoration: none;
    text-align: center;
    color: black;
    font-family: arial;
    font-size: 16px;
		opacity: 1;
		padding: 15% 10px 20px 10px;
		border-bottom: 3px solid transparent;
		transition: border-bottom 0.2s;

}
li.bottomMenubarLi:last-child,li.menubarLi:last-child{
   border: none;
	 }

/*Seperate link class*/



/*On hover/Active*/
li a.menubarA:hover,li a.bottomMenubarA:hover{
	color: #6C0405;
	font-weight: 550;
	opacity: 0.8;
	border-bottom: 3px solid #302E70;
}

a.logoLink:hover{
	opacity: 0.5;
}

#active {
  color: black;
  font-weight: bold;
}

/*Navbar logo edit this*/

a.logoLink{
	opacity: 1;
	transition: 0.3s;
	margin: 0.2% 1% 0% 1%;
}
div.logoPadding{
	opacity: 1;
	padding: 10px;
}
.container1{

		position: relative;
		text-align: center;
}
IMG.homepagePicture{
		width: 100%;
		margin: 5em auto 0em auto;
		display: block;
		box-shadow: 5px 5px 30px 5px #4B0104;

		/*z-index: -1;
		flex-wrap: wrap;
		margin-right: auto;
		margin-left: auto;
		display: block;
		z-index: -1;
		position: fixed;*/
		clear: both;

}

IMG.aboutUsPicture{
	width: 22%;
	float: right;
	padding: 1em;
	margin: 1.5% 10em 1.5% 40px;
	background: red;
}

.textContainerHome{
		background: #edf0f2;
}

p.homepageInformation{
	margin-top: 0.5em;
}

article.homepageText{
		color: black;
		margin: 2em auto 3em auto;
			max-width: 60%;
			padding: 2.5em;
			background: rgba(141, 142, 142, 0.05);
			opacity: 1;
			z-index: 1;
			font-size: 1.1em;

}
h3.cookiesHeader{
	margin: 1em 0 0em 0;
}

.incorrectEmail{
	margin: 7% auto 10% auto;
		max-width: 60%;
		padding: 2em;
		background: #302E70;
		opacity: 1;
		z-index: 1;
		font-size: 30px;
		color: white;
}
.successEmail{
	margin: 7% auto 10% auto;
		max-width: 60%;
		padding: 2em;
		background: #02D37A;
		opacity: 1;
		z-index: 1;
		font-size: 30px;
		color: white;
}
article.aboutUsText{

margin: 2em auto 3em auto;
	max-width: 60%;
	padding: 2.5em;
	background: rgba(141, 142, 142, 0.05);
	opacity: 1;
	z-index: 1;
	font-size: 1.1em;


}
h1.aboutusHead{
	color: #302E70;
	margin-top: 0.5em;
}

p.aboutUsTextP{

}
.centerAboutUs{

		background: #edf0f2;


}
article.factsheetText{
	margin: 2em auto;
	display: table;
		background: #edf0f2;
	width: 100%;
}
p.factsheetP{
	margin: 3em;
		border-radius: 1em;
}
.factsheetArticle{
	display: table;
	margin: 3em auto 3em auto;
	text-align: center;
	width: 90%;
	border-bottom: 1px solid black;
	border-radius: 1em;
}
.factsheetTitle{
	background: #edf0f2;
	border-bottom: 1px solid black;
	border-radius: 0.25em;

}
.factsheetLink{
	text-decoration: none;
	list-style: none;
	color: black;

}
.factsheetLink:hover,.factsheetTitle:hover,.factsheetTitleExtra:hover{
	color: white;
	background: #302E70;
	transition: 0.2s;

}

.factsheetInfo{
	background: #E7EBEE;
	padding-top: 2em;
	padding-bottom: 1em;
		border-radius: 0.5em;
}


article.factsheetArticleExtra{
	display: table;
	margin: 1em auto 1em auto;
	text-align: center;
	width: 100%;
}
h2.factsheetTitleExtra{
	background: #edf0f2;
	border-bottom: 1px solid black;
}
p.factsheetInfoExtra{
	background: #E7EBEE;
	padding-top: 2em;
	padding-bottom: 1em;
}
article.servicesText{
	margin: 1.5% 40px 1.5% 10em;
	max-width: 35%;
	padding: 2.5em;
	background: /#edf0f2;
	opacity: 1;
	clear: both;
}
article.aboutUsGenText{
	float: right;
	margin: 1.5% 10em 1.5% 40px ;
	max-width: 35%;
	padding: 2.5em;
	background: #edf0f2;
	opacity: 1;
}

p.homepageParagraph{
}


li.servicesHome{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 2em;
}


article.leftTextLink {
	float: left;
	margin: 3% 40px 8% 11em;
		color: black;

}


article.rightTextLink {
	float: right;
	margin: 3% 11em 8% 40px;
	color: black;
}

article.rightTextLink, article.leftTextLink{
	width: 20%;
	padding: 5%;
	background: #edf0f2;
	opacity: 1;
	font-size: 1.5em;
	border-radius: 0.75em;
	transition: 0.2s;
	text-align: center;

}

article.leftTextLink:hover,article.rightTextLink:hover{
	color:#302E70;
	opacity: 0.7;
		transition: 0.2s;
}


article.rightTextLink, article.leftTextLink, .textContainerHome
{box-shadow: 5px 5px 30px 5px #4B0104;}

body{
background: #6C0405;

}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#footer {
clear: both;
width: 100%;
float: bottom;
position: relative;
margin: 0em 0em 0em 0em;
padding: 2.5em;
background: rgba(141, 142, 142, 0.05);
color: black;
}

/*Bottom navigation menu*/
.mainBar2{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	width: 100%;
	border: none;
	background: #edf0f2;
	opacity: 1;
	clear: both;
	box-shadow: 0px 0px 20px 1px #650705;

}
.mainbar2 ul{
	height: 50px;
}
li.bottomMenubarLi{
	float: left;
	width: 200px;
	border-right: 1px solid #D5D5D5;
	line-height: 15px;
	opacity: 1;
	font-size: 16px;
}

.telNumber{
	position: fixed;
	z-index: 99;
	float: right;
	margin-left: 90%;
}

a.bottomMenubarA{
    display: block;
    text-decoration: none;
    text-align: center;
    font-family: arial;
		opacity: 1;
		padding: 5% 0px 0px 0px;
		border-bottom: 3px solid transparent;
		transition: border-bottom 0.2s;
		color: black;
		padding: 10% 10px 15px 10px;
}
.backgroundForFooter{
background: #edf0f2;
}
.footerAddress{
	font-size: 1.2em;
	font-weight: normal;
	float: left;
	clear: left;

}
.creationOwen{
	display: table;
	margin: 0 auto;
	font-size: 0.8em;
	font-weight: normal;
	padding-bottom: 0.2em;
}
#creationFooter{
	clear: both;
	width: 100%;
	float: bottom;
	position: relative;
	margin: 0em 0em 0em 0em;
	background: #edf0f2;
	color: black;
background: rgba(141, 142, 142, 0.05);
}
.emailAddress{
	font-size: 1.2em;
	font-weight: normal;
	float: right;
	clear: right;
}

article, p, .homepagePicture, .aboutUsPicture{
		animation-name: fadein;
		animation-duration: 1.25s
}

@keyframes fadein {
	from{
		opacity: 0;

	}
	to{
		opacity: 1;
	}
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #edf0f2;
  overflow-x: hidden;
  transition: 0.4s;
  padding-top: 60px;
}

.sidenavA{
    width: 300px;
		font-size: 40px;
		margin: 1em 0 1em 0;
		border-bottom: solid 0.5px black;
}

.sidenavA, #closebtn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #6C0405;
	font-weight: bolder;
  display: none;
  transition: 0.3s;
}

.sidenavA:hover, #closebtn:hover {
  color: #302E70;
}

.sidenav #closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: 0.4s;
  padding: 0px;
}
.spanStyle{
display: none;
}

.telNumber{
	position: fixed;
	z-index: 99;
	float: right;
	margin-left: 90.35%;
	margin-top: 0.3%;

}
*{
	font-family: verdana;
}

.sidenavMobileNo{
    width: 300px;
		margin: 1em 0 1em 0;
		  padding: 8px 8px 8px 32px;
			text-decoration: none;
			display: block;
			transition: 0.3s;
			font-size: 24px;
}

.sidenavMobileNo:hover{
  color: #302E70;
}
@media screen and (max-width: 1800px){
}


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

	.telNumber{
		position: fixed;
		z-index: 99;
		float: right;
		margin-left: 88%;
	}

	.mainBar{
		display: flex;
		width: 100%;
		border: none;
		background: #edf0f2; /*#61617A #6C0405;*/
		opacity: 1;
		position: fixed;
		top: 0;
		z-index: 99;
		scroll-behavior: smooth;
		box-shadow: 0px 0px 30px 5px black;



	}
	/*Position fixed? Have a one page site? Might work better.*/
	li.menubarLi{
		float: left;
		width: 200px;
		border-right: 1px solid #D5D5D5;
		line-height: 15px;
	}

	a.menubarA{
	    display: block;
	    text-decoration: none;
	    text-align: center;
	    color: black;
	    font-family: arial;
	    font-size: 16px;
			opacity: 1;
			padding: 15% 10px 20px 10px;
			border-bottom: 3px solid transparent;
			transition: border-bottom 0.2s;

	}

}

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


	article.leftTextLink {
		margin: 3% 40px 8% 9em;

	}


	article.rightTextLink {
		margin: 3% 9em 8% 40px;
	}

	article.rightTextLink, article.leftTextLink{
		width: 25%;
		padding: 5%;
		font-size: 1.5em;
		border-radius: 0.75em;
		transition: 0.2s;
	}
}
@media screen and (max-width: 1288px) {
	.telNumber{
		margin-left: 86%;
		margin-top: 5%;
	}
}
@media screen and (max-width: 1250px) {
	.navbarLogo{
		display: flex;
		max-width: 171px;
		max-height: 81px;
	}

	/* Top navigation menu*/
	.mainBar{
		width: 100%;
		top: 0;
		box-shadow: 0px 0px 30px 5px black;


	}
	/*Position fixed? Have a one page site? Might work better.*/
	li.menubarLi{
		float: left;
		width: 150px;
		border-right: 1px solid #D5D5D5;
		line-height: 15px;

	}

	a.menubarA{
			display: block;
			text-decoration: none;
			text-align: center;
			color: black;
			font-family: arial;
			font-size: 16px;
			opacity: 1;
			padding: 15% 10px 20px 10px;
			border-bottom: 3px solid transparent;
			transition: border-bottom 0.2s;

	}

	.telNumber{
		margin-left: 85%;
		margin-top: 0.3%;
	}


}


@media screen and (max-width: 1100px) {
	/*Bottom navigation menu*/
	.creationOwen{
		display: table;
		padding-bottom: 2em;
		font-size: 0.8em;
		font-weight: normal;
	}

	.mainBar2{
		display: flex;
		flex-wrap: wrap;
		justify-content:space-around;
		width: 100%;
		border: none;
		background: #edf0f2;
		opacity: 1;
		clear: both;
		box-shadow: 0px 0px 20px 1px #650705;

	}
	.mainbar2 ul{
		height: 50px;
	}
	li.bottomMenubarLi{

		width: 180px;
		border-right: 1px solid #D5D5D5;
		line-height: 15px;
		opacity: 1;
		font-size: 16px;
	}

	a.logoLink{
		opacity: 1;
		transition: 0.3s;
		opacity: 1;
		transition: 0.3s;

		}


	.navbarLogo{
		display:block;
		max-width: 171px;
		max-height: 81px;
		margin: 0 auto;
	}

		.mainBar{
			display: none;
		}

		 li.menubarLi{
			display: none;

		 }

		 a.menubarA{
			 display: none;
		 }


		 IMG.homepagePicture{
		 		width: 100%;
		 		margin: 0px auto 5px auto;
				box-shadow: none;
		 }

		 article.homepageText{
		 		color: black;
		 		margin: 1em auto 3em auto;
		 		max-width: 80%;
		 		padding: 2.5em;
				font-size: 1.5em;

		 }
		 article.rightTextLink, article.leftTextLink{
			 width: 30%;
			 padding: 5%;
			 font-size: 1.5em;
			 border-radius: 0.75em;
			 transition: 0.2s;
		 }

		 article.leftTextLink {
			 float: left;
			 margin: 3% 0px 8% 5em;
				 color: black;

		 }


		 article.rightTextLink {
			 float: right;
			 margin: 3% 5em 8% 0px;
			 color: black;
		 }


		 .spanStyle{
		 font-size: 60px;
		 cursor:pointer;
		 display: block;
		 position: fixed;
		 background: #302E70;
		 margin-left: 0.5em;
		 color: white;
		 border-radius: 10em;
		 opacity: 0.9;
		 		 padding: 0.2em;
		 }
		 .spanStyle:hover{
		 opacity: 1;
		 color: black;
		 transition: 0.1s;

		 }
		 .centerAboutUs{
		 		background: #edf0f2;
		 }
		 article.aboutUsText{
			color: black;
			margin: 1em auto 3em auto;
			max-width: 80%;
			padding: 2.5em;
			font-size: 1.5em;

		 }
		 p.factsheetP{
		 	margin: 0.5em;
		 		border-radius: none;
		 }
	 }
	 @media screen and (max-width: 950px) {
		 .mainBar2{
			 display: flex;
			 flex-wrap: wrap;
			 justify-content:space-around;
			 width: 100%;
			 border: none;
			 background: #edf0f2;
			 opacity: 1;
			 clear: both;
			 box-shadow: 0px 0px 20px 1px #650705;

		 }
		 .mainbar2 ul{
			 height: 50px;
		 }
		 li.bottomMenubarLi{

			 width: 150px;
			 border-right: 1px solid #D5D5D5;
			 line-height: 15px;
			 opacity: 1;
			 font-size: 18px;
		 }
		 .centerBar{
			 margin: 0 auto;
		 }
	 }
	 @media screen and (max-width: 770px) {
		 li.bottomMenubarLi{

			 width: 100px;
			 border-right: 1px solid #D5D5D5;
			 line-height: 15px;
			 opacity: 1;
			 font-size: 18px;
		 }
	 }
