html{
	height: 100%;
}
/* TOP */
top{
	background-color: #FFFFFF;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.access .container{
	max-width: 740px;
	min-width: 300px;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	margin-top: 225px;
}
.access .container h2{
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 0 2px 20px #000000;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.access a{
	background: #FFFFFF;
    box-shadow: 0 2px 27px 0 rgba(0,0,0,0.06);
    padding: 30px;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    min-height: 300px;
    color: #203861;
}
.access a:hover{
	background: #0066B3;
	color: #FFFFFF;
}

.access a i{
	font-size: 90px;
	color: #0066B3
}
.access a:hover i{
	color: #FFFFFF
}

@media (max-width: 767px) {

.access .container{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
}
.access .container h2{
	font-size: 30px;
	margin-bottom: 20px;
}
.access a{
    min-height: auto;
}
}