@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond&display=swap");
@import "fonts/bell-mt/style.css";

* {
  font-family: "Josefin Sans", sans-serif;
  color: #223651;
}

body {
  background: url(../img/bg.jpg);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Josefin Sans", sans-serif;
  font-family: "BellMT";
  text-transform: uppercase;
  color: #223651;
  letter-spacing: 10px;
}

.leaf {
  width: 100px;
}

h1 {
  color: #fff;
  font-size: 60px;
  text-align: center;
  text-shadow: 2px 2px 10px #000;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1 span {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-shadow: 2px 2px 10px #000;
}

h4 {
  font-size: 2rem;
}

header {
  background: url(../img/amn-banner.jpg);
  background-size: cover;
  background-position: top center;
  min-height: 100vh;
}

.scroll-down {
  position: absolute;
  bottom: 2%;
  left: 50%;
  font-size: 3rem;
  text-shadow: 2px 2px 10px #555;
  transform: translateX(-50%);
}

.scroll-down i {
  color: #fff;
}

.parallax-container {
  height: 100vh;
}

.bride-groom {
  margin-bottom: 4vw;
}

.bride-groom .col img.groom,
.bride-groom .col img.bride {
  border-radius: 50%;
}

.bride-groom h2 {
  margin-top: 0;
}

.bride-groom h3 {
  font-size: 30px;
  margin-top: 1rem;
  font-family: "Josefin Sans", sans-serif;
}

.hashtag h3 {
  font-size: 30px;
  margin-top: 1rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: none;
}

.bride-groom .col,
.hashtag .col,
.entourage .col {
  text-align: center;
}

.hashtag h2 {
  text-transform: none;
}

.wedding-icon {
  color: #223651;
}

.page-footer {
  padding-top: 0;
  background: #223651;
}

.page-footer p {
  color: #fff;
}

strong {
  font-weight: bold;
}

.container.tiles {
  width: 100%;
  max-width: 100%;
}

.container.tiles .row {
  margin: 0;
}

.container.tiles .col {
  padding: 0;
}

.container.tiles img {
  width: 100%;
}

.section {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.tabs .indicator {
  background-color: #1a237e;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background: transparent;
}

header nav {
  background-color: transparent !important;
  box-shadow: none;
  position: fixed;
  top: 0;
  z-index: 1;
}

nav ul {
  text-align: center;
}

nav ul li {
  float: none;
  display: inline-block;
  text-shadow: 2px 2px 10px #000;
}

nav ul a:hover {
  background-color: transparent;
}

.directions .btn-large {
  margin-top: 4vw;
  background-color: #223651;
}

.directions .btn-large:hover {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.14),
    0 1px 7px 3px rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* @media screen and (max-width: 670px) {
    header {
        min-height: 500px;
    }
} */

/* Small only */
@media screen and (max-width: 39.9375em) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #223651;
  }

  .leaf {
    width: 80px;
  }

  h1 {
    font-size: 28px;
    color: #fff;
  }

  h1 img {
    margin-bottom: 1rem;
  }

  h1 span {
    font-size: 20px;
    margin-top: 1rem;
    display: inline-block;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  header {
    background-image: url(../img/amn-banner-medium-small.jpg);
  }

  header nav {
    background-color: transparent !important;
  }

  nav ul a {
    padding: 0 10px;
  }

  .parallax-container {
    min-height: 100vh;
    background: url(../img/amn-banner2-medium-small.jpg);
    background-size: cover;
    background-position: left center;
  }

  .parallax-container img {
    display: none;
  }

  .hashtag h2 {
    font-size: 20px;
  }

  .bride-groom .col img.groom,
  .bride-groom .col img.bride {
    width: 250px;
  }

  .bride-groom .col {
    margin-bottom: 3rem;
  }

  .bride-groom .wedding-icon {
    width: 50px;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #223651;
  }

  h1 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    text-shadow: 2px 2px 10px #000;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  h1 span {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-shadow: 2px 2px 10px #000;
  }

  h2 {
    font-size: 40px;
  }

  header {
    background-image: url(../img/amn-banner-medium-small.jpg);
  }

  .parallax-container {
    min-height: 100vh;
    background: url(../img/amn-banner2-medium-small.jpg);
    background-size: cover;
    background-position: left center;
  }

  .parallax-container img {
    display: none;
  }

  .hashtag h2 {
    font-size: 35px;
  }

  .bride-groom .col img.groom,
  .bride-groom .col img.bride {
    width: 250px;
  }

  .bride-groom .col {
    margin-bottom: 3rem;
  }

  .bride-groom .wedding-icon {
    width: 50px;
  }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
  header {
    background-image: url(../img/amn-banner.jpg);
  }

  .bride-groom .col {
    margin-bottom: 0;
  }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  header {
    background-image: url(../img/amn-banner.jpg);
  }

  .bride-groom .col {
    margin-bottom: 0;
  }
}

@media screen and (max-height: 700px) {
  header {
    min-height: 100vh;
  }
}
