*,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
  list-style-type: none;
}

html {
  overflow: scroll;
  overflow-x: hidden;
}

html,
body {
  height: 1450px;
  width: 100%;
}

body {
  background: #222831;
  color:#ffffff;
  font-family: 'Grandstander', helvetica, sans-serif;
  font-size: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  /* width: 80%; */
  margin: 0 auto;
  /* text-shadow: 1px 1px 2px rgb(0, 0, 0, .5); */
  line-height: 1.2;
  min-width: fit-content;
  cursor: url("../img/cursor.png"), auto;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rowContainer {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.rowContainer img {
  margin-left: 10px;
  margin-bottom: 10px;
}

.bannerimg {
  border: 1px solid #34345c;
}

.red {
  color: red;
}

.title {
  font-family: Tahoma, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -2px;
  margin-top: 0;
  text-align: center;
  clear: both;
  color: #af0a0f;
}



.nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* background-color: white;
  border: 7px solid rgb(0, 0, 0);
  /* padding: 15px; */
  /* border-radius: 25px; */
  color: white;
  width: 1000px;
  margin:0 auto;
  align-items: center;
  /* width: 717px;
  margin: 0 auto;
  margin-top: 25px; */ 
}


a {
  text-decoration: none;
}

.nav li {
  padding: 1%;
  font-weight: 700;
  font-size: 1rem;
}

.thread {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.hidebtn {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
  margin-top: -1px;
  cursor: pointer;
}

.img1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#sqrtlogo {
  height: auto;
  width: auto\9;
  /* ie8 */
  width: 250px;
  position: absolute;
  /* top: 5%;
  left: 50%;
  transform: translate(-50%, -50%); */
  transform: translate(25%,0);
}

#sqrtlogo:hover{
  animation: shake 4s;
}

@keyframes shake {
  0% { transform: translate(25%,0) rotate(0deg); }
  10% { transform: translate(25%,0) rotate(-1deg); }
  20% { transform: translate(25%,0) rotate(1deg); }
  30% { transform: translate(25%,0) rotate(0deg); }
  40% { transform: translate(25%,0) rotate(1deg); }
  50% { transform: translate(25%,0) rotate(-1deg); }
  60% { transform: translate(25%,0) rotate(0deg); }
  70% { transform:translate(25%,0) rotate(-1deg); }
  80% { transform:translate(25%,0)  rotate(1deg); }
  90% { transform:translate(25%,0) rotate(0deg); }
  100% { transform:translate(25%,0)  rotate(-1deg); }
}


#grass {
  height: auto;
  width: auto\9;
  width: 350px;
  position: absolute;
  transform:translate(0%,150%)
}
#battlename{
  position: absolute;
  width: 370px;
  z-index: 1;
  transform: translate(-68px, -70px);
}

.imgContainer{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* align-items: center; */
  width: 800px;
  transform: translate(10%, 80px);
  scale: 1.1;
}

#grassandsqrt{
  width: 440px;
  height: 363px;
  transform: translate(280px, -43px);}

#logo {
  /* width: 20vw; */
  margin-right: 20px;
  /* max-width: 100%; */
  height: auto;
  width: auto\9;
  /* ie8 */

}

.nogBgPost {
  display: flex;
  flex-direction: column;
}

.green {
  color: #117743;
  font-weight: 700;
}

.nameblock {
  display: block;
}

.underline {
  text-decoration: underline;
}

.replyContainer {
  margin-top: 5px;
  box-sizing: border-box;
}

.reply {
  background-color: #d6daf0;
  border: 1px solid #b7c5d9;
  border-left: none;
  border-top: none;
  display: table;
  padding: 2px;
}

.sideArrows {
  color: #b7c5d9;
  float: left;
  margin-right: 2px;
  margin-top: 0;
  margin-left: 2px;
}

blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

.hidden {
  visibility: hidden;
  position: absolute;
}



.visible {
  visibility: visible;
  position: relative;
}

a:visited {
  text-decoration: none;
  color: inherit;
}

.footer {
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
  width: 1000px;
  margin: 25px auto 0 auto;
  font-size: small;
  /* bottom: 0; */
  /* position: absolute; */

}

@media only screen and (max-width: 1210px) {

  #rowC1 {
    flex-direction: column;
  }

  .hidden {
    visibility: visible;
    position: relative;
  }

  .visible {
    visibility: hidden;
    position: absolute;
  }
}

@media only screen and (max-width: 962px) {

  .replyContainer {
    display: flex;
    flex-direction: row;
  }

  .reply .rowContainer img {
    /* margin: 0 auto; */
  }

  p {
    /* max-width: 0; */
  }

  .reply .rowContainer {
    flex-direction: column;
  }
}