/* L'Apostat Design */

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0;
	margin:0;
	border:0;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: rgba(255, 0, 0, 1);  
 /* background-image: url("images/webback3.jpg");
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;*/
  overflow: hidden;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  text-transform: none;
} 

/* fonts */

.montserrat-sitefont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "belmonte-ballpoint-cursive";
  src: url("fonts/belmonte-ballpoint-cursive.woff2") format("woff2"),
	   url("fonts/belmonte-ballpoint-cursive.woff2") format("woff");
}

/* basic txt rules */
  
p {
  margin: 0em auto;
  padding: 0;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  text-transform: none;
}

a {
  color: #fafafa;
  font-weight: normal;
  text-decoration: none;
 -webkit-transition:all .3s ease-in-out;
 -moz-transition:all .3s ease-in-out;
 -o-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out;
}
a:visited {
  color: #fafafa;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #fafafa;
  text-decoration: underline;
}

/* specifics */

.coming-soon {
  max-width: 500px;
  margin: auto;
}

.logo-main {
  width: 100%;
  font-family: "belmonte-ballpoint-cursive", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  text-align: center;
  color: #fafafa;
  font-size: 20vw;
  margin-top: 50px;
}

.sub-info {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  text-align: center;
  color: #fafafa;
  font-size: 16px;
}