html, body {
  margin: 0;
  height: 100%;
  padding: 0;
}

h1 {
  font-size: 30px;
  font-family: Helvetica;
  font-weight: normal;
  letter-spacing: 3px;
  color: white;
}

h2 {
  font-size: 30px;
  font-family: Helvetica;
  font-weight: lighter;
  letter-spacing: 4px;
  line-height: 0.1em;
}

h3 {
  font-size: 15px;
  font-family: Helvetica;
  text-decoration: none;
  font-weight: 175;
  letter-spacing: 3px;
  margin: 5px;
}

h4 {
  font-size: 13px;
  font-family: Helvetica;
  font-style: italic;
  font-weight: 175;
  letter-spacing: 1.5px;
  margin: 5px;
}

h5 {
  font-size: 13px;
  font-family: Helvetica;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
}

header {
  width: 100%;
  background-color: white;
  opacity: 0.8;
  height: 50px;
  position: fixed;
  margin-top: 0px;
}

.return a {
  color: #363636;
  float: left;
  margin-top: 12px;
  margin-left: 30px;
  opacity: 1;
}

.return a:hover {color: #363636; opacity: 0.6;}

.return img {
  height: 28px;
}

nav ul {
  list-style: none;
  display: block;
  margin-top: 0;
  margin-left: 40%;
}

nav li {
  margin-top: 0;
  margin-right: 5%;
  float: left;
}

nav li a {
  color: #363636;
  opacity: 1;
  font-size: 16px;
  text-decoration: none;
  font-family: avenir;
  letter-spacing: 3px;
}

nav li a:hover {color: #363636; opacity: 0.6;}

nav li a.active {
  color: black;
  opacity: 1;
  border-bottom: 2px solid #fff;
}

a:hover {
 cursor:pointer;
}

.eventTitle {
  font-weight: bold;
}

.eventTitle a {
  color: black;
  text-decoration: none;
}

.eventTitle a:hover {
  color: gray;
  opacity: 0.6;
}

.titleLine {
  border-bottom-style: solid;
  border-bottom-color: grey;
  border-bottom-width: thin;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.background_1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 110%;
  margin-bottom: 10px;
}

.background_2 {
  background-size: cover;
  height: 100%;
  margin-bottom: 10px;
}

#home {
  background-image: url(../images/DE_home.jpg);
}

.downArrow {
  height: 30%;
  padding: 45% 0 0 40%;
}
.downArrow a:hover {color: #363636; opacity: 0.5;}
.downArrow img {height: 100%;}

#welcome {
  background-image: url(../images/DE_welcome.png);
  background-repeat: no-repeat;
  background-position: center;
}

#welcome_text {
  text-align: center;
  padding-top: 8%;
}

#events_1 {
  background-image: url(../images/DE_events_1.jpg);
}

#events_1_text {
  text-align: center;
  padding-top: 18%;
}

#events_2 {
    min-height: 700px;
    display: inline;
}

#events_2_text {
  text-align: center;
  padding-top: 2%;
  padding-bottom: 15px;
}

#events_2_column {
  column-count: 4;
  column-width: 200px;
  padding-top: 30px;
  padding-left: 20px;
  margin-left: 10%;
  margin-right: 5%;
}

.column {
  margin-bottom: 30px;
}

#events_2_notes {
  text-align: center;
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 2%;
  padding-top: 15px;
}


#map {
  height: 50vh;
  filter: grayscale(80%);
}

#travel_1 {
  background-image: url(../images/DE_travel_1.jpg);
}

#travel_1_text {
  padding-top: 20%;
  padding-left: 20%;
}

.divHeight {
  display: flex;
}

#travel_2 {
  background-image: url(../images/DE_travel_2.jpg);
  background-size: cover;
  margin-bottom: 10px;
  float: left;
  flex: 1;
}

#travel_2_text {
  float: left;
  flex: 1;
  padding-left: 1%;
  padding-right: 10px;
  padding-top: 10px;
  word-wrap: break-word;
  margin-bottom: 10px;
}

#lodging_1 {
  clear: both;
  background-image: url(../images/DE_lodging_1.jpg);
}

#lodging_1_text {
  padding-top: 20%;
  padding-left: 20%;
}

#lodging_2 {
  background-image: url(../images/DE_lodging_2.jpg);
  background-size: cover;
  margin-bottom: 10px;
  flex: 1;
  float: left;
  width: 55%
}

#lodging_2_text {
  float: left;
  flex: 1;
  width: 34%;
  padding-left: 1%;
  padding-top: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

#todo_1 {
  clear: both;
  background-image: url(../images/DE_todo_1_crop.jpg);
  margin-top: 10px;
}
#todo_1_text {
  padding-top: 15%;
  padding-left: 29%;
}

#todo_2 {
  height: 170%;
}

#todo_eat, #todo_drink {
  float: left;
  margin: 0 0 0 5%;
}
#todo_visit_1 {
  clear: left;
  float: left;
  margin: 0 0 0 5%;
}
#todo_visit_2{
  float: left;
  margin: 0 0 0 5%;
}
.todo_title {
  border-bottom-style: solid;
  border-bottom-color: grey;
  border-bottom-width: thin;
  padding: 20px 0px 10px 0px;
  margin: 0 0 10px 50px;
  width: 450px;
}
.todo_list {
  list-style: none;
  width: 100%;
}
.todo_list li {
  height: 130px;
}
.todo_img {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 10px;
}
.todo_content {
  padding: 35px 0 0 120px;
}

#registry {
  clear: both;
  background-image: url(../images/DE_registry.jpg);
}

#registry_text {
  text-align: center;
  padding-top: 25%;
}

.registryLink {
  font-weight: bold;
}

.registryLink a {
  color: white;
  text-decoration: none;
  border: solid;
  border-color: white;
  border-width: thin;
  padding: 10px;
}

.registryLink a:hover {
  color: gray;
  border-color: gray;
  opacity: 0.6;
}

.hidden {
  display: none;
  text-align: center;
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 2%;
  padding-top: 15px;
  border-top-style: solid;
  border-top-color: grey;
  border-top-width: thin;
}

#holder_notes {
  text-align: center;
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  padding-top: 15px;
  border-top-style: solid;
  border-top-color: grey;
  border-top-width: thin;
}

.linebrk {
  padding-bottom: 10px;
}

.rsvpLink {
  font-weight: bold;
}

.rsvpLink a {
  color: black;
  text-decoration: none;
  border: solid;
  border-color: black;
  border-width: thin;
  padding: 10px;
}

.rsvpLink a:hover {
  color: gray;
  opacity: 0.6;
  border-color: gray;
}

@media only screen and (max-width: 770px) {
  h1 {
    font-size: 20px;
  }
  
  h2 {
    font-size: 25px;
  }
  
  nav ul {
    width: 30%;
  }
  
  nav li {
    display: block;
  }
  
  header {
    height: 130px;
    width: 100%;
    opacity: 1;
    position: sticky;
    top: 0px;
  }
  
  .return {
     }
  
  .return a {
    margin-top: 30px;
  }
  
  .return img {
    height: 60px;
    margin-bottom: 15px;
  }
  
  #home {
    background-image: url(../images/DE_home.jpg);
    background-size: cover;
    background-color: white;
    background-attachment: scroll;
    height: auto;
    margin-top: 100px;
  }
  
  .downArrow {
    height: 30px;
    padding-top: 300px;
    padding-left: 150px;
    padding-bottom: 30px;
  }
  
  .downArrow img {height: 70px;}
  
  #welcome {
    background-size: cover;
    width: 100%;
    height: auto;
  }
  
  #welcome_text {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 120px;
	}
  
  #events_1 {
    background-image: url(../images/DE_events_1.jpg);
    background-size: cover;
    background-color: white;
    background-attachment: scroll;
    height: auto;
  }
  
  #events_1_text {
      padding-top: 20px;
      padding-bottom: 220px;
    }

  #events_2 {
      height: auto;
    }
   
  #events_2_column {
    display: block;
  } 
  
  #map {
    height: 300px;
  }
  
  #travel_1 {
    background-image: url(../images/DE_travel_1.jpg);
    background-size: cover;
    background-color: white;
    background-attachment: scroll;
    height: auto;
    }
  
  #travel_1_text {
      padding-top: 20px;
      padding-left: 20px;
      padding-bottom: 220px;
    }
    
  .divHeight { 
    display: block;
    height: auto;
	}
  
  #travel_2 {
        background-image: url(../images/DE_travel_2_edit.jpg);
        background-size: cover;
  
        height: 200px;
    }
  
  #travel_2_text {
      width: 90%;
      padding-bottom: 5%;
      margin-left: 5%;
    }
  
  #lodging_1 {
    background-image: url(../images/DE_lodging_1.jpg);
    background-size: cover;
    background-color: white;
    background-attachment: scroll;
    height: auto;
    }
  
  #lodging_1_text {
      padding-top: 20px;
      padding-left: 30px;
      padding-bottom: 200px;
    }

  #lodging_2 {
        background-image: url(../images/DE_lodging_2_mobile.jpg);
        background-size: cover;
        background-position: right;
        width: 100%;
    }
  
  #lodging_2_text {
        width: 90%;
        padding-bottom: 5%;
        margin-left: 5%;
    }
    #todo_1 {
      background-image: url(../images/DE_todo_1.jpg);
      background-size: cover;
      background-color: white;
      background-attachment: scroll;
      height: auto;
    }
    
    #todo_1_text {
      padding-top: 15px;
      padding-left: 20px;
      padding-bottom: 225px;
    }
    #todo_eat, #todo_drink, #todo_visit_1, #todo_visit_2 {
      width: 90%;
      margin-right: 5%;
    }

    .todo_title {
      width: 80%;
      padding-right: 5%
    }
    
    .todo_list {
    	width: auto;
    	}
    
    #registry {
        clear: both;
        background-image: url(../images/DE_registry_mobile.jpg);
        background-size: cover;
        background-attachment: scroll;
        height: auto;
    }

    #registry_text {
      text-align: center;
      padding-top: 250px;
      padding-bottom: 250px;
    }
 }
