
body {
	position: absolute;
	margin: 0;
	padding: 0;
	background-image:url("assets/img/pexels-joan-costa-3379550.jpg");
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-position:center top;
	background-attachment:fixed;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
	overflow: auto;
}

@keyframes clouds-loop-1 {
  to {
    background-position: -1000px 0;
  }
}

.clouds-1 {
    top: 0;
    right: 0;
    left: 0;
    background-repeat: repeat-x;
    position: absolute;
    height: 100%;
    background-image: url("assets/img/clouds_1.png");
	animation: clouds-loop-1 60s infinite linear;
    opacity: 0.2;
}


@keyframes clouds-loop-2 {
  to {
    background-position: 1000px 0;
  }
}

.clouds-2 {
	top: 0;
	right: 0;
	left: 0;
	background-repeat: repeat-x;
	position: absolute;
	height: 100%;
	background-image: url("assets/img/clouds_2.png");
	animation: clouds-loop-2 60s infinite linear;
	opacity: 0.8;
}


.clouds {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.block-center {
	margin: 10% 10% 10% 10% !important;
	border: 1px solid #ebebeb;
    max-width: 1900px;
	padding:20px 20px 40px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 4px;
	text-align: center;
}

.block-center h1 {
	padding: 15px 0 0 0;
}

.block-center h2 {
	padding: 30px 0 0 0;
}

.block-center h3 {
	padding: 30px 0 0 0;
}

.block-center h4 {
	padding: 30px 0 0 0;
}

.footer {
	width: 100%;
    text-align: center;
    color: #000000;
    text-decoration: none;
    bottom: 0;
    position: absolute;
    background-color: #ffffff;
	opacity:0.8;
	padding:15px 0 15px 0;
}

.footer a {
	color:#ffffff;
    text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

.footer a:hover {
	margin: auto;
	text-align: center;
	color:#38aae0;
}

.copyright {
	
}

.made {
	padding-top:20px;
	color:#444;
}

.emoji {
	width: 12px;
	height: 12px;
}

.socials {
    margin-top: 15px;
}

.socials a {
	color:#ffffff;
    text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	font-size: 0px;
}

.fa-brands {
    font-size: 30px;
    padding: 2px;
    color:#858786;
}

.fa-brands:hover {
    font-size: 30px;
    padding: 2px;
    color:#585858;
}