@import url("font.css"); /* Using a url */

body {margin: 0; height: 100%; overflow: hidden}

#pageloader {
    background: rgba(255, 255, 255, 0.1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}
.blurred {
    filter: blur(6px);
}
body {
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

div,h1,h3,h4,p {
    font-family: MyWebFont, sans-serif !important;;
}


#main {
	margin-top: 8%;
	border: #000 solid 1px;
	padding: 1%;
	border-radius: 51px;
	background-color: rgba(0, 0, 0, 0.7);
}

