@charset "utf-8";


/* Main CSS import */
@import '/style.css';


/* Layout CSS */
html,
body{
	height: 100%;
}

html{
    background: url(image/background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body{
    background: rgba(0, 0, 0, 0.65);
}


i{
    width: 28px;
    text-align: center;
}

.logo{
	width: 80%;
	margin: 0px 0px 18px;
}