header {
  /*background: url('../../assets/img/loft.jpg');*/
  text-align: center;
  width: 100%;
  height: 80vh;
  background-size: cover;
  /*background-attachment: fixed;*/
  position: relative;
  overflow: hidden;
  border-radius: 0 0 10% 10% / 5%;
}

header .overlay {
  width: 100%;
  height: 100%;
  padding: 50px;
  color: #FFF;
  text-shadow: 1px 1px 1px #333;
  background-color: rgba(16,6,159,0.25);
}

@media (min-width: 1200px) {
  .myh1 {
    font-family: 'Dancing Script', cursive;
    font-size: 80px;
    margin-bottom: 30px;
    margin-top: 5%;
  }
}

@media (max-width: 500px) {
  .myh1 {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 5%;
  }
}

@media (max-width: 500px) {
  .myh3 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

button:hover {
  cursor: pointer;
}

