@import url('https://fonts.googleapis.com/css?family=Montserrat');	

body { background: var(--antiback); }	
* { 	font-family: "Montserrat", sans-serif;	
box-sizing: border-box; margin: 0;}	


.container {	
	margin-left: 200px; /* Same as the width of the sidenav */	
	font-size: 28px; /* Increased text to enable scrolling */	
	background: var(--back);
}	





.section{
	min-height: 100vh;
	display: block;
	overflow: auto;	
}
.sectioncontent{
	min-height: auto;
	display: block;
	overflow: auto;	
}	
#foot{	
	min-height: 0;	
	height: auto;
	display: flex;
	background: var(--back);	
}	

#foot .footdivision{
	-webkit-box-flex: 0;
	flex: 0 0 49.50%;
}
#foot p{
	font-size: 14px;
}

.foot-wrapper{	
	color: var(--colorWhiteDark);	
	align-content: center;	
	display: grid;	
	width: auto;	
	height: auto;	
	padding: 27.5px;	
	font-size: 18px; 	
}	


h1  {	
	margin-bottom: 10px;	
	margin-top: 50px;	

	font-weight: 400;	
	font-size: 64px;	
	color:  var(--colorPrimary);	
	display: block;	
	text-align: center;	
}	
h2  {	
	margin-bottom: 10px;	
	margin-top: 10px;	

	font-weight: 400;	
	font-size: 44px;	
	color: var(--colorPrimary);	
	display: block;	
	text-align: center;	
}	
h3  {	
	margin-bottom: 20px;	
	margin-top: 20px;	

	font-weight: 400;	
	font-size: 34px;	
	display: block;	
}	
h4  {	
	margin-bottom: 20px;	
	margin-top: 20px;	
	color: var(--colorPrimaryDark);	
	text-align: center;	

	font-weight: 400;	
	font-size: 24px;	
	display: block;	
}	
.title {	
	margin-bottom: 30px;	
	font-weight: 400;	
	font-size: 44px;	
	color: var(--colorPrimary);	
	display: block;	
	text-align: center;	
}	

.wrapper-flex {	

	border-radius: 5px;	
	align-content: center;	
	display: grid;	
	width: auto;	
	height: auto;		
	background: var(--antiback);
	padding: 27.5px;	
}	

.wrapper-flex h3{	
	margin-bottom: 10px;	
	margin-top: 10px;	
	color: var(--colorPrimary);	

	font-weight: 400;	
	font-size: 24px;	
	display: block;	
}	

.wrapper-flex p{	
	margin-bottom: 10px;	
	margin-top: 10px;	
	color: var(--colorAccent);	

	font-weight: 400;	
	font-size: 16px;	
	display: block;	

}	
.wrapper-flex a{	
	margin-bottom: 10px;	
	margin-top: 10px;	
	color: var(--darkHover);	
	text-decoration: none;	
	font-weight: 400;	
	font-size: 16px;	
	display: block;	
	text-indent: 20px	

}	
.wrapper {	
	background: var(--antiback);	
	border-radius: 5px;	
	align-content: center;	
	margin: 10px;	
	display: grid;	
	width: 390px;	
	height: auto;	
	box-shadow: 0 0 20px 0 rgba(0,0,0, .1);	
	padding: 27.5px;	
}	

.wrapper img{	
	margin-left: auto;	
	margin-right: auto;	
	display: block;	
}	

.inlinebutton {	
	display: block;	

	font-weight: 400;	
	font-size: 14px;	
	text-align: center;	
	background:var(--colorPrimaryDark);	
	padding-right: 2px;	
	padding-left: 2px;
	margin-left: 4px;	
	margin-right: 4px;	
	text-decoration: none;	
	color: var(--primaryDark);	
	display: grid;	
	border-radius: 5px;	

	box-shadow: 0 0 20px 0 rgba(0,0,0, .1);	
} 	
.inlinebutton:hover {	
	background: var(--colorPrimary);	

} 	

.button {	
	display: block;	
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 400;	
	font-size: 16px;	
	text-align: center;	
	background:var(--colorPrimary);	
	padding: 10px;	
	margin-left: 4px;	
	margin-right: 4px;	
	text-decoration: none;	
	color: var(--primaryDark);	
	display: grid;	
	border-radius: 5px;	

	box-shadow: 0 0 20px 0 rgba(0,0,0, .1);	
} 	
.button:hover {	
	background: var(--colorPrimaryDark);	

} 	

#loadingMessage {
	width: 100%;
	height: 100%;
	margin-left: 200px;
	background: #545454;
	color:#8AE234;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
	bottom: 0px;
	align-content: center;
	display: grid;
	padding-right: 200px;
}

.button div{	
	display: flex;
	justify-content: center; /* align children centered vertically */ 
	align-items: center; /* align children centered horizontally */
} 	
.button div i {
	padding: 4px 10px 4px 4px;
}

.button div p {
	padding: 4px 10px 4px 4px;
}
.button img {
	margin-left: 0;
	margin-right: 10px;
	width: 20px;
	height: 20px;

}
.button i {
	margin-left: 0;
	margin-right: 10px;
	width: 20px;
	height: 20px;

}


.wrapper-child a{	
	display: block;	
	margin-bottom: 30px;	
	font-weight: 400;	
	font-size: 16px;	
	color: var(--darkHover);	
	text-align: center;	
	text-decoration: none;	
	display: grid;	
} 	
.wrapper-child:hover a{	
	font-style: bold;	
} 	
.apps a {	
	text-decoration: none;	
	font-size: 20px;	

	color: var(--colorPrimary);	
	text-align:center;	
	float:none;	
	width:auto;	
	border:none;	
	display:block;	
	outline:0;	
	white-space:normal;	
}

.bar {	
	height: 100%;	
	width: 200px;	
	position: fixed;	
	z-index: 1;	
	top: 0;	
	left: 0;	
	background-color: var(--colorAccent);	
	overflow-x: hidden;	
	padding-top: 20px;	
}	


.bar a {	
	padding: 20px 16px 20px 16px;	
	text-decoration: none;	
	font-size: 25px;	

	color: var(--colorPrimary);	
	text-align:center;	
	float:none;	
	width:auto;	
	border:none;	
	display:block;	
	outline:0;	
	white-space:normal;	
}
.bar a:focus{	
	font-weight: bold;	
}	

.trustedbuttons{
	display: flex;
	margin: auto;
}
.trustedbuttons div{
	flex: 0 0 33.33%;
	align-content: center;
	display: grid;
	justify-content: center;
}

.trustedbuttons img{
	align-self: center;
	width: 100%;
}

.bar a:hover {	
	background: var(--back);	
}	
.bar i{	
	margin: 10px;	
	font-size:36px;	
}	
.bar p{	
	font-size:20px;	
}	
@media screen and (max-width: 700px) {
  .bar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .bar i{	
	margin: 0;	
	display: none;	
}	

  .bar a {float: left;}
  .container {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .bar a {
    text-align: center;
    float: none;
  }
}



	


.mainback {	
	display: none;	
}	

.logo img{	
	width:100%; 	
	display:block;	
	margin:auto;	
	padding-left: 20%;	
	padding-right: 20%;	
}	

.logo:hover + .mainback{	
	display: block;	
}	
.mainback:hover{	
	display: block;	
}

