@import url("bootstrap.css");

//$primary-color: rgb(74, 86, 157);
//$secondary-color: rgb(220, 36, 36);

//$gradient: linear-gradient(to right, rgb(74, 86, 157) 1%, rgb(220, 36, 36) 100%);

/* ---- reset ---- */

body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
  background-image: url("/image/bg.gif");
  background-repeat: repeat;
}

.header-background {
  width: 100%;
  height: 200px;
  position: relative;
  background-size: cover;
}

.header-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #490053;
}

.footer-color {
  height: 180px;
  background-color: #490053;
  margin-top: -100px;
  z-index: -10;
}

.blackspacer {
  background-color: #490053;
  height: 40px;
}

.site-description {
  text-align: center;
  display: block;
  positiion: relative;
  
  .title-huge {
    display: block;
    padding-top: 50px;
    font-size: 60px;
  }
  .desc-short {
    display: block;
    font-size: 40px;
  }
  .desc-long {
    display: block;
    font-size: 30px;
  }
}

.forum-main {
  position: relative; 
  background-color: #590063;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: -40px;
  z-index: 3;
  padding: 25px;
  // background-color: red;
  height: 300px;
  //border: 3px solid #400040;
  //border-radius: 5px;
}

.category-header {
  background-color: #490053;
  //text-align: left;
  //vertical-align: middle;
  line-height: 40px;
  
  .title {
    font-size: 15px;
  }
}

.forum-list {
  background-color: #590063;
  
  .forum-list-spacer {
    padding: 15px;
    margin: 10px;
    background-color: #490053;
    width: 100%;
    
    .forum-title {
      .title {
        font-size: 20px;
        font-weight: 500;
      }

      /*div {
         marign-left: 10px;
         margin-right: 10px;
         }*/
    }
    
    .topics, .posts {
      font-size: 20px;
    }
  }
  
  .forum-last-post {
    .image {
      margin-left: 10px;
      margin-right: 10px;
    }
    
    .info {
      margin-left: 10px;
      margin-right: 10px;
    }
  }
}
