* {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 16px;
  font: inherit;
  box-sizing: border-box;
}

body {
  max-width: 100rem;
  margin: 0 auto;
}

b {
  font-weight: 700; 
}

img {
  max-width: 100%;
}

header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url('../img/armedlove.jpg') no-repeat center center fixed;
  background-color: transparent;
  background-size: cover;
  overflow: auto;
}

.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.logo {
  margin: 0 auto;
}

button {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}

.main-buttons {
  cursor: pointer;
  display: inline-block;
  background: rgba(255, 0, 0, 1);
  padding: .25rem .5rem;
  margin: 1rem .25rem 1rem 0;
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;
  text-align: center;
  font-size: calc(.75rem + 1vmin);
  line-height: normal;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.info {
  position: absolute;
  display: block;
  width: 100%;
  color: white;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 1rem 2rem 2rem 2rem;
}

.credits {
  font-size: calc(.5rem + .6vmin);
  line-height: 200%;
}

.synopsis {
  font-size: calc(.75rem + .75vmin);
}

.hide {
  display: none;
}



@media only screen and (max-width: 320px) {
  .info {
    padding: 1rem 1rem 2rem 1rem;
  }
}

@media only screen and (max-width: 414px) and (orientation: portrait) {
  .title {
    width: 75%;
  }
}
