* {
  margin: 0%;
}

@font-face {
  font-family: 'basiic';
  src: url(../basiic.ttf);
}

body {
  background-color: #25292b;
  color: black;
  font-family: basiic;
  background-image: url("../img/sither.png"), url("../img/sitherR.png"), url("../img/sitherTop3.png");
  background-repeat: repeat, repeat, no-repeat;
  overflow-x: hidden;
}

#master {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header {
  width: 1000px;
  height: 150px;
  background-color: #363D3F;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  background-image: url("../img/header.jpg");
  background-size: cover;
}

.title {
  margin-top: 2%;
}

.main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container {
  width: 750px;
  background-color: #363D3F;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
}

.leftMenu {
  width: 180px;
  background-color: #566164;
  flex-direction: column;
  display: flex;
  align-items: center;
  margin: 5px;
}

.topButton {
  margin-bottom: 50px;
  font-size: x-large;
  color: #F2F2F2;
}

.topButton:hover {
  text-decoration: none;
}

.fishCentered {
  width: 100%;
  margin-bottom: 50px;
}

.headingTextCenter {
  width: 100%;
  color: #F2F2F2;
  text-align: center;
  margin-top: 45px;
}

.headingText {
  width: 710px;
  color: #F2F2F2;
  text-align: left;
  margin-top: 20px;
}

.textBox {
  width: 100%;
  text-wrap: wrap;
  line-height: 1.4;
}

.ytEmbed {
  margin-top: 20px;
  border-radius: 25px;
}

.rightMenu {
  width: 50px;
  background-color: #566164;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
}

.updateBox {
  width: 400px;
  height: 300px;
  background-color: #566164;
  display: flex;
  flex-direction: column;
  word-break: break-word;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: small;
  padding-left: 10px;
  padding-right: 10px;
  border: #F2F2F2 1px solid;
}

footer {
  width: 1000px;
  height: 100px;
  background-color: #363D3F;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.footerBox {
  width: 50%;
  text-align: center;
  color: #F2F2F2;
}

a {
  color: #a3a3a3;
}

hr {
  border: #F2F2F2 1px dashed;
}

.hoverPoint:hover {
  cursor: pointer;
}

.socialIcons {
  width: 80%;
  margin-top: 10px;
  margin-left: 5px;
}

.fishies {
  position: relative;
  width: 20%;
}

.headingTextTop {
  width: 426px;
  color: #F2F2F2;
  text-align: left;
  margin-top: 20px;
}

.b2b {
  width: 710px;
  display: flex;
  flex-direction: row;
}

.fishies {
  width: 180px;
  margin-top: 30px;
  margin-left: 60px;
}

.map:hover {
  cursor: pointer;
}

#fishiesBG_1 {
  display: none;
}

#fishiesBG_2 {
  display: none;
}

#fishiesBG_3 {
  display: none;
}

#fishiesBG_4 {
  display: none;
}

#fishiesBG_5 {
  display: none;
}

#fishiesBG_6 {
  display: none;
}

.questionMark {
  display: flex;
  align-items: end;
  height: 100%;
}

.socialIconsQuestion {
  width: 70%;
  margin-left: 10px;
  margin-bottom: 5px;
}

.Clickable:hover {
  cursor: pointer;
}