body {
	background: no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}

@media only screen and (min-width:768px) {
}

@media only screen and (min-width:1200px) {
}

@-webkit-keyframes fadeindown {
0% {
 opacity: 0;
 transform: translateY(-40px);
}
100% {
 opacity: 1;
 transform: translateY(0px);
}
}

@keyframes fadeindown {
0% {
 opacity: 0;
 transform: translateY(-40px);
}
100% {
 opacity: 1;
 transform: translateY(0px);
}
}
