

body {
    background-color: rgba(255, 255, 255, 0.911);
}

#Content {
    padding-top: 75px;
}

img {
    display: block;
    margin: 0 auto;
    width: 60%;
    min-width: 100px;
}

#TopBar {
    margin-top: 0;
    position: fixed;
    width: 100vw;
    height: 8vw;
    background-color: rgb(0, 131, 253);
    box-shadow: 0px 1px 8px;
    z-index: 1;
    padding-top: 10px;
}

#ContactNumber {
   margin-left: 15vw;
   font-family: sans-serif;
   color: white;
   font-size: 3vw;
}

#ContactEmail {
  float: right;
  margin-right: 15vw;
  font-family: sans-serif;
  color: white;
  font-size: 3vw;
}

  .ThemeColor {
      color: rgb(0, 131, 253);
  }

  .CenterText {
      text-align: center;
  }

  #TagLine {
      font-size: 3vw;
  }

@media (min-width: 750px){
    #TopBar {
        height: 60px;
    }
}

/* Max means When Under
   Min means When Over */
  @media (min-width: 1100px) {
      #ContactNumber {
          font-size: 38px;
      }

      #ContactEmail {
          font-size: 38px;
      }

      #TopBar {
          height: 75px;
      }
  }

  #Items {
      margin-top: 20px;
  }

  .stuff {
      border: 2px solid rgb(0, 131, 253);
      margin-top: 5px;
      display:flex;justify-content:center;align-items:center;
      padding-top: 10px;
      padding-bottom: 10px;
      color: rgb(0, 131, 253);
      font-size: 20px;
  }

  a:link{
    text-decoration: none!important;
  }