@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');

body {
  margin:0;
  font-family: 'Roboto', sans-serif;
}

.grid-x {
  justify-content: center;
  align-items: center;
}

.info {
  text-align: right;
  color: #453B31;
  margin-top: 25px;
  font-size: 14px;
}

.info strong {
  font-size: 20px;
}

.logo {
  width: 100%;
  height: 180px;
  background-color: #453b31;
  background-image: url('img/logo.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-page {
  padding: 0 40px;
}

p {
  color: #453B31;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  display: block;
  margin-bottom:70px;
}

p.eng {
  font-style: italic;
  margin: 0;
}

figure {
  width: 100%;
  height: 100vh;
  background: url('img/donna.jpg') center no-repeat;
  background-size: cover;
}


/* Small only */
@media screen and (max-width: 39.9375em) {

  .logo {
    background-position: center;
    height: 120px;
  }

  .info {
    margin:15px 0;
    text-align: center;
  }

  figure {
    height: 50vh;
  }

  .text-page {
    padding: 0 15px;
  }

  p {
    margin-bottom: 40px;
    text-align: center;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  .logo {
    background-position: center;
    height: 120px;
  }

  .info {
    margin:15px 0;
    text-align: center;
  }

  figure {
    height: 50vh;
  }

  .text-page {
    padding: 0 15px;
  }

  p {
    margin-bottom: 40px;
    text-align: center;
  }

}
