article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: \201C \201D \2018 \2019;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0);
  overflow: hidden;
}

/* Portrait tablet and small desktops */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/* Even smaller */
html {
  font-size: 125%;
}

.nav-menu li {
  font-family: "Roboto", sans-serif;
}

.nav-menu li a:hover {
  text-decoration: underline;
}

.nav-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  color: #1b1a20;
}

@media (max-width: 625px) {
  .nav-menu li a {
    font-size: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (max-width: 480px) {
  .nav-menu li a {
    font-size: 0.4rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

h1 {
  font-family: "Domine", serif;
  font-weight: 700;
  font-size: 2rem;
}

@media (max-width: 625px) {
  h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  h1 {
    line-height: 1.8rem;
    margin-bottom: 1%;
  }
}

@media (max-width: 320px) {
  h1 {
    font-size: 1.4rem;
  }
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  h2 {
    font-size: 0.8rem;
  }
}

.intro-text p.hello {
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .intro-text p.hello {
    font-size: 0.5rem;
  }
}

@media (max-width: 320px) {
  .intro-text p.hello {
    font-size: 0.4rem;
  }
}

.intro-text p {
  line-height: 1.5;
  letter-spacing: 1.2;
}

@media (max-width: 480px) {
  .intro-text p {
    font-size: 0.65rem;
  }
}

@media (max-width: 320px) {
  .intro-text p {
    font-size: 0.5rem;
  }
}

h3 {
  font-family: "Domine", serif;
  font-size: 1.5rem;
}

@media (max-width: 320px) {
  h3 {
    text-align: center;
  }
}

.web-icons {
  font-family: "Domine", serif;
}

/* Portrait tablet and small desktops */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/* Even smaller */
html {
  font-size: 125%;
}

.nav-menu li {
  font-family: "Roboto", sans-serif;
}

.nav-menu li a:hover {
  text-decoration: underline;
}

.nav-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  color: #1b1a20;
}

@media (max-width: 625px) {
  .nav-menu li a {
    font-size: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media (max-width: 480px) {
  .nav-menu li a {
    font-size: 0.4rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

h1 {
  font-family: "Domine", serif;
  font-weight: 700;
  font-size: 2rem;
}

@media (max-width: 625px) {
  h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  h1 {
    line-height: 1.8rem;
    margin-bottom: 1%;
  }
}

@media (max-width: 320px) {
  h1 {
    font-size: 1.4rem;
  }
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.1rem;
  }
}

@media (max-width: 320px) {
  h2 {
    font-size: 0.8rem;
  }
}

.intro-text p.hello {
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .intro-text p.hello {
    font-size: 0.5rem;
  }
}

@media (max-width: 320px) {
  .intro-text p.hello {
    font-size: 0.4rem;
  }
}

.intro-text p {
  line-height: 1.5;
  letter-spacing: 1.2;
}

@media (max-width: 480px) {
  .intro-text p {
    font-size: 0.65rem;
  }
}

@media (max-width: 320px) {
  .intro-text p {
    font-size: 0.5rem;
  }
}

h3 {
  font-family: "Domine", serif;
  font-size: 1.5rem;
}

@media (max-width: 320px) {
  h3 {
    text-align: center;
  }
}

.web-icons {
  font-family: "Domine", serif;
}

/* Portrait tablet and small desktops */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/* Even smaller */
.portfolio {
  margin-bottom: 20%;
}

@media (max-width: 480px) {
  .portfolio {
    margin-bottom: 30%;
  }
}

.carousel-cell {
  width: 70%;
  height: 500px;
  margin-right: 10px;
  background: #e3e4e0;
  border-radius: 5px;
  padding: 2% 5%;
}

.carousel-cell h2 {
  text-align: center;
}

.carousel-cell .project-image {
  width: 60%;
  height: 45%;
  -webkit-box-shadow: 15px 15px white;
          box-shadow: 15px 15px white;
}

@media (max-width: 768px) {
  .carousel-cell .project-image {
    width: 80%;
    height: 55%;
  }
}

@media (max-width: 480px) {
  .carousel-cell .project-image {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 320px) {
  .carousel-cell .project-image {
    width: 90%;
  }
}

.carousel-cell .project-image img {
  width: 100%;
  display: block;
}

.carousel-cell a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #1b1a20;
}

.carousel-cell .project-info {
  margin: 10% 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  position: relative;
  line-height: 1.2;
  letter-spacing: 1.2;
  text-align: center;
}

@media (max-width: 768px) {
  .carousel-cell .project-info {
    margin: 5% 0;
    font-size: 0.7rem;
  }
}

@media (max-width: 320px) {
  .carousel-cell .project-info {
    text-align: center;
  }
}

.carousel-cell .project-info .project-info a:focus {
  border: 2px solid red;
}

.carousel-cell .project-info p {
  width: 100%;
}

.carousel-cell a:focus {
  border: 2px solid red;
}

@media (max-width: 480px) {
  .project6 .project-info p {
    font-size: 0.6rem;
  }
}

.project-display {
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .project-display {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 320px) {
  .project-display {
    display: block;
  }
}

.project-links button {
  margin: 10% 0;
  padding: 4%;
}

@media (max-width: 768px) {
  .project-links button {
    padding: 2%;
  }
}

/* Portrait tablet and small desktops */
/* Landscape phone to portrait tablet */
/* Landscape phones and down */
/* Even smaller */
html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

.wrapper {
  width: 80%;
  margin: 0 auto;
}

button {
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
  background: #18181a;
  text-transform: uppercase;
  color: #e3e4e0;
  padding: 2%;
  border: none;
}

@media (max-width: 768px) {
  button {
    font-size: 0.4rem;
  }
}

button:hover {
  background: yellow;
  color: black;
}

button:focus {
  border: 2px solid red;
}

header {
  height: 100vh;
  line-height: 1rem;
  margin-bottom: 15%;
}

header p {
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
}

header a:focus {
  border: 2px solid red;
}

nav {
  text-align: right;
  margin: 5%;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu .nav-icons {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}

.menu .nav-icons .x-button {
  display: none;
}

.menu .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.menu .no-nav {
  display: none;
}

.headshot {
  max-width: 25%;
  max-height: 25%;
  position: absolute;
  left: 17%;
  top: 40%;
}

.headshot img {
  width: 100%;
  height: 100%;
}

.intro-text {
  background: #e3e4e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  position: absolute;
  right: 10%;
  padding: 10% 5%;
  height: 100vh;
}

@media (max-width: 480px) {
  .intro-text {
    padding: 10% 5% 25%;
  }
}

.intro-text .intro-links {
  display: inline;
}

@media (max-width: 768px) {
  .intro-text .intro-links {
    font-size: 0.4rem;
  }
}

@media (max-width: 320px) {
  .intro-text .intro-links {
    font-size: 0.3rem;
  }
}

.intro-text .intro-links .contact-link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  color: #18181a;
}

@media (max-width: 768px) {
  .intro-text .intro-links .contact-link {
    font-size: 0.4rem;
  }
}

@media (max-width: 320px) {
  .intro-text .intro-links .contact-link {
    font-size: 0.3rem;
  }
}

.intro-text .intro-links .contact-link:visited {
  color: #18181a;
}

.skills-wrapper {
  margin: 20% 0 15%;
}

@media (max-width: 480px) {
  .skills-wrapper {
    margin: 40% 0 30%;
  }
}

.skills {
  width: 100%;
}

.web-icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(170px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  line-height: 1rem;
}

@media (max-width: 480px) {
  .web-icons {
    line-height: 0.6rem;
  }
}

@media (max-width: 320px) {
  .web-icons {
    text-align: center;
  }
}

.contact {
  margin-top: 10%;
  padding: 10%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e3e4e0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

form {
  max-width: 90%;
  font-size: 0.8rem;
  font-family: "Roboto", sans-serif;
}

form input {
  width: 40%;
}

@media (max-width: 480px) {
  form input {
    width: 80%;
  }
}

form textarea {
  width: 80%;
}

form input,
form textarea {
  padding: 2%;
  border: 0;
  border-bottom: 1px solid #1b1a20;
  background: none;
  resize: none;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
  text-transform: uppercase;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
  text-transform: uppercase;
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
  text-transform: uppercase;
}

form input::placeholder,
form textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.social-icons i:hover {
  color: yellow;
}

fieldset {
  border: none;
  padding: 0 0 2%;
}

.contact i {
  font-size: 1.5rem;
  color: #18181a;
}

.contact i a {
  text-decoration: none;
}

.contact-info p {
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  color: #1b1a20;
}

.contact-info p a {
  text-decoration: none;
  color: #1b1a20;
}

footer {
  font-family: "Roboto", sans-serif;
  font-size: 0.6rem;
  margin-bottom: 0;
  text-align: center;
}
