body {
  /*background-color: #6b6b6b;*/
  background-color: #383838;
}

.links-block{
  height: 50px;
  background-color: #d2d2d2;
}

.content{
  margin-top: 10px;
}

.b-white{
  background-color: #fff;
}

.skills-container{
  background-color: rgba(72, 71, 71, 0.44);
  min-height: 250px;
  padding: 5px;
}

.skills-container .content{
    color: #d2d2d2;
    padding: 5px 15px 5px 15px;
}

.particle-overlay-container{
    background-color: rgba(72, 71, 71, 0.44);
    height: 250px;
    position: absolute;
    padding: 5px;
}

.head{
  border-bottom: solid 1px #d2d2d2;
}

.particle-overlay-container.about{
  width: 93%
}

.particle-overlay-container.contact{
  width: 93%;
  top: 260px;
  height: 160px;
}
@media (max-width: 500px) {
  .skills-container{
    margin-top: 240px;
  }
}

@media (min-width: 500px) {
  .particle-overlay-container.about{
    width: 45%
  }

  .particle-overlay-container.contact{
    width: 30%;
    top: auto;
    left: 69%;
    height: 250px;
  }
}

.footer{
  position: fixed;
  bottom: 0;
  opacity: 0.3;
  color: white;
  font-size: 70%;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  z-index: -500;
  display: none;
}


.particle-overlay-container.contact .content{
  color: #27b3ec;
}

.particle-overlay-container.contact .content a{
  color: #27b3ec;
}

.particle-overlay-container.about .content{
  color: #dadada;
}



.l-45w{
  width: 45%;
}

.l-25w{
  width: 25%;
}

.l-100w{
  width: 100%;
}

.gray{
  color: #d2d2d2;
}

.white {
    color: white;
}

#age{
  margin-left: 29px;
}

.name-val{
  margin-left: 15px;
}

.profile{
  margin-left: 10px;
}

.profile-lbl{

}

.profile a {
  color: #27b3ec;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.indent-1 {
    padding-left: 24px;
    color: darkgray;
}
.indent-2 {
    padding-left: 30px;
    font-size: 85%;
    color: lightslategray;
}

.hide {
    display: none;
}

.js:hover .hide {
    display: block;
}

.csharp:hover .hide {
    display: block;
}

.java:hover .hide {
    display: block;
}

.linux:hover .hide {
    display: block;
}

.text-main {
    color: #dadada;
}

.text-small {
    color: lightslategray;
    font-size: 85%;
}