@import 'https://fonts.googleapis.com/css?family=Comfortaa:400,700|Fredoka+One|Nunito:400,800,900|Poiret+One|Quicksand:400,500,700';


html,
body {
  font-family: 'comfortaa', sans-serif;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
}

/* Nav bar */

/* nav ul {
  position: fixed;
  text-align: right;
  width: 100%;
  background-color: #222222;
  font-family: "comfortaa",sans-serif;
  font-size: 1.2em;
}

nav ul li {
  display: inline-block;
  margin: 30px;
}

nav ul li a {
  color: #000;
  text-decoration: none;
}
nav ul li a:hover {
  color: #ababab;
} */

/* about me */

#welcome-section {
  line-height: 1.6;
  padding-top: 10vh;
  padding-bottom: 10vh;
  text-align: center;
    width: auto;
}

/* the projects section */


.work .work-header {
  color: #111;
  font-weight: normal;
}

.hr-lines:before{
  content:"";
  display: block;
  height: 2px;
  width: 130px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #333333;
}

.hr-lines{
  position: relative;
  /*  new lines  */
  max-width: 500px;
  margin: 30px auto;
  text-align: center;
}

.hr-lines:after{
  content:"";
  height: 2px;
  width: 130px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #333333;
}


.hr-dotted-line{
  position: relative;
  /*  new lines  */
  max-width: 500px;
  margin: 1em auto;
  text-align: center;
}

.hr-dotted-line:before{
  border-top: 1px dotted #333333;
  display: block;
  position: relative;
  top: -0.5em;
  margin: 0em auto;
  width: 100%;
  content: "";
}

.project {
  text-decoration: none;
  background-color: #222222;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #ababab;
  border-radius: 5px;
}

.project-pic {
  width: 100%;
  height: 180px;
  border-bottom: 2px solid #ababab;
  border-radius: 5px;
}

.project-title {
  color: #cc3300;
  font-weight: bold;
  padding-top: 6px;
}

.project-title:hover {
  color: #939393;

}

.show-all {
  color: #111;
  font-weight: bold;
  background-color: #c4c4c4;
  display: block;
  width: 100px;
  text-decoration: none;
  padding: 20px;
  border: 2px solid #ababab;
  border-radius: 100px;
  margin: 0 auto;
}

.show-all:hover {
  color: #111;
  font-size: 15px;
  font-weight: bold;
  background-color: #c4c4c4;
  text-align: center;
  text-decoration: none;
  width: 80px;
  padding: 20px;
  border: 2px solid #ababab;
  border-radius: 100px;
}

/* contact */

.contact {
  background-color: #ababab;
  padding: 60px ;
  line-height: 1.6;
}

.contact-details {
  padding: 60px;
  display: inline-block;

}

/* mobile section */

@media screen and (max-width: 400px) {
  nav ul {
    text-align: center;
  }
  nav ul li {
    margin: 20px;
  }
  .project {
    margin: 40px 0;
  }
}
