@font-face {
  font-family: 'Roboto';
  font-weight: 100;
  src: url(../fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-weight: 200;
  src: url(../fonts/Roboto/Roboto-Light.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  src: url(../fonts/Roboto/Roboto-Black.ttf);
}

@font-face {
  font-family: 'Righteous';
  font-weight: 500;
  src: url(../fonts/Righteous/Righteous-Regular.ttf);
}

*{
  font-family: "Roboto";
  outline: none;
  letter-spacing: 0.02em;
  font-weight: 200;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 21px;
  color: white;
}

body {
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
  background-image: url(../archive/background_moderna_job.jpg);
  background-size: cover;
}

h2 {
  font-size: 25px;
  font-weight: 200;
  text-transform: uppercase;
}

h2 img {
  padding-left: 10px;
}

p {
  margin: 0;
  padding: 0;
}

.b {
  width: 100%;
  float: left;
}

.b p{
  color: #4c0c75;
  background-color: white;
  padding: 2px 8px;
  float: left;
}

footer {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  margin-bottom: 20px;
}

footer p {
  font-weight: 100;
  font-size: 12px;
}

.hr {
  border-right: 2px solid white;
  position: relative;
  top: -15px;
  height: 240px;
  right: 40px;
}


.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  -webkit-box-align : center;
  -webkit-align-items : center;
  -moz-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width: 100%;
  -webkit-box-pack : center;
  -moz-box-pack : center;
  -ms-flex-pack : center;
  -webkit-justify-content : center;
  justify-content : center;
}

@media screen and (max-width: 1024px) {

  .hr {
    right: 0
  }

}

@media screen and (max-width: 768px) {

  .logo {
    width: 100%
  }

  h2, p {
    font-size: 18px;
  }

  body {
    background-size: auto;
    background-position-x: center;
    background-image: url(../archive/background_moderna_job_mob.jpg);
  }

}


@media screen and (max-width: 425px) {

  .hr {
    display: none;
  }

  .container {
    padding: 30px !important;
  }

  .logo {
    padding-bottom: 30px;
  }

  body {
    background-position-x: -85%;
  }
}

@media screen and (max-width: 375px) {

  body {
    background-position-x: -75%;
  }

}

@media screen and (max-width: 320px) {

  body {
    background-position-x: -85%;
  }

  h2, p {
    font-size: 15px;
  }

}
