@font-face {
  font-family: "sf";
  src: url("/fonts/sf/SFPRODISPLAYBOLD.OTF") format("opentype");
}

@font-face {
  font-family: "sf-medium";
  src: url("/fonts/sf/SFPRODISPLAYREGULAR.OTF") format("opentype");
}

@font-face {
  font-family: "MineSweeper";
  src:
    url("/fonts/mine-sweeper.otf/mine-sweeper.otf") format("opentype"),
    url("/fonts/mine-sweeper.otf/mine-sweeper.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "YoureGone";
  src:
    url("/fonts/youre_gone/Youre Gone.otf") format("opentype"),
    url("/fonts/youre_gone/Youre Gone It.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}


.navbar-wrapper {
  background-color: #c0c0c0;
}

.drawer {
  background-color: #c0c0c0;
}

.listing-card,
.bridge-listing,
.create-listing {
  background-color: #c0c0c0 !important;
  border-style: outset;
  border-width: 5px;
}
.info-item {
  background-color: #c0c0c0 !important;
  border-style: inset;
  border-width: 5px;
}

.nav-item {
  font-size: 16px !important;
  font-weight: 550 !important;
  font-family: sans-serif !important;
  text-transform: capitalize !important;
}

.wrapper {
  padding: 5px;
}


.header-wrapper {
  border-bottom-width: 5px;
}


.content {
  width: 100%;
  min-height: 60vh;
  background-size: auto;
  background-size: 40px 40px;
  background-repeat: repeat;
}

.brick-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  flex-wrap: wrap;
}

.header img {
  width: 50px;
  border-width: 4px;
  border-style: outset;
}

.header .buttons img.active {
  border: 5px solid white;
}


.header .buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-wrap: wrap;
}

.buttons .MuiIconButton-root {
  margin-left: 8px;
}

/* tutorial.css */
.tutorial-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 10px;
  border-style: outset;
  padding: 0px !important;
}

.tutorial-wrapper video {
  width: 100%;
  padding: 0px;
}

/* Create listing */

@media (max-width: 767px) {
  .header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }



  .header .buttons {
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .header .buttons img {
    margin-bottom: 10px;
  }
}

/* OVER */
.blue-brick-letter {
  color: #1206ff;
}

.green-brick-letter {
  color: #0aa302;
}

.black-brick-letter {
  color: #010101;
}

.red-brick-letter {
  color: #fe0000;
}

.brick-row {
  display: flex;
  justify-content: center;
}

@media (max-width: 680px) {
  .brick-row {
    width: 100%;
    justify-content: flex-start;
  }

  .logo-brick-spacing {
    display: none;
  }
}
