    
    @font-face {
      font-family: 'Century';
      src: url('https://toddandcecilia.wedding/fonts/CENTURY.ttf') format('truetype');
    }
    @font-face {
      font-family: 'Lucida Calligraphy';
      src: url('https://toddandcecilia.wedding/fonts/LucidaCalligraphyRegular.otf') format('opentype');
    }
    body {
        background: url(images/pdj50136.gif);
        color: black;
        font-family: Century, serif;
        /* font-family: Century; */
    }
    .container {
        width: 1000px;
        margin: auto;
        background: rgba(227, 224, 255, 0.75);
        border: 2px solid white;
        border-radius: 16px;
        text-align:center;
        padding-bottom: 40px;
        margin-top:20px;
    }
    .title {
        text-align:center;
        font-family: Papyrus;
        color: black;
    }
    .title img {
        display:block;
        margin:auto;
    }
    #nav {
        display: flex;
        justify-content: space-around;
    }
    #nav a {
        background-color: #0000FF;
        border: 3px outset gold;
        padding: 5px 15px;
        text-decoration: none;
        color: gold;
        font-family: Century, serif;
        font-size: 18px;
        display: inline-block;
    }
    .nav-button:active {
    border-style: inset;
  }

  marquee {
    font-family:'Lucida Calligraphy';
    padding:5px;
    color:black;
    
  }

  .main-image {
    width:700px;
    margin:4%;
  }
  #main-text {
    color: black;
    font-family: Century;
    text-align: center;
    width: 65%;
    margin:auto;
  }
  #main-text p {
    font-size: 20px;
  }
  h3 {
    font-size:1.6em;
  }
 h4 {
  font-size: 1.25em;
  margin: 0.7em;
 }
 p {
  font-size: 1.1em;
 }
 @media only screen and (max-width: 1100px) {
  .container {
    width:800px;
    margin:auto;
    margin-top:20px;
  }
  #main-text {
    color: black;
    font-family: Century;
    text-align: center;
    width: 80%;
    margin:auto;
  }
  #main-text p {
    font-size: 2.5rem;
  }
  h2 {
    font-size:2.75rem;
  }
  h3 {
    font-size:2.6em;
  }
 h4 {
  font-size: 2.25em;
  margin: 0.7em;
 }
 p {
  font-size: 2rem;
 }
 iframe {
  width:700px;
 }
 } 