

body {
  background: #191919;
  
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  color:#DFE2DB;
  

}




select {
  display:none;
}

a{
  text-decoration: none;
  color:#DFE2DB;
}

a:hover {
  color:#FFF056;
}

.visible-link {
  color:#FFF056;
}


hr {
  border-color:#DFE2DB;
}

h1 {
  font-size:60px;
}

h2 {
  font-size:30px;
}

ul {
  color: #DFE2DB;
  font-weight: bold;
  list-style: none;
  margin-left:-20px;
}

.maintext {
  margin-top: -30px;
  font-weight: bold;
  font-size: 30px;
  color: #DFE2DB;
}

.main {
  margin-top: 20px;
  height:90%;
}



.container {
  margin-top:60px;
  margin-left:40px;

}

.sidebar {
  width:30%;
  display:inline-block;
  float:left;
}

.detailscontainer {
  width:60%;
  margin-top: -75px;
  margin-left: -50px;
  display:inline-block;
  margin-bottom: 30px;
  text-align: right;
}

.linkdetails {
    margin-left: -10px;
    color:#FFF;
    padding:20px;
    min-height:300px;
}

.footer{
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;  
  width:100%;
  height:60px;
  font-size: 10px;
  background-color: #191919;
  
  
  
}

.project {
  
  margin-bottom: 15px;
  font-size: .9rem;
  text-align: left;
  
  min-height: 230px;
  width:100%;


}
.thumbnail_container {
  margin: 5px;
  display: inline-block;
  border: 5px solid #DFE2DB;
  width: 30%;
  max-height: 200px;
  position: relative;
  float:left;
  overflow: auto;
  
}




.thumbnail {
  width:100%;
  
}

.description {
  float:right;
  margin-top: 0px;
  display: inline-block; 
  width: 60%; 
}

.title {
  font-size: 1.1rem;
  

}

.title:hover {
  color:#FFF056;
}


.change {
  display:inline-block;
}
/* Theme 1 */


  .theme_1 a{
    color:#E3AE57;
  }

  .theme_1 a:hover{
    color:white;
  }


/* Theme 2 */

  .theme_2 a{
    color:#000000;
  }

  .theme_2 a:hover {
    color:#424242;
  }

/* Theme 3 */

  .theme_3 a{
    color:#383127;
  }

  .theme_3 a:hover {
    color:#70AB8F;
  }


/* Theme 4 */
  .theme_4 a{
    color:white;
  }

  .theme_4 a:hover{
    color::white;
  }





