/* joandliz.com */

/* General */
body {
  background: #fff;
  color: #333333;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1, h2, h3, h4 {
  font-family: 'Secular One', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

h1, h2, h3 {
  color: #ffffff;
}

h1 {
  font-size: 5rem;
  font-weight: bold;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 0;
}

h3 {
  font-size: 2rem;
}

p {
  font-size: 18px;
  line-height: 1.4em;
}

form {
  padding: 2em 0;
}

input {
  width: 100%;
}

input[type="email"],
input[type="text"] {
  color: #333;
  font-size: 1.5em;
}

input[type="submit"] {
  display: block;
}

small {
  font-size: 1em;
  display: block;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  margin-bottom: 2em;
}


.main hr {
  margin-top: 1rem !important;
  margin-bottom: 3rem !important;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

.header {
  background:
  linear-gradient(
      rgba(66, 50, 14, 0.5),
      rgba(66, 50, 14, 0.5)
  ),
  url(../images/brecksville-ohio-towpath.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: repeat-y;
  width: 100%;
  padding: 50px 0 50px 0;
  text-align: center;
}

.main {
  padding: 50px 0 20px 0;
}

#map {
  max-width: 550px;
  margin: 0 0 3.5em 0;
  height: 250px;
  width: 100%;
}

.section {
  padding: 0 0 50px 0;
}

.lets-celebrate {
  border: 1px solid #cccccc;
  padding: 2em;
  text-align: center !important;
}

/* Misc */
@media (min-width: 550px) {
  h1 {
    font-size: 11rem;
  }

  h2 {
    margin-bottom: 0;
  }

  h2#line-1 { font-size: 2.7rem; }
  h2#line-2 { font-size: 4.8rem; }
  h2#line-3 { font-size: 4.1rem; }

  h3#line-4 { font-size: 2.3rem; }
  h3#line-5 { font-size: 3.9rem; }

  input[type="text"],
  input[type="email"]
   {
    width: 325px;
    max-width: 100%;
  }

  input[type="submit"] {
    width: auto;
  }

  .header {
    padding: 50px 0 70px 0;
  }

  #map {
    height: 350px;
  }
}
