main {
  padding-left: 200px;
  top: 0px;
}
@media only screen and (max-width : 501px) {
  #intro-image {
    background-image: url("/media/IMG_3860_small.png") left center;
  }
}

@media only screen and (max-width : 992px) {
  main {
    padding-left: 0;
  }
}

.name h1 {
  font-size: 40px;
  text-align: center;
  line-height: inherit;
  margin-top: 5px;
  font-weight: bold;
}

.name span {
  font-size: 18px;
}

.sidenav {
  width: 205px;
}

.sidenav li {
  padding-top: 20px;
  width: auto;
}

.section {
  padding-top: 0;
  padding-bottom: 0;
}

#intro-image {
  background: url("/media/IMG_3860.png") top center/cover no-repeat;
  position: relative;
}

.full-height {
  height: 100vh;
  max-width: 100%;
  margin: 0 auto;
}

.half-height {
  height: 50vh;
  max-width: 100%;
  margin: 0 auto;
}

blockquote h2 {
  font-size: 3rem;
}

h3 {
	font-weight: 200;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 30px 40px;
	text-transform: uppercase;
}
#projects li {
  list-style-type: disc;
}

#experience li {
  list-style-type: disc;
  margin-left: 15px;
}

#contact .container {
  height: 100%;
}

#contact p {
  font-size: 1.3vw;
}