

h1 {text-align: center; color:rgb(128, 0, 17); font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
div {text-align: center;}
p {text-align: center;}

        li::marker { 
            color: yellow 
        }

        header { background: #f0ead1; color: white; padding: 1em; padding-top: 30px; padding-bottom: 30px; text-align: center; z-index: 1000; }

        main { padding-top: 1em; }

        img { max-width: 50%; height: auto; }

        .nav { 
            display: flex; 
            justify-content: space-between; 
            align-items: center; 
            height: 50px; 
            border: 10px; 
            flex-direction: column;
            font-weight: 300;
            padding-top: 10px; 
            padding-right: 10px; 
            padding-left: 10px; 
            padding-bottom: 10px; 
            background-color: #f0ead1
        }

        nav ul{
          width: 100%;
          list-style: none;
          display: flex;
          justify-content: flex-end;
          align-items:center;

        }

        .sidebar {
          position: fixed;
          top: 0;
          right: 0;
          height: 100vh;
          width: 250px;
          z-index: 999;
          background-color: white;
          box-shadow: -10px 0 10px beige;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
        }

        .sidebar li{
          width: 100%;

        }

        .sidebar a{
          width: 100%
        }

        .navbar-nav >

        .no-bullets {
            list-style-type: none;
                    }

       

        .logo {
            height: 50px
        }

        .menu-item {
            font-size: 1.5em;
            margin: 20px;
            color: #9a8532;
        }
   
        .cta-button {
  position: center;
  background-color: #6e2853;
  border: none;
  font-size: 28px;
  color: #FFFFFF;
  padding: 10px;
  width: 100px;
  text-align: center;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

.cta-button:after {
  content: "";
  background: #c352a7;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px!important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s
}

#cta-button:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}

.luxurious-roman-regular {
  font-family: "Luxurious Roman", serif;
  font-weight: 400;
  font-style: normal;
}

.sail-regular {
  font-family: "Sail", system-ui;
  font-weight: 400;
  font-style: normal;
}

        .header {
            font-family: "Sail", system-ui;
            font-weight: 400;
             font-style: normal;
        }

        .paragraph {
            font-family: "Luxurious Roman", serif;
            font-weight: 400;
            font-style: normal;
        }

#video-section {
  background: repeating-linear-gradient(90deg, #9a8532, #9a8532 10px, #9a8532 10px, #9a8532 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;

}
