body {
  margin: 0;
}

img {
  max-width: 100%;
}

p {
  line-height: 30px;
}

.site-link {
  font-weight: bold;
  padding: 15px 20px 15px 0;
}

.site-link-second {
  font-weight: bold;
  padding: 15px 20px;
  background-color: white;
  color: #161616;
  margin-left: 20px;
}

.site-link-second:hover {
  background-color: #4d4d4d;
  color: whitesmoke;
}

.section-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1em;
}

body {
  background-color: #242424;
  background-image: url("images/bg/dark-matter.png");
  color: white;
  font-family: "Open Sans", sans-serif;
}

body a {
  text-decoration: none;
  color: white;
}

body a:hover {
  color: gray;
}

header nav {
  display: flex;
  font-weight: 400;
  font-family: "Rethink Sans", sans-serif;
  font-size: 1em;
  justify-content: center;
  letter-spacing: 1px;
  padding-top: 3em;
  text-align: center;
  vertical-align: middle !important;
}

.index-nav {}

.other-nav {
  padding: 3em 0 2.5em;
}

header nav a:hover {
  color: gray;
}

header nav img {
  display: inline-block;
  width: 50px;
  margin: 10px 65vw 0 10px;
}

header nav .links {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.9em;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -10%;
  max-height: 100vh;
}

#index-banner {
  background-image: url('images/index/astro-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
}

.banner,
.banner-about {
  padding: 30vh 10% 15vh;
  display: grid;
  grid-template-columns: 70% 30%;
}

.banner .banner-intro,
.banner-about .banner-intro {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 7vh;
}

.banner .banner-link,
.banner-about .banner-link {
  font-family: "Rethink Sans", sans-serif;
  font-size: 1.3em;
  margin-top: 10%;
}

.banner h1,
.banner-about h1 {
  font-family: "Rethink Sans", sans-serif;
  font-size: 3.5em;
  margin: 5px 0 20px;
}

.banner .sub-header,
.banner .banner-text,
.banner-about .sub-header,
.banner-about .banner-text {
  font-family: "Rethink Sans", sans-serif;
  font-size: 1.25em;
}

.banner img,
.banner-about img {
  width: 350px;
}

/* Index page */
.index-main .index-portfolio {
  color: black;
  background-color: whitesmoke;
  background-image: url("images/bg/cream-pixels.png");
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  padding: 10vh 15vw;
}

.index-main .index-portfolio div {
  padding: 1em;
}

.index-main .index-portfolio h2 {
  color: #505050;
  font-family: "Rethink Sans", sans-serif;
  font-size: 1.2em;
}

.index-main .index-portfolio img {
  width: 150px;
}

.index-main .index-portfolio img:hover {
  transform: scale(1.1);
}

.index-about {
  background-image: url("images/index/portrait-small.png");
  background-repeat: no-repeat;
  background-position: 60vw 5vh;
  display: flex;
  flex-direction: column;
  font-family: "Rethink Sans", sans-serif;
  padding: 10vh 15vw;
}

.index-about p {
  width: 50%;
}

footer {
  color: black;
  padding: 5vh 15vw;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
}

footer .foot-links {
  display: flex;
  flex-direction: column;
  margin-right: 10em;
}

footer a {
  font-family: "Rethink Sans", sans-serif;
  color: #3d3d3d;
  padding: 10px 0;
}

/* Portfolio page */
.portfolio {
  background-color: whitesmoke;
  color: black;
  padding: 10vh 15vw;
  border-bottom: 1px solid gray;
}

.portfolio p {
	font-family: "Rethink Sans", sans-serif;
	font-weight: 100;
}

.portfolio-head {
	font-family: "Manrope", sans-serif;
	font-size: 3em;
    letter-spacing: .15em;
	margin: 0 0 .5em;
	text-transform: uppercase;
}

.category {
  margin: 3em 0 5em;
}

.category h2 {
  font-size: 1.5em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-family: "Rethink Sans", sans-serif;
  font-weight: 100;
  color: #6b6b6b;
}

.piece-category {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.featured-piece {
	margin-bottom: 3em;
}

.featured-piece h2 {
	font-weight: bold;
}

.piece {
  margin: 1.5em 1.5em 0 0;
}

.piece img {
  object-fit: cover;
  width: 300px;
  max-width: 100%;
  border: 1px solid #d0d0d0;
}

.piece p {
  text-align: left;
  font-family: "Rethink Sans", sans-serif;
  color: #00446b;
  font-weight: bold;
}

/* FAQ Page */
.faq-main {
  background-color: #f5f5f5;
  border-bottom: 1px solid gray;
  color: black;
  padding: 10vh 15vw;
}

.faq-main h3,
.faq-main p {
  font-family: "Rethink Sans", sans-serif;
}

.faq {
  padding: 2em 5em;
}

.faq a {
  color: gray;
}

.faq:nth-child(even) {
  background-color: #f5f5f5;
}

.faq:nth-child(odd) {
  background-color: #e9e9e9;
}

/* About Page */

.profile {
  display: inline-grid;
  grid-template-columns: 30% 70%;
  padding: 10vh 15vw;
  grid-gap: 4em;
  background-color: #1f1f1f;
}

.profile div {
  display: block;
  align-self: center;
}

.profile img {
  border-radius: 25em;
  max-width: 350px;
}

.profile-description p {
  font-family: "Libre Baskerville", serif;
  font-size: 1.25em;
  line-height: 2em;
}

.profile-description h2 {
  letter-spacing: 2px;
  font-size: 3.5em;
  margin: 0;
}

.profile-description h3 {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 1.6em;
  color: #b1b1b1;
  margin-top: 4px;
}

/* About */

.about-main {
  border-bottom: 1px solid gray;
  font-family: "Rethink Sans", sans-serif;
}

.about-main .about {
  padding: 10vh 15vw;
  /* display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 3em; */
}

.about-main .about:nth-child(odd) {
  background-color: whitesmoke;
  color: black;
}

.about-main .about:nth-child(even) {
  background-color: #242424;
  color: whitesmoke;
}

.about-tile {}

.about-tile h2 {
  margin: 1em 0 0;
}

.about p {
  font-family: "Libre Baskerville", serif;
  font-size: 1.2em;
  line-height: 2em;
}

.about h2 {
  font-size: 2.75em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.about-origins {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4em;
}

.about-lic {
  /* display: grid;
  grid-template-rows: 1fr 1fr;
  grid-gap: 4em; */
  padding: 1em 0 1em;
}

.education-photogrid {
  /* display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em; */
  background-size: cover;
}

.origins-photogrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  background-size: cover;
}

.lic-photogrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-size: cover;
}

.lic-photogrid img {
  height: fit-content;
}

.personal-photogrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-size: cover;
}

.about-main .about:nth-child(1) {
  background-image: url("images/bg/stucco.png");
}

.about-main .about:nth-child(2) {
  background-image: url("images/story/origins.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.about-main .about:nth-child(3) {
  background-image: url("images/bg/low-contrast-linen.png");
}

.about-main .about:nth-child(4) {
  background-image: url("images/story/education-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
}

/* 

.about-main .about:nth-child(4) {
  background-image: url("images/about/bg.jpg");
  background-attachment: fixed;
} */

.about-main .about p {
  width: 100%;
}

.banner-about {
  background-image: url("images/about/portrait.png");
  background-repeat: no-repeat;
  background-position: 1000px 100px;
  background-attachment: fixed;
}

/* Contact */
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: whitesmoke;
  border-bottom: 1px solid gray;
  padding: 10vh 15vw;
}

.contact-form h2,
.contact-form p {
  color: black;
  font-family: "Rethink Sans", sans-serif;
}

form {
  display: flex;
  flex-direction: column;
  font-family: "Rethink Sans", sans-serif;
  width: 90%;
}

form input,
form textarea,
form select {
  padding: 0.5em;
  margin: 10px 0;
}

form input[type=submit] {
  background-color: #242424;
  color: whitesmoke;
  border: none;
  padding: 10px 0;
}

form textarea {
  height: 200px;
}

.social-media img {
  cursor: pointer;
  padding: 0 10px;
}

.social-media img:hover {
  opacity: 0.8;
}

/* Portfolio Page */

.piece-h1 {
  font-family: "Rethink Sans", sans-serif;
}

.piece-h2 {
  font-family: "Rethink Sans", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 100;
  color: #6b6b6b;
  margin-bottom: 2em;
}

.piece-description {
  font-family: "Rethink Sans", sans-serif;
  font-size: 1em;
  font-weight: 100;
  width: 60%;
  padding: 2em 0;
  display: block;
  margin: auto;
}

.screens {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3em 0;
}

.screens img {
  width: 90%;
}


/* Media Queries */
@media screen and (max-width: 1080px) {
  header nav {
    display: flex;
    justify-content: center;
    padding: 3em 0 0;
    text-align: center;
    vertical-align: middle !important;
  }

  header nav img {
    margin: 0 30vw 0 0;
  }

  .profile {
    display: grid;
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 768px) {
  header nav {
    display: flex;
    flex-direction: column;
    padding: 3em 0 0;
    text-align: center;
    vertical-align: middle !important;
  }

  header nav img {
    margin: 0 0 2em 0;
  }

  .index-main .index-portfolio {
    padding: 10vh 7vw;
    grid-template-columns: none;
  }

  .index-about {
    padding: 10vh 10% 60vh;
    background-position: 50% 100%;
    background-size: 55%;
  }

  .index-about p {
    width: 100%;
  }

  .piece-category {
    display: grid;
  }

  footer {
    flex-direction: column;
  }

  footer .foot-links {
    padding: 1em 0;
  }

  .piece img {
    object-fit: cover;
    width: 400px;
    margin: 1.5em 0 0 0;
    border: 1px solid #d0d0d0;
  }

  .piece p {
    text-align: left;
    font-family: "Rethink Sans", sans-serif;
    color: #00446b;
    font-weight: bold;
  }

  .about-main .about p {
    width: 100%;
  }

  .origins-photogrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }

  .profile {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 500px) {
  header nav {
    display: flex;
    flex-direction: column;
    padding: 3em 0 0;
    text-align: center;
    vertical-align: middle !important;
  }

  header nav img {
    margin: 0 0 2em 0;

    width: 75px;
  }

  .banner,
  .banner-about {
    padding: 50vh 10% 20vh;
    display: grid;
    grid-template-columns: none;
    grid-template-rows: repeat(2, 1fr);
    background-position: 50% 100%;
    background-size: 80%;
    background-attachment: unset;
    margin-top: -80%;
  }

  .banner .banner-intro,
  .banner-about .banner-intro {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .banner .banner-head,
  .banner-about .banner-head {
    font-size: 3.25em;
  }

  .banner img,
  .banner-about img {
    padding-top: 3.5em;
    width: 350px;
  }

  .index-main .index-portfolio {
    grid-template-columns: none;
    grid-template-rows: repeat(4, 1fr);
  }

  .index-main .index-portfolio div {
    padding: 20px;
  }

  .index-about {
    padding: 10vh 10% 45vh;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .index-about p {
    width: 100%;
  }

  .section-links a {
    margin: 10px 0;
  }

  footer {
    flex-direction: column;
  }

  footer .foot-links {
    padding: 1em 0;
  }

  .category {
    margin-top: 3em;
  }

  .category h2 {
    font-size: 2em;
  }

  .piece-category {
    display: grid;
  }

  .piece p {
    font-size: 1.25em;
  }

  .portfolio {
    padding: 10vh 10vw;
  }

  .faq {
    padding: 1.5em;
  }

  .contact-form {
    grid-template-columns: none;
  }

  .contact-form div:nth-child(2) {
    margin-top: 3em;
  }

  .screens {
    grid-template-columns: 1fr;
    grid-gap: 3em 0;
  }

  .screens img {
    width: 100%;
  }

  .profile {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-main .about {
    grid-template-columns: 1fr;
  }

  .origins-photogrid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
    
	
/* FONTS */
	
.rethink-sans-font {
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
	
.playfair-display-font {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
	
.manrope-font {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
	
.libre-baskerville-font {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



  /*# sourceMappingURL=style.css.map */