@font-face {
    font-family: "Chelsea Market";
    src: url("font/ChelseaMarket-Regular.ttf");
}

@font-face {
    font-family: "League Spartan";
    src: url("font/LeagueSpartan-VariableFont_wght.ttf")
}

html {
    background-color: black;
}

.allcontent {
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    justify-content: center;
    width: 960px;
    margin: auto;
}

.content {
    width: 752px;
    color: white;
    font-family: "League Spartan", Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.navbar {
    background-image: url("img/carnival_menu.gif");
    height: 475px;
    width: 208px;
    font-family: "Chelsea Market", Arial, Helvetica, sans-serif;
}

.navbar, img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.navbar, ul {
    list-style-type: none;
    padding-top: 56px;
    margin: 0px;
}

.navbar, li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar, a {
    text-decoration: none;
    color: white;
}

.navbar, a:hover {
    color: #fffdaf;
}

.selected {
    color: gold;
}

.subtext {
    font-size: 20px;
}

.below {
    padding-left: 38px;
}

footer {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

svg {
    fill: white;
    padding-left: 10px;
}

div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 750px;
  margin: auto;
  padding-top: 25px;
  padding-left: 15px;
}

div.gallery-item {
  margin: 5px;
  border: 1px solid #ccc;
  width: 350px;
}

div.gallery-item2 {
  margin: 5px;
  border: 1px solid #ccc;
  width: auto;
}

div.gallery-item:hover {
  border: 1px solid #777;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}