

  .anchor {
	position:absolute;
	margin-top:-85px;
  }

  #hero {
	background: #58B5E0;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
  }

  #hero h1 {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	font-size: 100px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0;
  }
  #hero h2 {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0;
  }
  #hero p {
	font-family: 'Quasimoda';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	color: #FFFFFF;
  }
  #hero span {
	color: white;
  }
  #iframe-wrapper {
	margin: 2rem;
    border-radius: 2rem;
    overflow: hidden;
    padding: 2rem;
    background-color: #f2f2f2;
  }
  @media screen and (max-width: 770px) {
	#hero {
	  padding: 10px;
	}
	#hero h1 {
	  font-size: 64px;
	  max-width: 250px; /* for line break */
	}
	#hero h2 {
	  font-size: 25px;
	}
	#hero p {
	  font-size: 14px;
	}
  }
