* {
  font-family: "Open Sans", serif;
  color: #4e4c4c;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  font-size: 16px;
}

body {
  background: #c33764;
  background: linear-gradient(90deg, #c33764 0%, #1d2671 100%);
  margin: 0;
}

.container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, strong {
  font-family: "DM Serif Display", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
h1 strong, strong strong {
  font-weight: 600;
}

.navigation-wrap {
  background-color: #fff;
  padding: 0 30px;
}
.navigation-wrap .navbar {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.navigation-wrap .navbar .logo {
  width: 50px;
}
.navigation-wrap .navbar .logo a {
  padding: 20px 0;
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800;
}
.navigation-wrap .navbar .links ul {
  width: 17rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.navigation-wrap .navbar .links ul li a {
  padding: 30px 0;
  display: block;
}
.navigation-wrap .navbar a {
  text-decoration: none;
  font-weight: 600;
}

@media (min-width: 750px) {
  .navigation-wrap .navbar .logo {
    width: unset;
  }
  .navigation-wrap .navbar .logo a {
    font-size: 2rem;
  }
}
.home .navigation-wrap {
  display: none;
}
.home .content {
  display: flex;
  flex-direction: column;
}
.home .content .text h1 {
  font-size: 3rem;
}
.home .content .text h1 > strong {
  font-size: 3rem;
  color: #c33764;
}
.home .content .headshot {
  display: flex;
  justify-content: space-around;
}
.home .content .headshot > img {
  border-radius: 200px;
  width: 350px;
  margin: auto 0;
}
.home .content .social {
  margin-top: 40px;
  font-weight: 800;
  margin: 10px 0;
  font-size: 19px;
}
.home .content .social img {
  width: 30px;
  padding-top: 3px;
}

@media (min-width: 750px) {
  .home .navigation-wrap {
    display: block;
  }
  .home .content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .home .content .text {
    width: 60%;
  }
  .home .content .text h1 {
    font-size: 3rem;
    text-align: left;
  }
  .home .content .text h1 > strong {
    font-size: 3rem;
    color: #c33764;
  }
  .home .content .headshot > img {
    border-radius: 200px;
    width: 350px;
  }
}
.credits {
  background-color: #fff4f4;
  font-size: 0.5rem;
  text-align: right;
}
.credits p {
  margin: 0px;
  padding-left: 5px;
}

.card {
  background-color: #fff4f4;
  border-radius: 50px;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.2784313725);
  max-width: 64rem;
  margin: 10px 10px;
}
.card .navigation-wrap {
  background-color: #fff4f4;
  border-radius: 50px;
}
.card .content {
  margin: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.card .content h1 {
  text-align: center;
}
.card .rounded {
  border-radius: 5px;
}
.card .card-block {
  margin-left: 20px;
}
.card .card-block .card-title {
  margin: 0;
}
.card .card-block .card-text {
  margin-top: 10px;
}
@media (min-width: 750px) {
  .card .content {
    margin: 40px 60px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .card .content h1 {
    text-align: center;
  }
}

@media (min-width: 750px) {
  .card {
    margin: 30px 10px;
  }
  .card .content {
    margin: 40px 60px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .card .content h1 {
    text-align: center;
  }
}
.project {
  margin: 0 20px;
}
.project div {
  width: 200px;
  text-align: center;
}
.project h3 {
  font-weight: 800;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 16px;
}
.project img {
  width: 100px;
}
.project .excerpt {
  text-align: center;
}

.project-list h3 {
  text-align: center;
}
.project-list ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  overflow: scroll;
  padding: 0;
}

.contact .form {
  display: flex;
  justify-content: space-around;
}
.contact .form form {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto 0;
}
.contact .form form .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.contact .form form .row .field {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.contact .form form .row .field label {
  font-weight: 800;
  padding-bottom: 10px;
  font-family: "DM Serif Display", serif;
}
.contact .form form .row .field input {
  width: 90%;
}
.contact .form form .row .message {
  width: 100%;
}
.contact .form form button {
  font-family: "DM Serif Display", serif;
  width: 90px;
  padding: 10px;
  color: white;
  background-color: #c33764;
  margin: 0 auto;
  box-shadow: -5px 5px 10px #c33764;
}

@media (min-width: 750px) {
  .contact .form form {
    width: 60%;
  }
}
.page .mainheading {
  align-items: center;
}
.page .mainheading h1 {
  margin: 30px;
}
.page .mainheading img {
  max-width: 140px;
}
.page img {
  max-width: 100%;
}
.page .article strong {
  font-size: 1rem;
  font-weight: 600;
}
.page table {
  border: 2px solid;
  border-collapse: collapse;
}
.page table thead {
  border-bottom: 2px solid;
}
.page table td {
  padding: 2px;
  margin: 0;
  border: 1px solid;
}

@media (min-width: 120px) {
  .post img {
    display: none;
  }
}
@media (min-width: 750px) {
  .post .content {
    display: flex;
    align-items: center;
  }
  .post img {
    width: 130px;
    display: block;
  }
}
.post .body {
  display: flex;
  flex-direction: row;
}
.post .body p {
  margin-left: 0px;
}

@media (min-width: 750px) {
  .post .body p {
    margin-left: 30px;
  }
}

/*# sourceMappingURL=styles.css.map */