@import url("./carousel.css");

main {
    margin-top: 0.5em;
    margin-left: 3em;
    margin-right: 3em;
    background-color: silver;
    padding: 20px;
    border-radius: 8px;
    font-size: 150%;
}

h1 {
    color: black;
    font-size: 200%;
    margin-top: auto;
}

p {
    color: black;
}

table {
    border: 1px solid black;
    border-collapse: collapse;
    margin: 0 auto;
}

table td,
table th {
    border: 1px solid black;
    padding: 5px;
}

th {
    text-align: center;
}

.thumbnail {
      width: 12em;
      margin: 10px;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

footer {
    margin-top: 2em;
    font-size: 0.9em;
    color: gray;
    float: right;
    
}

img {
  max-width: 100%;
  height: auto;
}

.vid-wrapper {
    display: flex;
    margin: 1em 0;
    justify-self: center;
    align-items: center;
}

video {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: flex;
    aspect-ratio: 16/9;
}

.container {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

#skiptocontent *{
    position: absolute;
    left: -10000px;
}

#skiptocontent a:focus {
    position: static;
    width: auto;
    height: auto;
}