@font-face {
  font-family: 'SpaceMono-R';
  src: url('space/SpaceMono-Regular.ttf');
}
@font-face {
  font-family: 'SpaceMono-B';
  src: url('space/SpaceMono-Bold.ttf');
}
body {
  font-family: 'SpaceMono-R';
  text-align: center;
}

.overview {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.overview p {
  max-width: 800px;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

.overview img {
  max-width: 200px;
  margin-right: 20px;
  border-radius: 0%;
  padding: 10px;
  padding-top: 30px;
}

.links {
  padding-left: 5px;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

li {
  margin-right: 20px;
  margin-bottom: 10px;
}

a {
  color: #000000;
  text-decoration: none;
}

header {
  color: #000000;
  background-color: #3A4D39;
  padding: 10px;
  margin: 0;
}

.route, .selected-route {
  font-size: 26px;
}

.selected-route {
  color: #739072;
}

.route:hover, .selected-route:hover {
  color: #ECE3CE;
}


.blog-route, .selected-blog-route {
  font-size: 20px;
}

.blog-route:hover, .selected-blog-route:hover {
  font-weight: bold;
  text-decoration: underline;
}

body {
  margin: 0;
  padding: 0;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
}

.fa-file {
  transform: scale(0.8);
}
.url-icon:hover .fa-file {
  transform: scale(1.7);
  transition: transform 0.2s;
}

.url-icon:hover .fa-github,
.url-icon:hover .fa-linkedin,
.url-icon:hover .fa-envelope
{
  transform: scale(1.8);
  transition: transform 0.2s;
}

.about-me {
  text-align: center;
}

.paragraph a {
  color: #000000;
  text-decoration: none;
  text-decoration: underline;
}

.subtext {
  font-size: 10px;
  text-align: center;
}

.text-container {
    width: 90vw;
    max-width: 800px;
    font-size: 18px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}

.paragraph {
  max-width: 800px;
  font-size: 18px;
}

.code-container {
  width: 100%;
  max-width: 800px;
  font-size: 16px;
}

.hover-link:hover {
  font-family: 'SpaceMono-B';
}

.hover-link {
  text-decoration: underline;
}
