*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{margin:0;padding:0;line-height:1.2}h1,h2,h3{margin:0;font-family: "Sequel100Black-45";}a{text-decoration:none;color:white}.coverPage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100vh;background-image:url("../img/background.jpg");background-repeat:no-repeat;background-size:cover; background-color:#e53721;}.coverPage:before{content:'';display:block;position:absolute;/*background:black;opacity:.8;*/width:100vw;height:100vh;top:0}.__coverPage-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:white;height:50%;width:50%;z-index:1000;text-align:center;/*opacity:.9;*/padding:1em}.__coverPage-content h1{font-size:4em;color:#F9A825;/*opacity:.8*/}.__coverPage-content h2{font-size:2.2em;margin-bottom:1.5em}.__coverPage-content h3{font-size:.95em;margin-bottom:.8em;text-transform:uppercase;/*opacity:.7*/}.socialIcon{margin-right:10px;/*opacity:.7*/}.socialIcon i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:20px;border:2px solid white;border-radius:50%;padding:15px;height:25px;width:25px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s} .logo{width: 72%; padding: 7%; margin-bottom: 0;} .socialIcon i:hover{color:#fff;border-color:#fff} @media screen and (min-width:321px) and (max-width:1023px){.__coverPage-content{width:100%}.logo{width: 90%; padding: 5%;}.coverPage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100vh;background-image:url("../img/backgroundvh.jpg");background-repeat:no-repeat;background-size:cover; background-color:#e53721;}.logo{margin-bottom: 30px;}}
/*code*/
.button {
  background-color: #7720ff;
  border: none;
	border-radius: 30px;
  color: white;
  padding: 10px 32px;
	margin: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;}
p{font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; margin: 0 auto; font-size: 12px; margin-bottom: 10px;}