* {
  box-sizing: border-box;
}

body {
  color: white;
  font-family: 'Roboto', 'Arial', sans-serif;
    line-height: 1.4
}

body h4 {
  font-family: 'CapricaScriptUpright', serif;
  font-size: 70px;
      font-style: italic;
  color: #e92227;
}

a {
  color: white;
}

.half {
  min-height: 100vh;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 30px;
}

.background-image {
  position: absolute;
  width: 100%;
  height: 100%;

  z-index: -1;

  background-image: url('../../img/Brown-paper.jpg');  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.background-image.flip {
  transform: rotate(180deg);
}

.content {
  width: 90vw;
  max-width: 650px;

  text-align: center;
}

.title,
.counter-action {
  text-transform: uppercase;
  color: #ed1c24;
  font-weight: 700;
  font-size: 20px;
line-height: 1

}

.top-half .title {
  margin-top: 50px;
}

.caption {
  margin-top: 20px;
}

.counter-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #ed1c24;
}

button:focus,
audio:focus {
  outline: none;
}

.do-hover {
  cursor: pointer;
}

.do-enlarge {
  transition: all 0.2s ease-out;
}

.is-enlarge {
  transform: scale(1.2);
}

.counter-action {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;

  background-color: white;
  border-radius: 50%;

  text-decoration: none;
}

.counter-action2 {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;

  background-color: white;
  border-radius: 50%;

  text-decoration: none;
}

.shoe-size {
  margin: 50px 0;
  width: 200px;

  font-family: 'CapricaScriptUpright', serif;
  font-size: 140px;
}


/* ASSETS */

.logo {
  width: 400px;
  height: auto;
margin-top: 50px;
      margin-bottom: 50px;

}

.logo-shoe-list {
  width: 400px;
  height: auto;
margin-top: 10px;

}

main .nhs-logo {
  width: 120px;
  height: auto;

  margin-top: 20px;
margin-right: 30px;

}

main .nursingnow-logo {
  height: 60px;
  width: auto;
margin-top: 20px;
  margin-left: 30px;

}

.arrow-down {
  width: 85px;
  height: 85px;
}

.arrow-down path {
  fill: white;
}

/* MEDIA QUERIES */
@media all and (max-width: 500px) {
  .logo {
    width: 300px;
  }

  main .nhs-logo {
    width: 100px;
  }
}

@media all and (max-width: 320px) {
  .title,
  .counter-action {
    font-size: 25px;
  }

  main .nhs-logo {
    margin-bottom: 30px;
  }

  .top-half .title {
    margin-top: 30px;
  }
}
