  
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
html,
body {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
}
h1 {

  color:#B8860B;

  font-family:  cursive;
  font-size: 100px;
  font-weight: normal;
  line-height: 80px;
  margin: 0 0 40px;
  text-shadow: 6px 7px 8px rgba(150, 150, 154, 1);}
h2 {
  font-size: 3em;
  color: #B8860B;

}
h3 {
  font-size: 2em;
  color:#B8860B;

}
h4 {
  font-size: 1.5em;
  text-decoration: underline;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  /* text-decoration: underline; */
}
.below-nav {
  padding-top: 60px;
}
@media (max-width: 600px) {
  .below-nav {
    padding-top: 120px;
  }
}
.emph {
  color: #B8860B;
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
@keyframes hover-underline {
  from {
    border-bottom: 1px solid black;
  }
  to {
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    margin-bottom: -5px;
  }
}
@media (max-width: 1000px) {
  h1 {
    font-size: 3em;
    text-align: center;
  }
  .desktop-only {
    display: none;
  }
}
.nav {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 65px;
  width: 100%;
  height: 60px;
  background: #EBEDF1;
}
@media (max-width: 600px) {
  .nav {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 120px;
  }
}
.nav img {
  width: 115px;
}
@media (max-width: 600px) {
  .nav img {
    padding: 10px 0;
  }
}
.nav nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.nav nav a {
  margin: 0 25px;
}
.nav nav a:hover {
  animation-name: hover-underline;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  text-decoration: none;
}
@media (max-width: 600px) {
  .nav nav {
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    width: 100%;
  }
  .nav nav a {
    margin: 0;
    padding: 5px 0;
    width: 100%;
    flex-grow: 1;
  }
  .nav nav a:hover {
    animation: none;
    background: #777E8C;
    color: #EBEDF1;
  }
}
footer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  color: #EBEDF1;
  background: #777E8C;
  border-top: #B0B5BF solid 1px;
  padding: 20px 0;
  line-height: 1.2em;
}
@media (max-width: 1000px) {
  footer {
    flex-direction: column;
    text-align: center;
  }
}
footer img {
  width: 115px;
}
footer h4 {
  line-height: 2em;
}
.header {
  min-height: 100vh;
  background: url("https://images.unsplash.com/photo-1519671282429-b44660ead0a7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.header .wrapper {
  margin-top: 100px;
}
.header .wrapper .content {
  padding: 20px 40px;
  background: rgba(235, 237, 241, 0.75);
  max-width: 80%;
}
.header .wrapper .content h1 {
  padding-left: 10px;

  margin-bottom: 20px;
}
.header .wrapper .content p {
  text-align: right;
  color: black;
  line-height: 2em;
}
.header .wrapper .content p img {
  vertical-align: middle;
  width: 40px;
}
.details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  border-top: solid #777E8C 1px;
}
.details .item {
  width: 50%;
  height: 100vh;
}
@media (max-width: 600px) {
  .details .item {
    width: 100%;
  }
}
.details .item .content {
  background: rgba(235, 237, 241, 0.8);
  padding: 10px;
  max-width: 500px;
  margin-top: 30px;
  margin-left: auto;
  text-align: right;
}
.details .item .content h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.details .item .content p {
  font-style: italic;
}
.details .guests {
  background: url("/Img/Gathering.png");
  background-position: center;
  background-size: cover;
}
.details .food {
  background: url("https://images.unsplash.com/photo-1547573854-74d2a71d0826?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80");
  background-position: center;
  background-size: cover;
}
.signup {
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background: #B8860B;;
}
.signup h2 {
  padding: 40px 0;
  color: #EBEDF1;
}
@media (max-width: 1000px) {
  .signup h2 {
    padding: 40px 20px;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .signup {
    display: block;
    padding-left: 0;
  }
}
.signup div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  background: #EBEDF1;
  margin-left: 10%;
  flex-grow: 1;
  background: url("../Img/CreateAccount.png"), linear-gradient(to top right, #B0B5BF, white);
  background-size: cover;
  background-position: center;
  background-blend-mode: lighten;
}
@media (max-width: 1000px) {
  .signup div {
    margin-left: 0;
    padding: 50px 0;
  }
}
.signup div a {
  padding: 20px;
  background: #B8860B;;
  color: #EBEDF1;
}
.signup div a:hover {
  background: #B8860B;;
}
