.container {
position: relative;
text-align: center;
top: 0px;
bottom: 100px;
flex: 1;
}

.centercontainer {
position: absolute;
top: 50%;
left: 0%;
width: 100%;
text-align: center;
}

.std {
  width: 80%;
  border-radius: 6%;
}

.venue {
  width: 450px;
  max-width: 75%;
}

.accnote {
  font-style: italic;
}

.event{
  padding: 15px;
  font-family: 'Cormorant Garamond', serif;
}

.rsvp {
  padding: 15px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13pt;
}

.trav {
  padding: 15px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: 'Cormorant Garamond', serif;
}

.question{
  text-align:left;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Cormorant Garamond', serif;
}

h3 {
  color: darkslategrey;
  font-style:italic;
}

footer {
  display: block;
  /*margin-top: 25vw;*/
  margin-top: 150px;
  text-align: center;
}

.footer-img {
  width: 60%;
}

h1{
  text-align: center;
  font-size: 12vw;
  font-style: italic;
  font-weight: lighter;
  padding: 1vw;
  padding-top: 4vw;
  font-family: 'Cormorant Garamond', serif;
  color: teal;
}

.pagetitle {
  text-align: center;
  font-size: 8vw;
  font-family: 'Cormorant Garamond', serif;
  color: teal;
  margin-top:50px;
}

h2 {
  color: darkslategrey;
}

.navigation {
  display: none;
  text-align: center;
  margin-bottom: 50px;
}

.active {
  text-decoration: underline;
  font-weight: bold;
}

ul {
  padding-left: 0px;
}

li {
  display: inline;
  padding:30px;
}

.desknav {
  color: teal;
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
}

.desknav:link { 
  text-decoration: none; 
} 

.desknav:hover {
  text-decoration: underline;
}



.menu #links {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
}

.menu a.icon {
background: black;
display: block;
position: absolute;
right: 0;
top: 0;
}

#menu__toggle {
opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
top: 0;
transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
top: 0;
transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
top: 0 !important;
}
.menu__btn {
color: teal;
position: fixed;
top: 28px;
left: 20px;
width: 26px;
height: 26px;
cursor: pointer;
z-index: 2;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
display: block;
position: absolute;
width: 100%;
height: 2px;
background-color: teal;
transition-duration: .25s;
z-index: 2;
}
.menu__btn > span::before {
content: '';
top: -8px;
}
.menu__btn > span::after {
content: '';
top: 8px;
}
.menu__box {
display: block;
position: fixed;
top: -250%;
width: 100%;
height: 100%;
margin: 0;
padding-top: 10%;
list-style: none;
background-color: #f7f3e8;
transition-duration: .25s;
z-index: 1;
}
.menu__item {
display: block;
padding: 12px 24px;
color: teal;
font-size: 7vw;
text-decoration: none;
text-align: center;
}
.menu__item:hover {
font-weight: bold;
}

body {
  background-color: #f7f3e8;
}

.page {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #f7f3e8;
  display: flex;
  flex-direction: column;
  min-height: 90vh;
}

@media only screen and (max-width: 600px) {
.question {
  text-align: center;
}
}

@media only screen and (min-width: 800px) {
.menu {
  display: none;
}
.menu__box {
  display: none;
}
.menu__toggle {
  display: none;
}
.navigation {
  display: block;
}
h1 {
  padding: 15px;
  padding-top: 60px;
  font-size: 60px;
}
footer {
  margin-top: 150px;
}
.footer-img {
  width: auto;
}

.pagetitle {
  display: none;
}
}

@media only screen and (min-width: 1024px) {
body {
  background-image: url("backg.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.page {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: -10px;
  margin-bottom: -10px;
  width: 1024px;
  display: flex;
  flex-direction: column;
  min-height: 101vh;
}

.container {
  width: 1024px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  flex: 1;
}
.rightbox {
  padding-left: 20.5px;
  padding-right: 20.5px;
  font-size: 41px;
}
.leftbox {
  padding-left: 20.5px;
  padding-right: 20.5px;
  font-size: 41px;
}

.question{
  padding-left: 150px;
  padding-right: 150px;
}
}
