/* Google Fonts

font-family: 'Merriweather', serif;
font-family: 'Tangerine', cursive;

*/

/* Navbar */
.navbar-brand {
  font-family: "Tangerine", cursive;
  font-size: large;
}

#navbarNav,
.grid-item,
p,
h4 {
  font-family: "Merriweather", serif;
}

/* Body Section */
body {
  text-align: center;
  background: #eaeded;
}

h1 {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-size: 6em;
  margin: auto;
}

h2 {
  font-family: "Tangerine", cursive;
  font-size: 4em;
  margin-bottom: 5%;
}

hr {
  margin-bottom: 5%;
}

.rsvp-deadline {
  font-size: x-large;
}

.main-section,
.venues,
.registry,
.dropbox {
  margin-bottom: 5%;
}

/* Carousel */
#carouselInterval {
  margin-bottom: 5%;
  height: 550px;
}

.carousel .carousel-item {
  height: 550px;
  border-radius: 45px 45px 45px 45px;
  overflow: hidden;
}

.carousel-item img {
  position: center;
  object-fit: cover;
  min-height: 500px;
  height: 100%;
  width: 100%;
}

.grid-item {
  background-color: lightgrey;
  width: 100%;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid-col {
  display: flex;
}

/* Links */
.location-url:link,
.venue-url:link,
.rsvp-url:link {
  color: black;
  text-decoration: none;
}

.location-url:visited,
.venue-url:visited,
.rsvp-url:visited {
  color: black;
  text-decoration: none;
}

.location-url:hover,
.venue-url:hover,
.rsvp-url:hover {
  text-decoration: underline;
}

.venue-url {
  padding-bottom: 1rem;
}

.venue-url:link {
  color: black;
  text-decoration: none;
}

.venue-url:visited {
  color: black;
  text-decoration: none;
}

.venue-url:hover {
  text-decoration: underline;
}

#registry,
#camera {
  width: 100px;
  height: 100px;
}

/* Footer */
footer {
  font-family: "Merriweather", serif;
  margin-top: 5%;
  margin-bottom: 5%;
}

.footer-hr {
  margin-top: 5%;
}