
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* --------------------------------

Main components

-------------------------------- */

.menu{
  position:absolute;
}

.links .bsb{
  background-color:#c0392b;
}
.links .bsb:hover::after{
  width:0%;
}

.head {
  background:#80392b;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  background-image: url("pictures/BayStateBrawl.png");
}
