h1 {
  font-size: 36px;
  margin: 5px;
}
h2 {
  font-size: 30px;
  margin: 5px;
}
h3 {
  font-size: 24px;
  margin: 5px;
}
h4 {
  font-size: 18px;
  margin: 5px;
}
h5 {
  font-size: 14px;
  margin: 5px;
}
h6 {
  font-size: 12px;
  margin: 5px;
}


.three-slots {
  width: 31.33333%;
  margin-left: 1%;
  margin-right: 1%;
  float:left;
}

.forumColumn {
  height:50px;
  vertical-align:top;
}

body {
  background-position: center top;
  background-size: contain;
  background-color: #B7F4FF;
  background-image: linear-gradient(0deg, #B7F4FF, #0198FF);
  min-height: 96%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  font-family: Montserrat;
}

div {
  display: block;
}

p }
  padding-left: 10px !important;
}

img {
  width: 100%;
}

button {
  cursor: pointer;
  cursor: hand;
}

.nav {
  color:#FFF;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  cursor: hand;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0px;
  list-style: none;
}

textarea {
  text-align: left;
}

input {
  text-align: left;
    border: 2px solid rgba(0,0,0,0.2);
  border-radius:3px;
}

blockquote {
    margin: 0px;
    /* border: 1px solid #000; */
    /* background-color: #77B9FF; */
    /* color: #FFF; */
    border-left: 5px solid #77B9FF;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #232323;
}

span {
  padding: 3px;
}

table[style="border-collapse: collapse;border-bottom: 1px solid black;border-right: 1px solid black;border-left: 1px solid rgb(0, 0, 0);border-top: 1px solid;margin-right: -1px;margin-left: -1px;"],

.pixel-font {
  font-family: "pixel", sans-serif;
}

.center-text {
  text-align:center;
}
.large-txt {
  font-size: 2rem;
}

.download:before {
  content: "";
  padding: 5px;
}

.banned {
  margin-bottom:10px;
  border: 1px solid #AA1111;
  background-color: #EE3333;
  color: #fff;
  text-align:center;
  padding: 3px;
}

.online {
  color:Green;
  font-size:14px;
  vertical-align:middle;
  float: right;
  margin-left: -20px;
}

.offline {
  color:#DD0000;
  font-size:14px;
  vertical-align:middle;
  float: right;
  margin-left: -20px;
}

.blue-button {
  background-color:#77B9FF;
  color:#FFF;
  border:1px solid #000;
  margin-top: 10px;
  margin-left:3px;
}

.red-button {
  background-color:#ff7777 !important;
  color:#FFF;
  border:2px solid rgba(0,0,0,0.2);
  margin-top: 10px;
  margin-left:3px;
}

.profile-display {
  border: 1px solid #000;
  background-color: #FDFDFD;
  width: 118px;
  height: 118px;
}

#header {
  width: 900px;
  /* margin:auto; */
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 50px;*/
  margin-top: 0px;
}

#info {
    background-color: #add5ff;
    float: right;
    padding-left: 1%;
    padding-right: 1%;
  margin-top:auto;
    color: white;
    width: auto;
    text-align: center;
    font-size: 11px;
  border-radius: 5px;
}
#welcome {
    float: left;
    margin: 5px 20px 20px 20px;
    color: white;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background: #77b9ff;
    border: 1px solid black;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.label {
  color: #777;
  font-size:12px;
}
/* modified bafnenr */
#banner {
  height: 100px;
  background-image: url("assets/nhdr.png");
  background-size: 55%;
  padding-top: 66px;
  padding-bottom: 100px;
  background-position: top center;
  background-repeat: no-repeat !important;
}


#navbar {
  color: white;
  font-size: 16px;
  background-color: #77B9FF;
  padding: 10px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

#body {
  margin: auto;
  margin-top: 10px;
  width: 900px;
}

#status {
   width: 593px;
   border: 1px solid #000000;
   float: left;
   background-color: #E9EBF3;
   display: inline-block;
}
      .tabs-container {
        display: flex;
        width: 100%;
        border-radius: 5px 5px 0 0;
        margin-bottom: 10px;
      }

      .tab {
        flex: 1;
        padding: 15px;
        text-align: center;
        cursor: pointer;
        background-color: #77b9ff;
        color: white;
        font-size: 18px;
        border-radius: 5px 5px 0 0;
      }

      .tab:hover {
        background-color: #5DA9E9;
      }

      .active-tab {
        background-color: #5DA9E9;
      }

      .message-section {
        display: none;
        background-color: transparent;
        padding: 20px;
        border-radius: 5px;
      }

      .message-section.active {
        display: block;
      }

#misc {
  width: 593px;
  border: 1px solid #000000;
  float:left;
  background-color: #E9EBF3;
  display: inline-block;
  margin-top: 10px;
}

#news {
   width: 293px;
   border: 1px solid #000000;
   float: right;
   background-color: #E9EBF3;
   display: inline-block;
}

#subsect {
  border: solid rgba(0,0,0,0.2);
  border-width: 0px 0px 2px 0px;
  margin: 0px 0px 10px 0px;
}

#player {
  border: 1px solid #000000;
  background-color: #E9EBF3;
   display: inline-block;
}

#box {
  background-color: #f3f3f3;
  overflow: auto;
  padding-bottom: 10px;
  border-radius: 5px;
  border: 2px solid rgba(0,0,0,0.2);
}


#column {
  display: inline-block;
}

#shopItem {
      border: 2px solid rgba(0,0,0,0.2);
  border-radius:3px;
  background-color: #FDFDFD;
  width: 140px;
  height: 140px;
}

.shopTitle {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin:4px;
}

.shopDesc {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  margin:2px 2px 2px 4px;
}

th {
  background-color: #77B9FF;
}

td {
  background-color: #E9EBF3;
}

.game {
  padding: 5px;
  width: 210px;
  float:left;
}

.game a{
  color: #000;
  padding: 0px;
}

.game b a{
  color: #000;
  padding: 0px;
}

.game img {
  width:100%;
}

.play-btn {
  padding:20px;
  background-color:#02a202;
  color:#fff;
  margin:auto;
  text-align:center;
}

.play-btn:hover {
  background-color: #00c400;
  cursor: pointer;
}

.title {
  color: #333;
  margin: 2px;
}

.description {
  color: #555;
  margin: 2px;
  font-size: 12px;
}

#navbar span span a {
  color: #fff;
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button, select, .button-style {
  background-color: #77B9FF;
    color: #FFF;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 2px;
}
a[src="redraw"] {
  color: #329de7;
}
.colorPallete {
    cursor: pointer;
}
.colorPallete:hover {
    cursor: pointer;
}

#friends{
  clear: both;
    padding-top: 10px;
}
#friendsPending {
clear:both;
}
input:focus, textarea:focus {
outline: none;
}


#body {
    flex: 1;
}

#lad {
  border: 1px solid #000000;
  background-color: #5ab1ef;
  margin-bottom: 10px;
  margin-top:120px;
  width:6%;
  height:50%;
  float:left;
  text-align:left;
  position:absolute;
  margin-left:1%;
}

#rad {
  border: 1px solid #000000;
  background-color: #5ab1ef;
  padding-bottom: 0;
  width:6%;
  height:50%;
  float:right;
  text-align:right;
  position:absolute;
  margin-top:120px;
  margin-left:89%;

}

#rad img {
  width: 100%;
  height: 100%;
}

#lad img {
  width: 100%;
  height: 100%;
}

.dropbtn {
  background-color: #add5ff;
  color: white;
  font-size: 11px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
  text-align:center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #add5ff;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius:0 0 15px 15px;
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size:12px;
}

.dropdown-content a:hover {background-color: #ddd;}

.show {display:block;}

html {
    height: 100%;
}
#footer {
    text-align: left;
      background: #99d2fd;

    width: 90%;
    margin: auto;
    padding: 20px;
  border-radius:5px;
  margin-top:10px;
}
.red-msg {
  padding: 4px;
  border: 1px solid darkred;
  background-color:red;
  color: #fff;
  font-weight: bold;
}
.shopSideBarButton1 {
  padding:8px 0px 0px 20px;
  border-top:1px solid #000;
  background-color:#77b9ff;
  height:25px;
  text-decoration: none;
  display:relative;
}
.shopSideBarButton {
  padding:8px 0px 0px 20px;
  height:25px;
  text-decoration: none;
  display:table-row;
  color:black;
}
.numButtonsHolder {
  margin-top: 4px;
  margin-bottom: 4px;
}
.numButtonsHolder a {
  /*background-color: #6da7e5;
  border: 1px solid #000;*/
  padding: 3px;
  color: #fff;
}

.meshim_widget_widgets_Favicon .default_icon.default_icon_online {
    color: #e9ebf3 !important;
}
.thread-title {
  padding: 10px;
  background-color: #77B9FF;
  color:#fff;
  border-radius:15px 15px 0 0;
}
.custom-thread-title {
  padding: 10px;
  background-color: #77B9FF;
  color:#088F8F;
  border-radius:15px 15px 0 0;
}
.button {
  text-align:center;
  padding:5px;
  display:inline-block;
  background-color:#77B9FF;
  color:#FFF;
  border:1px solid #000;
  font-size: 15px;
}

.mint-text {
  color: #2BA4FF;
}
.ace-text {
  color: #C60000;
}
.royal-text {
  color: #FFE600;
  font-style: italic;
}
.membership-image {
  width: 25%;
  float:left;
  text-align:center;
}
.membership-table {
  width: 100%;
  border-collapse: collapse;
  /*border: 1px solid #000;*/
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#searchColumn {
 background-color:transparent;
}

.membership-table tbody tr th {
  background-color: transparent;
  padding: 10px;
  border-bottom: 1px solid #000;
}
.membership-table tbody tr td {
  background-color: transparent !important;
  text-align: center;
  padding: 12px;
}
.membership-table, .membership-table th, .membership-table td {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.membership-table tr:nth-child(even) {
  background-color: #D6DCF7;
}
tt, code, kbd, samp, pre {
    font-family: monospace!important;
}
pre {
  color: white;
    border-left: 5px solid #77b9ff;
    padding: 5px;
    padding-top: 0px;
    width: 94%;
    background: #333;
    border-radius: 5px;
    border-top: 20px solid #77b9ff;
}

pre::before {
    content: "Code";
    position: absolute;
    margin-top: -19.5px;
    font-size: 15px;
    font-weight: bold;
}
pre br {
  display: none;
}
.spoiler {
    padding: 5px;
    border: 1px solid #000;
    background-color: #77B9FF;
    color: #fff;
}
.spoiler:hover {
  cursor: pointer;
}
.forumImage {
    width: auto;
    max-width: 60%;
}

#snavbar {
  color: #c7d5dd;
  font-size: 10px;
  font-weight: bold;
  background-color: #77b9ff;
  padding: 6px;
  margin-top: -6px;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
}


.dropbtn {
  background-color: #add5ff;
  color: white;
  font-size: 11px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
  text-align:center;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #add5ff;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius:0 0 15px 15px;
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size:12px;
}

.dropdown-content a:hover {background-color: #ddd;}

.show {display:block;}


.userbtn {
  background-color: #add5ff;
  color: white;
  font-size: 11px;
  border: none;
  cursor: pointer;
}

.userbtn:hover, .userbtn:focus {
  background-color: #2980B9;
}

.usrdd {
  position: relative;
  display: inline-block;
  text-align:center;
}

.usrdd-content {
  display: none;
  position: absolute;
  background-color: #add5ff;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius:0 15px 15px 15px;
  z-index: 1;
}

.usrdd-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size:12px;
}

.usrdd-content a:hover {background-color: #ddd;}

.showdd {display:block;}

#ddp, .ddp, ddp {
margin-top:-8.5px;  
}


@media only screen and (max-width: 1228px) {
  #rad {
    display: none;
  }
   #lad {
    display: none;
  }
}