
li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: black;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #801818;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #000000;}

.dropdown:hover .dropdown-content {
  display: block;
}
.navbar {
    background-color: #801818; /* Maroon color */
    /* Add other styling as needed */
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #801818;
}

nav ul li {
    float: left;
}

nav ul li a {
    <!-- display: block; -->
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: #000000;
}

header img {
    width: 100%;
    height: auto;
}

@font-face {
    font-family: 'typewriter';
    src: url('https://kennethwilsonart.com/fonts/typewriter.eot') format('woff2'),
         url('https://kennethwilsonart.com/fonts/typewriter.ttf') format('woff'),
         url('https://kennethwilsonart.com/fonts/typewriter.woff') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-top: 10px;
    background-image: url('https://kennethwilsonart.com/images/escheresque.png');
    background-repeat: repeat;  
    font-family: typewriter;
    font-size: 100%;
    line-height: 1.6;
   
}

.mainMenu a {
    text-decoration: none;
}

h1 {
    font-size: 3em;
    text-align: center;
    line-height: 1.6;
}

h2 {
    font-size: 2em;
    text-align: center;
    line-height: 1.6;
}

h3 {
    font-size: 1em;
    text-align: center;
    line-height: 1.6;
}



.video-container video {
    display: block; /* Makes the video a block-level element */
    margin: 0 auto; /* Centers the video horizontally */
    max-width: 100%; /* Ensures the video is responsive and fits the container */
}

a {
  color: firebrick;
}
a:hover {
  background-color: white;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.image {
        
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 80px;

}
