body,h1,h2,h3,h4,h5,h6 {
	font-family: "Lato", sans-serif;
}

body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}

.bg {
	position:relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url("images/bg3.jpg");
    min-height: 100%;
	opacity:0.75;
}

.email {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}

.email-text {
	text-align:center!important;
	padding:12px 24px!important;
	font-size:24px!important;
	letter-spacing: 10px;
	animation:opac 0.8s;
	color:#fff!important;
	background-color:#000!important;
}

.at {
	display:none!important;
}