body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    text-align: center;
	background-color:#ffffff;
}




a:link, a:visited {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #000000;
}


.hidetext {
  font-size: 5%;
  text-indent: -9999em;
  text-align: left;
  color: transparent;
  white-space: nowrap;
  outline: none;
}


.clearboth {
	clear: both;
}

img {
    max-width: 100%;
    height: auto !important;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.logo {
	position: relative;
	margin: 0 auto;
	text-align: center;
	max-width: 80%;
}

.logo img { max-width: 100%;width:100%;}



@media only screen and (max-width: 1024px) {
    .container {
        height: 80vh;
    }
    }
    
