@font-face {
    font-family: 'bpreplayregular';
    src: url('bpreplay-webfont.eot');
    src: url('bpreplay-webfont.eot?#iefix') format('embedded-opentype'),
         url('bpreplay-webfont.woff2') format('woff2'),
         url('bpreplay-webfont.woff') format('woff'),
         url('bpreplay-webfont.ttf') format('truetype'),
         url('bpreplay-webfont.svg#bpreplayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body,html {
  height: 100%;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
}

body,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: 400;
}

html {
  font-family: bpreplayregular;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after,.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

input {
    -webkit-appearance: none;
	 -webkit-border-radius:0; 
    border-radius:0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #293C48;
  color: #FFFCDB;
  font-size: 16px;
  word-spacing: normal;
  min-height: 100%;
  background-size: 100% 100%;
  text-align: center;
}


div {
	position: relative;
}

#heading, #contact {
	height: 47%;
	}

#heading {
	min-height: 150px;
	}
	
#sub, #copyright, .logotype {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logotype span {
	font-size: 6vw;
	letter-spacing: 0.025em;
	}

#io {
	color: #D25D58;
	}

#notif {
margin: auto;
}
	
#notif, #email {
	font-size: 2em;
}

#subscribe {
	margin-top: 30px;
	}


#footer {
	background-color: #D25D58;
	height: 6%;
}

#copyright {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.05em;
}

@media only screen and (max-width:45.9375em) { 
#notif, #email {
	font-size: 1.5em;
}
#send {
    height: 47px;
	}
}

@media only screen and (max-width:40em) { 
	#email {
	font-size: 1em;
	}
	#notif {
	font-size: 1.2em;
	}
#send {
    height: 38px;
	}
.logotype span {
	font-size: 12vw;
	}
}

@media only screen and (max-width:33.75em) { 
.logotype span {
	font-size: 18vw;
	}
#copyright {
    font-size: 0.6em;
}


@media only screen and (max-width:22.5em) { 
		#notif {
	width: 75%;
	}
}

@media only screen and (max-width:16.25em) { 
	#notif {
	width: 90%;
	}
}

@media only screen and (min-width: 1920px) { 
.logotype span {
		font-size: 173px;
	}
}