body {
  background-color: #37393e;
}

.info {
  background-color: #37393e;
}

.button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

h5 {
  color: white;
}

.unclickable { 
  cursor: not-allowed; 
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.unclickable > a:active {
  text-decoration: none;
}

.pound {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 900px) {

  .discord {
    background-color: #212325;
    height: 100%;
  }

  .ctfbody {
    overflow-y: hidden;
  }

  .header {
    padding: 20px;
    height: 100%;
  }

  .main {
    /* display: block; */
    position: relative;
    border-top-left-radius: 10px;
    float: right;
    margin-left: 5%;
    margin-right: 0px;
    height: calc( 100vh - 150px );
    width: 94%;
    background-color: #37393e;
    z-index: 950;
  }

  .links {
    display: none;
  }

  .logo {
    width: 100%;
    background-color: #212325;
  }

  .servericon {
    border-radius: 12px;
    float: left;
    position: absolute;
    margin-left: 15px;
    z-index: 2000;
  }

  .selected {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    float: left;
    padding: 0px;
    margin-left: 0px;
    position: absolute;
    height: 40px;
    width: 5px;
    background-color: white;
    z-index: 999;
  }

  .sidebar {
    position: absolute;
    float: left;
    padding: 0px;
    margin-left: 0px;
    height: calc( 100% - 27px );
    width: 10%;
    background-color: #212325;
    z-index: 900;
    max-width: 178px;
  }

  #channel-body {
    text-align: right;
    margin: auto;
    margin-right: -10px;
    height: 100%;
    width: 100%;
    display: block;
  }
  
  iframe {
    width: 81%;
    max-width: 100%; 
    height: 100%
  }
  
  .servertitle {
    position: absolute;
    border-top-left-radius: 10px;
    float: left;
    padding: 0px;
    margin-left: 6%;
    padding-top: 15px;
    padding-left: 1.5%;
    height: calc( 100% - 27px );
    width: 17%;
    background-color: #2e3137;
    z-index: 990;
    max-width: 300px;
  }
  
  .servertitle > hr {
    padding: 0px;
    margin-left: 0px;
    color: black;
  }
  
  .servertitle > p {
    color: #71747a;
    font-weight: bold;
  }
  
  .channel {
    float: left;
    display: inline;
    padding-top: 2px;
  }
  
  .inchannel {
    text-align: left;
    float: left;
    width: 50%;
    font-weight: bold;
    margin-left: 19%;
    /* margin-top: 10px; */
    /* margin-bottom: -15; */
    top: 0;
  }
  
  .inchannel > img {
    float: left;
  }
  
  .inchannel > hr {
    color: black;
    padding-top: 0px;
    margin: 2px;
  }
  
  .inchannel > h5 {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
  }

}

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

  .discord {
    text-align: center;
    height: 100%;
    width: 100%;
  }

  body, html {
    background-color: #212325;
    width: 100%;
  }

  .iframes {
    display: none;
  }

  .links {
    display: block;
    z-index: 990;
  }

  .logo {
    display: none;
  }

  .servericon {
    display: none;
  }

  .selected {
    display: none;
  }

  .sidebar {
    display: none;
  }
  
  iframe {
    display: none;
  }

  .main {
    display: none;
  }
  
  .servertitle {
    padding-top: 2.5%;
    margin-bottom: 2.5%;
    text-align: center;
    padding: 2.5%;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    background-color: #2e3137;
  }
  
  .servertitle > hr {
    padding: 0px;
    margin-left: 0px;
    color: black;
  }

  .servertitle > .links {
    display: inline;
  }
  
  /* .channel {
    display: none;
  }
  
  .inchannel {
    display: none;
  }

  .header {
    display: none;
  } */

}

a {
  color: #71747a;
  padding: 5px;
  border-radius: 10px;
}

a:link {
  color: #71747a;
  text-decoration: none;
}

a:visited {
  color: #71747a;
  text-decoration: none;
}

a:hover {
  color: #71747a;
  background-color: #393c43;
  text-decoration: none;
}

a:active {
  color: #71747a;
  text-decoration: underline;
}