/*
  font-family: 'Josefin Slab', serif;
  font-family: 'Raleway', sans-serif;
*/

/*
 *  STYLE 4
 */


#custom-scroll::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

#custom-scroll::-webkit-scrollbar-thumb
{
	background-color: #eee;
/* 	border: 1px solid #555555; */
}

body {
  font-family: 'Raleway', sans-serif;
  display: flex;  
  justify-content: center;
  min-height: 100vh;
}
.container {
  width: 80%; 
  margin: auto; 
}
/* grid class */
.col-4 {
  margin: 1%;
  width: 31.33%;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.2);
}
[class*="col-"] {
  float: left;
  padding: 15px;
  box-sizing: border-box;
  height: 300px;
  border: 1px solid #eee; 
  overflow-y:auto;
}
h1 {
  text-transform: uppercase; 
  text-align: center; 
  margin: 0;
}
h3, h4 {
 
}
h3 {
  text-align: center; 
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; 
  font-family: 'Josefin Slab', serif;
  font-size: 1.5em;
}
a {
  text-decoration: none; 
  color: slategray;
}
.desc {
  text-transform: uppercase; 
  width: 90px;
  display: inline-block;
}
li, p {
  font-size: 0.75em;
}
li {
  margin-bottom: 10px;
  position: relative;
  list-style-type: square;
}
.get-in-touch li {
  list-style-type: none; 
}
.custom {
  position: absolute; 
  left: -25px; 
  top: 2px;
}
p.under-title {
  text-transform: uppercase;
  text-align: center; 
  font-size: 1.05em;
  letter-spacing: 1.3px;
  margin-top: 2px;
}
p.about {
  text-align: justify;
}
.title-box {
  display: flex; 
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: none;
  border: none; 
}

.edu {
  float: right;
}
.bottom-bar {
  width: 30%; 
  display: block;
  margin: auto;
  border-bottom: 1px dotted #000;
  padding: 10px;
  margin-bottom: 15px;
}
.edu-employ h4 {
  text-transform: uppercase;
  margin: 0;
  font-size: 0.85em;
}
.edu-employ p {
  margin: 4px 0;
}

.learning ul {
  margin: 5px;
}


.pull-right {
  float: right;
}


.skills-bar-container {
  position: relative;
  box-sizing: border-box;
  width: 100%; 
  border: 1px solid #000; 
  margin: 0 auto;
  margin-bottom: 7px;
  border-radius: 3px;
  overflow: hidden;
}
.skills-bar-container p {
  position: absolute; 
  top: 3px;
  left: 5px;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
}
.skills {
    text-align: right; 
    padding-right: 5px; 
    line-height: 20px; 
    font-weight: bold;
    font-size: 0.75em;
}

.html {width: 98%; background-color: #e24842;} /* papaya */
.css {width: 95%; background-color: #e9b000;} /* mustard */
.js {width: 80%; background-color: #eb6e80;} /* blush */
.php {width: 75%; background-color: #008f95;} /* aqua */

.cs {width: 70%; background-color: #e24842;} /* papaya */
.asp {width: 65%; background-color: #e9b000;} /* mustard */
.git {width: 60%; background-color: #eb6e80;} /* blush */
.bootstrap {width: 75%; background-color: #008f95;} /* aqua */

.jquery {width: 75%; background-color: #e24842;} /* papaya */
.angular {width: 60%; background-color: #e9b000;} /* mustard */
.angularjs {width: 60%; background-color: #eb6e80;} /* blush */
.java {width: 65%; background-color: #008f95;} /* aqua */







@media (max-width: 768px) {
  .container {
    width: 100%; 
  }
  .col-4 {
    float: none; 
    margin: 20px auto; 
    width: 90%;
  }
}