/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
    background-image: url("/newbg2.png");
    background-repeat: repeat;
    background-size: 50%; 
  background-color: rgb(227, 230, 255);
  color: rgb(20, 75, 160);
  font-family: Verdana;
  overflow-x: hidden;
  margin: 0px;
}

.sidebar  {
  background: linear-gradient(rgb(39, 50, 147), rgb(15, 70, 65));
  overflow: hidden;
  width: 80px;
  height: 100%;
  float: left;
  position: fixed;
  z-index: 1;
  border-radius: 0 0 16px 0;
}

.sidebuttons  {
  opacity: .6;
  transition: .3s;
  display: block;
  margin: 16px;
}

.sidebuttons:hover {
  opacity: 1;
}

.main {
  margin-left: 80px;
}

#navbar {
  background: linear-gradient(rgb(39, 145, 207), rgb(50, 35, 160));
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 4px 0;
  height: 100px;
  border-radius: 0 0 32px 0;
}

#motd {
  border-width: 4px;
  border-style: solid;
  border-color: rgb(255, 209, 204) rgb(244, 187, 187) rgb(244, 187, 187) rgb(255, 209, 204);
  background-color: rgb(254, 231, 224);
  width:25%;
  margin:auto;
  vertical-align:middle;
  color: rgb(31, 0, 0)
}

.navlink  {
  color: #ffffff;
  padding: 25px;
}

.card  {
      background-image: url("");
      background-repeat: repeat;
  background-color: rgb(245, 250, 255);
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 4px;
  margin: 8px;
  border-style: solid;
  border-color: rgb(141, 27, 138) rgb(79, 32, 174) rgb(79, 32, 174) rgb(141, 27, 138);
  border-radius: 4px 16px;
}

.accordion  {
  background-color: rgb(245, 240, 240);
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
  margin: 8px 0 8px 0;
}


#social {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 700px;
  
}

/* Style the buttons inside the tab */
.tablinks {
    background-color: rgb(240,240,255);
      border-style: solid;
      border-width: 2px;
      border-color: rgb(125,140,150);
      border-radius: 8px 8px 4px 4px;
    cursor: pointer;
    padding: 4px 8px 2px 8px;
    margin: 0 2px;
    margin-left: 4px;
    transition: 0.3s;
    font-size: 16px;
    float: left;
    color: rgb(60, 80, 100);
}

/* Change background color of buttons on hover */
.tablinks:hover {
    background-color: rgb(220, 230, 240);
}

/* Create an active/current tablink class */
.tablinks .active {
    background-color: #ccc;
}

.tabcontent {
  height: 644px;
  width: 100%;
  float: left;
}

#about {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 500px;
  border-style: solid;
  border-color: rgb(141, 27, 138) rgb(79, 32, 174) rgb(79, 32, 174) rgb(141, 27, 138);
  border-radius: 4px 16px;
}

/* Style the buttons inside the tab */
.abouttabs {
    background-color: rgb(240,240,255);
      border-style: solid;
      border-width: 2px;
      border-color: rgb(125,140,150);
      border-radius: 8px;
    cursor: pointer;
    padding: 4px 8px 2px 8px;
    margin: 0 2px;
    margin-left: 4px;
    transition: 0.3s;
    font-size: 16px;
    float: left;
    color: rgb(60, 80, 100);
}

/* Change background color of buttons on hover */
.abouttabs:hover {
    background-color: rgb(220, 230, 240);
}

/* Create an active/current tablink class */
.abouttabs .active {
    background-color: #ccc;
}


#myShop {
  height: 650px;
  overflow-y: scroll;
}

.aboutimg {
  max-width: 350px;
  min-width: 100px;
    border-radius: 4px 16px;
    border-style: solid;
    border-width: 4px;
    border-color: rgb(40, 67, 156);
  float: left;
  margin: 6px 16px 6px 6px;
  
}

#thin {
  max-width: 350px;
  min-width: 100px;
    border-radius: 4px 16px;
    border-style: solid;
    border-width: 4px;
    border-color: rgb(40, 67, 156);
  float: left;
  margin: 6px 16px 6px 6px;
  
}


a {
  color: rgb(127, 127, 127);
}

#albumpromo {
  width: 90%;
  height: 370px;
  margin: 8px auto 8px auto;
  line-height: 350px;
}

#promo  {
  max-height: 350px;
  min-height: 50px;
  max-width: 60%;
  float: right;
}


