@charset "UTF-8";
/* CSS Document */

*{padding:0; margin:0;}
	
html, body{
	font-family: "Helvetica Neue", Gotham, Helvetica, Arial, "sans-serif";
}
	
.full-height{
	height:100vh;
	background:#ffffff;
	max-width: 1200px;
	padding: 10px;
	margin: 0 auto;
}

.table {
	display:table;
	width: 100%;
	position:relative;
}

.top {
	text-align: center;
	height: 5vh;
	padding-top: 50px;
}

@media (max-width: 768px) {
	.top {
		text-align: left;
		padding-top: 35px;
		padding-left: 25px;
	}
}

.logoapple {
	position: absolute;
    top: 30px;
    right: 30px;
}

@media (max-width: 768px) {
	
	.logoapple {
		position: inherit;
		text-align: center;
		padding-top: 20px;
	}
	
	.logoapple img {
		width: 180px;
	}
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82vh;
}

.logo img {
  position: absolute;
  top: 0; 
  bottom: 0;
  margin: auto;
  width: 80%;
}


@media (max-width: 768px) {
	.logo {
 	position: relative;
  	height: 60vh;
	}
	
	.logo img {
		width: 80%;
	}
}

.bottom {
	position: absolute;
	bottom: 0;
	padding: 0 110px !important;
	height: 10vh;
}

@media (max-width: 768px) {
	.bottom {
		padding: 0 0 !important;
	}
}