body{
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  background-image: url(images/wallhaven.png);
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* opacity: 0.5; */
  /* filter: alpha(opacity=50); /* For IE8 and earlier */
  color: #ececec;
}

a:active, a:visited{
  color: #ffffff;
}

a, a:hover, a:focus{
  font-size: 15pt;
  text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

/* body img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
/* } */

h1, h2, h3{
  font-family: "Verdana", sans-serif;
  font-weight: bold;
}

h3{
  font-size: 18px;
  clear: left;
}

ul{
  list-style-type: none;
}

li{
  display: block;
  font-weight: bold;
}

li li{
  font-weight: normal;
  font-size: 1.1em;
}

#socialbuttons{
  width: 55px;
  height: 180px;
  padding: 5px;
  background: #ffffff;
  position: fixed;
}

#socialbuttons img{
  width: 50px;
  opacity: 1;
}

#slider-wrap{
  text-align: center;
  /* border:  1px dashed #000; */
}

#container{
  width: 90%; /* 400px;*/
  /* border:  1px solid #000; */
  padding-top: 15px;
  position: relative;
  margin: 0px auto;
  text-align: center;
}

.project-container{
  width: 40%;
  float: left;
  padding: 20px;
}

#button-container{
  text-align: center;
  margin-top: 60px;
}

#nextBtn{
  /* width: 20%; /*100px;  */
  /* height: 30px; */
  background: #eee;
  border: solid 1px #000;
  text-align: center;
  padding-top: 5px;
  border-radius: 5%;
  font-size: 20pt;
  /* float: right; */
}

.subheading{
  font-weight: bold;
}

@media (min-width:320px){
  #nextBtn{
    width: 50%;
    height: 50px;
  }

  .myproject{
    width: 40%;
  }

  #slider-wrap{
    height: 250px;
  }

  #container{
    height: 250px;
  }
}

@media (min-width:961px){
  #nextBtn{
    width: 50%;
    height: 100px;
  }

  .myproject{
    width: 80%;
  }

  #slider-wrap{
    height: 400px;
  }
}

.myproject{
  /* margin: 10px 5px 5px 0; */
  margin: 0px auto;
  border: 3px solid #8c8c8c;
  border-radius: 5%;
  padding: 15px;
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.myproject a{
  color: green;
  text-decoration: none;
}

.projectname{
  font-weight: bold;
}

.tech-tags{
  font-size: 10pt;
}

.disabled{
   /* pointer-events: none; */
   cursor: not-allowed;
}

.thumb{
  /* border: 1px solid #000; */
  padding: 5px;
  line-height: 1.5;
}

.myprojects{
  background-color: rgba(255, 255, 255, 0.7);
  color: #1c1c1c;
  border: 3px solid #eee;
  padding: 3px;
  width: 40%;
  /* margin: 0px auto; */
  float: left;
  margin-left: 6%;
  margin-right: 2%;
  margin-bottom: 3%;
  border-radius: 8%;
}

.myprojects a{
  color: green;
  text-decoration: none;
}
