/*-------------------------------

    Custom stylesheet (custom.css)

    Project: Eight Template
    Version: 1.0
    Author: By Themanoid
    Last change: 31 July 2016

    --

    This stylesheet is meant for
    your own custom styles, on
    top of The Eight Template

    Happy styling!
    - Themanoid

----------------------------*/

/* Three image containers (use 25% for four, and 50% for two, etc) */

ul{
  font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;;
}

.resume{
    padding: 100px 0 100px;
}

.section-head{
  letter-spacing: 5px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
}

.sub-head{
  font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
}

.exp{
  padding-right: 2em;
}

.column-2{
    float: left;
    width: 50%;
  }

  .column-4{
    float: left;
    width: 25%;
  }
  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  .p-1{
    padding: 0.5em;
    margin-bottom: auto;
  }

  .p-2{
    padding: 2em;
  }

  .pb-2{
    padding-bottom: 2em;
  }

  .bgdark{
    background-color: #2a2b2e;
  }

  a{
    font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
  }



  .uline{
    border-bottom: 2px solid rgb(0, 0, 0);
    height: 1px;
    margin-top: 16px;
    width: 50px;
    margin-bottom: 30px;;
  }

  @media screen and (max-width: 768px) {
    .column-2, .column-4 {
      width: 50%;
      padding-bottom: 0.2em;
    }

    .p-2{
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 2em;
    }

    .mob-w{
      max-width: 100%;
    }
    .mob-c{
      text-align: center;
    }

    .resume{
      padding: 30px 0 30px;
    }

    .exp{
      padding-right: 0;
    }

  }

  