/* Import Fonts */
@import url(https://fonts.googleapis.com/css?family=Michroma);

body {
    font-family: 'Michroma', sans-serif;
    line-height: 21px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Michroma', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}



a {
    color: #f4f4f4;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
}

a:hover {
    text-decoration: none;
}

.bg {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url(assets/img/ma-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100%;
    position: absolute;
}


@media (min-width: 980px) {
	.coming-soon {
	    position: absolute;
	    right: 5%;
	    top: 28%;
	    text-align: center;
	    color: #373737;
	}
	.mail a {
    	display: none;
	}
	h1 {
	    font-size: 20px;
	    line-height: 25px;
	    padding: 0;
	    margin: 0;
	}
	p {
	    font-size: 20px;
	}
}
@media (max-width: 979px) {
    .mobile-bg {
	    background-color: rgba(0, 0, 0, 0.7);
	    position: absolute;
	    height: 25%;
	    width: 100%;
	    bottom: 0;
	}
    h1 {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    margin: 0;
	}
	p {
	    font-size: 13px;
	}
	.coming-soon {
	    position: relative;
	    top: 20%;
	    text-align: center;
	    color: #f4f4f4;
	}
	.coming-soon a {
    	display: none;
	}
	.mail {
	    position: absolute;
	    color: #f4f4f4;
	    bottom: 15%;
	    text-align: center;
	    width: 100%;
	}
	.mail a {
		font-size: 13px;
	}
}