@import url('https://fonts.googleapis.com/css?family=Righteous|Roboto+Slab|Ubuntu');

html,
body {
  height: 100%;
  font-family: 'Roboto Slab', serif;
}

body {
  background-color: #eee;
}

i {
  margin-right: 5px;
}

.popover-body {
  color: #800000;
  text-align: center;
}

.navbar {
  background-color: #111;
  padding: 0;
}

.nav-item {
  margin-right: 10px;
  padding: 0;
}

.nav-link {
  padding: 10px 20px !important;
}

.nav-link.active {
  background-color: #333 !important;
}

/* .cv-btn {
  position: absolute;
  margin-left: 30px;
  right: 20px;
  z-index: 2000;
} */

header {
  background: url(../img/coding.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  position: relative;
}

header .main-title {
  padding: 100px 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: 'Righteous', cursive;
}

header .main-btn-set {
  position: absolute;
  width: 100%;
  top: 70%;
  text-align: center;
}

.section-head {
  padding: 15px 30px;
  margin: 30px 0;
  width: 100%;
  background-color: #eee;
  border-left: #444 3px solid;
}

.skill-box i {
  font-size: 35px;
}

.skill-box img {
  height: 50px;
  margin: 15px 10px;
  cursor: help;
}

.skill-desc p {
  font-size: 1.1rem;
  font-family: 'Ubuntu', sans-serif;
}

.achivements-section {
  background-color: #fffffe;
}

.project-section {
  background-color: #f4f0ea;
}

footer {
  background-color: #111;
}

.address {
  padding-top: 15px;
  color: #ccc;
}

.address h5 {
  font-size: 1.6rem;
}

.email {
  color: #fff;
}

.address p {
  font-size: 1.3rem !important;
}

.smedia-links a {
  display: block;
  padding-left: 10px;
  font-size: 1.3rem;
  margin: 10px 5px;
  text-decoration: none;
  color: #eee;
}

.linkedin:hover {
  color: #0077b5;
}

.twitter:hover {
  color: #1da1f2;
}

.github:hover {
  color: #24292e;
}

.freecodecamp:hover {
  color: #006400;
}

.facebook:hover {
  color: #3c5a98;
}
@media only screen and (max-width: 768px) {
  .main-title {
    font-size: 30px;
  }

  .main-btn-set .btn {
    display: block !important;
    width: 60% !important;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 992px) {
  .skill-desc {
    padding: 10px !important;
  }
}

.ach-ins-list {
  list-style-type: none;
}

.ach-view-link {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
