html {
  height: 100%; }

body {
  background-color: #f0f2ef;
  font-family: 'Roboto', sans-serif;
  color: #605f5e; }

h1 {
  font-weight: 300; }

h4, h2 {
  font-weight: 200; }

h3 {
  padding: .5em; }

.myPic {
  height: 45%;
  background-image: url("/img/myPic.JPG");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

  .myPicMobile{
    height: auto;
    width: 50%;
  }

.sidenav {
  position: fixed;
  height: 100%;
  background-color: #605f5e;
  color: #f0f2ef;
  -webkit-box-shadow: 7px 0px 15px 0px rgba(10, 17, 40, 0.28);
  -moz-box-shadow: 7px 0px 15px 0px rgba(10, 17, 40, 0.28);
  box-shadow: 7px 0px 15px 0px rgba(10, 17, 40, 0.28);
  overflow-y: scroll;
  z-index: 1; }

.top-nav {
  position: relative;
  background-color: #605f5e;
  color: #f0f2ef;
  z-index: 1;
  height: auto; }

.top-links {
  position: relative;
  background-color: #605f5e;
  border: none;
  color: #f0f2ef;
  transition: background-color .4s ease;
  width: auto;
  height: 35%; }
  .top-links:hover {
    cursor: pointer;
    background-color: #839791;
    text-decoration: none;
    border-bottom: 1px solid #839791;
    padding: 0;
    margin-right: 15px; }
  .top-links:focus {
    background-color: #839791;
    outline: 0; }

.top-nav-svg {
  width: 35%;
  height: 50%;
  fill: #f0f2ef;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.footer-svg:hover {
  cursor: pointer;
  background-color: #839791; }

.navigation {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.links {
  position: relative;
  background-color: #605f5e;
  height: 100%;
  width: 100%;
  border: none;
  display: block;
  color: #f0f2ef;
  transition: background-color .4s ease; }

a:hover {
  text-decoration: none; }

.projectLinks {
  margin: 12px 0 0 10px;
  float: left; }

.links:hover {
  cursor: pointer;
  background-color: #839791;
  text-decoration: none;
  border-bottom: 1px solid #839791; }

.links:focus {
  background-color: #839791;
  outline: 0; }

.start {
  background-color: #839791;
  outline: 0; }

.content {
  padding: 50px; }
  @media only screen and (max-width: 768px) {
    .content {
      padding: 20px; } }

.about-me {
  margin-bottom: 50px; }

.projectPic {
  height: 15em;
  width: auto;
  margin-bottom: 5vw; }

.projectDiscription {
  word-wrap: break-word; }

.nav-svg {
  width: 35%;
  height: auto;
  float: left;
  fill: #f0f2ef;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }

.icon-row {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  width: 135px; }

.nav-svg-box {
  height: 100%;
  transition: background-color .4s ease;
  position: relative; }

.nav-svg-box:hover {
  background-color: #839791; }

.project-header {
  display: inline;
  float: left;
  margin: 10px 0; }

.resume-svg {
  width: 15px;
  margin-right: 5px;
  fill: #605f5e; }

.resume h1, .resume h3 {
  margin-top: 0em;
  margin-bottom: 0em; }

.resume ul {
  list-style: none;
  padding: 0; }

.project-row {
  margin-top: 15px; }

.brakerbar {
  background-color: #839791;
  color: #f0f2ef;
  margin-top: 1em;
  margin-bottom: 1em; }

.project-svg {
  fill: #f0f2ef;
  height: 2em;
  width: auto; }

.lan-img-box {
  padding: 2em;
  margin-top: 3em;
  margin-bottom: 3em;
  height: 2em;
  width: auto; }

.footer {
  background-color: #605f5e;
  margin-bottom: 60px; }

.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #605f5e; }

.bottom-nav-container a button {
  height: 60px;
  width: 100%; }

.footer-svg {
  height: 73px;
  position: relative; }

.resume-title {
  padding: 0; }

.sidenav-names {
  height: 15%; }

.sidenav-names h1 {
  margin-top: 0;
  padding-top: 15px; }

.side-nav-links {
  height: 10%; }
