@font-face {
	font-family: 'Montserrat';
	src: url(fonts/Montserrat-Regular.ttf) format('truetype');
}

 body {
	  font-family: 'Montserrat';
	  background-color: white;
  }

  #container {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 300px;
  }
  
  #header {
	  display: block;
	  width: 100%;
	  margin-top: 20px;
  }
  
  #header a {
	  margin-left: auto;
	  margin-right: auto;
  }
  
  #header img {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 50px;
	  /*width: 86px;*/
  }
  
  #missedout {
	  margin-top: 20px;
	  padding-bottom: 10px;
	  border-bottom: 0.1em solid rgb(237,237,237);
  }
  
  #missedoutheader {
	font-size: 18px;
	font-weight: 600;
	color: rgb(51,51,51);
	visibility: hidden;
  }

  #missedoutcontent {
	  font-size: 13pt;
	  font-weight: 300;
	  color: rgb(183,183,183);
	  visibility: hidden;
  }
  
  #message {
	  font-family: 'Montserrat';
	  font-weight: 300;
	  font-style: normal;
	  font-size: 10pt;
	  margin-top: 15px;
	  color: #444444;
	  visibility: hidden;
  }
  
  #download {
	  display: block;
	  width: 100%;
	  margin-top: 45px;
  }
  
  #download img {
	  /* only works for block-style */
	  margin-left: auto;
	  margin-right: auto;
  }
  
  #apple_badge {
	  height: 40px;
	  vertical-align: top;
	  margin-top: 9px;
	  display: none;
  }
  
  #google_badge {
	  height: 59px;
	  display: none;
  }
  
  /* Small devices (use default styling) */
  
  /* iPhone 6+,7+,8+,Xr,Xs and Android medium+large devices */
  @media only screen and (min-width: 400px) {
	  #container {
		  width: 380px;
	  }
  }
  
  /* Larger devices */
  @media only screen and (min-width: 600px) {
	  #container {
		  width: 500px;
	  }
  }
  
  /* (iPhone 6 and up) */
  @media only screen and (min-height: 600px) {
	  #header {
		  margin-top: 40px;
	  }
  
	  #header img {
		  width: 90px;
	  }
	  
	  #missedout {
		  margin-top: 40px;
	  }
	  
	  #missedoutheader {
		  font-size: 19pt;
	  }
	  
	  #missedoutcontent {
		  font-size: 17pt;
	  }
	  
	  #message {
		  margin-top: 30px;
		  font-size: 14pt;
		  visibility: hidden;
	  }
	  
	  #download {
		  margin-top: 65px;
	  }
  
	  #apple_badge {
		  height: 61px;
		  margin-top: 15px;
	  }
  
	  #google_badge {
		  height: 91px;
	  }
  }
  