header {
  height: 100px;
  overflow: hidden;
}

header nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header nav a {
  text-align: center;
  margin: 3px;
}

#blog h2 {
  font-size: large;
}

#blog p {
  font-size: large;
}

#about h1 {
  font-size: x-large;
}

#education h1 {
  font-size: x-large;
}

#projects-section h1 {
  font-size: x-large;
}

.card {
  -webkit-box-shadow: 0 0 10px 3px rgba(225, 29, 29, 0.5);
          box-shadow: 0 0 10px 3px rgba(225, 29, 29, 0.5);
  margin: 13px;
}

.card .body .title {
  font-weight: bold;
  font-size: large;
}

.card .body .description {
  font-weight: 300;
  margin: 5px;
  padding: 7px;
}

#footer-section #creator {
  font-size: medium;
  padding-bottom: 13px;
}
/*# sourceMappingURL=mobile.css.map */