nav .nav-link:hover {
  background-color: rgba(65, 184, 131, 0.5);
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  #app nav {
    height: 60px;
  }
  #app nav .nav-link {
    padding: 16px 10px 20px 10px;
  }
  #app nav .nav-link:hover {
    background-color: rgba(65, 184, 131, 0.5);
    transition: 0.5s;
  }
}
footer {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
}
footer p {
  margin-bottom: 0;
}

body {
  font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  text-align: center;
  background-color: #f6f6f4;
  color: #484848;
}

#app {
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
}
#app main .page-title {
  font-size: 1.8rem;
  font-family: bold;
}
#app main .space-pre {
  white-space: pre-wrap;
}
#app .minh-300 {
  min-height: 300px;
}
#app .error_message {
  color: red;
  text-align: left;
}
#app .emailSentMessage {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  #app main .page-title {
    font-size: 2rem;
    font-family: bold;
  }
}
#app .profile img {
  width: 100px;
  height: 100px;
}

@media screen and (min-width: 768px) {
  #app .profile img {
    width: 200px;
    height: 200px;
  }
}
.skill .card-header {
  font-size: 1.5rem;
}

.actual_results .card-body {
  padding: 0 1.25rem 0 1.25rem;
}
.actual_results table {
  table-layout: fixed;
}
.actual_results table th {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .actual_results .card-header {
    text-align: center;
  }
  .actual_results .card-body .header {
    padding: 0.5rem 0 0.5rem 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
  }
}
@media screen and (min-width: 768px) {
  .actual_results .card-body .row {
    border-bottom: 1px solid #dee2e6;
  }
  .actual_results .card-body .row .header {
    padding: 1rem 0 1rem 0;
  }
}
.development .card-body {
  padding: 0 1.25rem 0 1.25rem;
}
.development table {
  table-layout: fixed;
}
.development table th {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .development .card-header {
    text-align: center;
  }
  .development .card-body .header {
    padding: 0.5rem 0 0.5rem 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
  }
}
@media screen and (min-width: 768px) {
  .development .card-body .row {
    border-bottom: 1px solid #dee2e6;
  }
  .development .card-body .row .header {
    padding: 1rem 0 1rem 0;
  }
}
