:root {
  --white: #fff;
  --font-family-sans-serif: "Montserrat", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5;
  text-align: left;
  background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
text-align: center;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 100 !important;
  color: #fff !important;
  line-height: 1.2;
  color: #121F38;
}

h1, .h1 {
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.2;
  font-family: 'Allura', cursive;
  color: #fff !important;
}

a {
  color: white;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: white;
  text-decoration-thickness: 0.5px;
}

.button {
    background-color: white;
    border-radius: 5px;
    color: black;
    padding: 5px 15px;
    text-align: center;
margin:5px;
border-style: solid;
border: none;
}

select {
border: none;
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(3rem + 5.7vw) ;
  }
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 400 !important;
padding: 0px 0px 15px 0px;
margin: 20px;
}

h2 img {
height: 0.7rem;
}

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

@media (max-width: 600px) {
  h2, .h2 {
    font-size: calc(1rem + 0.9vw);
  }
  h2 img {
    height: 0.5rem;
  }
}

h3, .h3 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

h4, .h4 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
min-width:100%;
margin:5px 0px;
}

ul {
    margin: 0px 0px 0px 2px;
    padding-left: 0;
list-style-type: "~ ";
}

li {
    margin-left: 1em;
margin-top: 5px;
margin-bottom: 5px;
}

li::marker { font-weight: bold; }


.main-words {
  position: fixed;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.rsvp-words {
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
margin: 0px;
width: 100%;
}


.fixed-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('newaliandrich.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
z-index: -1;
}

.fixed-background-two {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('newaliandrich-black-fade.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
z-index: -1;
}

.teal {
background: rgba(0, 128, 128, 0.8);
min-width:100%;
margin: 20px 0px 20px 0px;
padding: 20px 0px 20px 0px;
}

.coral {
background: rgba(237, 102, 102, 0.8);
min-width:100%;
margin: 20px 0px 20px 0px;
padding: 20px 0px 20px 0px;
}

.rsvp-text {
max-width: 800px;
padding-left: 20px;
padding-right: 20px;
margin: auto;
margin-bottom: 20px;
}

table {
border-spacing: 0px;
}

.cell-top {
padding-bottom: 0px;
padding-left:15px;
}

.cell-bottom {
padding-bottom: 10px;
padding-top: 0px;
padding-left:15px;
}

.bolder {
font-weight: bolder;
}

.name-padding {
padding-top: 10px;
}


.centred-text {
   text-align: center;
}

.rsvp-form {
width: fit-content;
margin: auto;
}

.thank-you {
background: rgba(237, 102, 102, 0.8);
width: 60%;
margin: auto;
margin-top: 20px;
margin-bottom: 10px;
padding: 20px 10px 10px 10px;
border-style: solid;
border-radius: 10px;
border-color: rgba(237, 102, 102, 1);
border-width: thin;
}


