/* colors */
/* end colors */
/* typography */
/* end typography */
/*  base structure */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  display: -ms-flexbox;
}

h1 {
  background-color: transparent;
}

/*  end base structure */
/* homepage */
/* .intro-container {
  width: 100%;
  background-image: url(/images/intromobilebg.png);
  background-position: center;
  background-size: intro;
} */
.playfair-home {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 112.5;
  text-decoration: none;
  color: black;
}

.home {
  font-size: 5em;
}

.navbar {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Centered links */
.navbar-nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  list-style: none;
}

.nav-link {
  font-family: "Playfair", serif;
  color: #75704e;
  font-size: 1.5em;
  width: 25%;
  text-align: center;
}

.hello {
  font-family: "Playfair Display", serif;
  font-size: 3em;
  font-weight: bolder;
}

.hi {
  font-family: serif;
  font-size: 1.5em;
}

.p-container {
  font-family: "Playfair Display", serif;
  word-wrap: break-word;
  width: 50%;
  translate: 50%;
}

@media (min-width: 320px) and (max-width: 460.98px) {
  .intro-container {
    width: 100%;
    height: auto;
    background-image: url("../images/intromobilebg.png");
    background-position: center;
  }
  .container-start {
    padding-top: 50px;
  }
  .home {
    font-size: 1.5em;
    padding: 0;
  }
  .nav-link {
    font-size: 1em;
    padding: 0;
    margin: 0;
  }
  .title-row {
    padding-top: 0;
  }
  .hi {
    font-size: 1em;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
/*  X-Small devices (portrait phones, less than 576px) */
@media (min-width: 461px) and (max-width: 633.98px) {
  .intro-container {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/introbgtablet.png");
    background-size: intro;
    background-position: center;
  }
  .home-container {
    padding-top: 10%;
  }
  .home {
    font-size: 2.2em;
    padding: 0;
    flex-direction: column;
  }
  .nav-container {
    padding-top: 0px;
  }
  .nav-link {
    font-size: 1em;
    padding: 0;
  }
  .title-row {
    padding-top: 15px;
  }
  .hello {
    font-size: 2em;
    margin-bottom: 0;
  }
  .p-container {
    padding-top: 0;
    margin-top: 0;
  }
  .hi {
    font-size: 1.2em;
    padding: 10%;
  }
}
/* Small devices (landscape phones, less than 774px) */
@media (min-width: 634px) and (max-width: 773.98px) {
  .intro-container {
    background-size: 100% 100%;
    background-image: url("../images/introbgtablet.png");
    background-position: center;
  }
  .home {
    font-size: 2.5em;
  }
  .nav-container {
    padding-top: 0;
    margin-top: 0;
  }
  .nav-link {
    font-size: 1em;
    padding-top: 0;
  }
  .title-row {
    padding-top: 5%;
  }
  .hi {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2em;
  }
}
@media (min-width: 744px) and (max-width: 991.98px) {
  .intro-container {
    background-size: 100% 100%;
    background-image: url("../images/introbgtablet.png");
    background-position: center;
  }
  .home {
    font-size: 2.5em;
    padding: 0;
  }
  .nav-container {
    padding-top: 0;
    margin-top: 0;
  }
  .nav-link {
    font-size: 1em;
    padding-top: 0;
  }
  .title-row {
    padding-top: 5%;
  }
  .hi {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2em;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (min-width: 992px) and (max-width: 1125.98px) {
  .intro-container {
    width: 100vw;
    height: 100vh;
    background-image: url("../images/introfullbg.png");
    background-size: intro;
    background-position: center;
  }
  .home {
    font-size: 3em;
  }
  .title-row {
    padding-top: 10%;
    padding-left: 13%;
    padding-right: 13%;
  }
  .hello {
    font-size: 3em;
  }
  .hi {
    font-size: 1.2em;
    padding-top: 20px;
    margin-top: 10px;
    padding-left: 15%;
    padding-right: 15%;
  }
  /* For medium and small screens, stack links vertically */
  .navbar-nav {
    flex-direction: column;
  }
}
/* Large devices (desktops, less than 1200px) -- broke the smaller screens */
@media (min-width: 1126px) and (max-width: 1199.98px) {
  .intro-container {
    width: 100%;
    height: 100%;
    background-image: url("../images/introfullbg.png");
    background-size: intro;
    background-position: center;
  }
  .home-container {
    padding-top: 5%;
  }
  .home {
    font-size: 3em;
  }
  .title-row {
    padding-top: 5%;
  }
  .hello {
    font-size: 3em;
    padding-bottom: 10%;
  }
  .hi {
    font-size: 1.5em;
    padding-top: 5%;
    padding-right: 10%;
    padding-left: 10%;
  }
}
/* Extra large devices */
@media (min-width: 1200px) {
  .intro-container {
    width: 100%;
    height: 100%;
    background-image: url("../images/introfullbg.png");
    background-size: intro;
    background-position: center;
  }
  .home-container {
    padding-top: 5%;
  }
  .home {
    font-size: 3em;
    letter-spacing: 0.2rem;
    font-family: serif;
  }
  .title-row {
    padding-top: 5%;
  }
  .hello {
    font-size: 3em;
    padding-bottom: 10%;
  }
  .hi {
    font-size: 1.5em;
    padding-top: 20px;
    padding-right: 20%;
    padding-left: 20%;
  }
}
/*      end homepage      */
/*      start about      */
.about-container {
  background-color: #75704e;
  color: white;
  height: auto;
  padding: 40px;
}

.kadie-card-text {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  text-indent: 5%;
  letter-spacing: 1.9px;
  align-items: center;
  justify-content: center;
  padding-right: 10%;
}

.kadie-img {
  padding-left: 5%;
}

.res-link {
  font-family: "Work Sans", sans-serif;
  font-size: 1.1rem;
  color: white;
  letter-spacing: 1.9px;
}

/*      end about      */
/*      start projects      */
.projects-container {
  background-image: url("../images/projectsbg.jpg");
  background-position: center;
  background-size: cover;
  padding: 10%;
  width: 100vw;
}

.card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 18vw;
}

.projcards-container {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10%;
}

.proj-head {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  padding-bottom: 2%;
}

.proj-title {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}

.proj-text {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  text-indent: 5%;
}

.projview-link {
  font-family: "Work Sans", sans-serif;
  color: black;
  text-decoration: none;
}

.projview-link:hover {
  text-decoration: underline;
}

/*       end projects      */
/*      start contact      */
.contact-container {
  background-color: #fdd5c4;
}

.chat {
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.meeting {
  font-family: "Work Sans", sans-serif;
}

.btn {
  background-color: #75704e;
  color: white;
  font-family: "Work Sans", sans-serif;
}

/*      end contact      */
/*      start blog       */
.blog-container {
  background-color: rgba(167, 206, 203, 0.6);
}

.work-sans-blog {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2rem;
}

.blog-head {
  justify-self: center;
  align-self: center;
}

.blog-card {
  background-color: transparent;
  border: none;
  margin: 0 auto;
  box-shadow: none;
}

.blog-title {
  font-family: "Playfair Display", serif;
}

.blog-text {
  font-family: "Work Sans", sans-serif;
  text-indent: 5%;
  text-align: left;
}

.blog-link {
  color: black;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  text-align: right;
}

.blog-link:hover {
  text-decoration: underline;
}

.blog-image {
  height: 160px;
  width: 300px;
}

/*      end blog      */
/*      start foooter      */
.footer-bg {
  background-color: #efa48b;
  padding: 20px 0;
}

.container-footer {
  background-color: #efa48b;
}

.name {
  font-family: "Playfair", serif;
  color: black;
  font-size: 1.2rem;
}

.footer-icons {
  color: black;
  text-decoration: none;
}

.footer-icons i {
  font-size: 1.5rem;
  margin-left: 15px;
}

/*      end footer      */
/*      PHP Header Include      */
.nav-include {
  border-bottom: 2px solid #efa48b;
}

/*      end PHP Header Include      */
/*      projects pages      */
.nav-link-projects {
  font-family: "Playfair", serif;
  color: black;
  text-decoration: none;
  font-size: 1.5em;
  width: 25%;
  text-align: center;
}

.proj-subhead {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
}

.proj-p {
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  text-align: left;
  text-indent: 5%;
  padding-bottom: 2rem;
}

/*      end projects pages      */
/*      blog pages      */
.post-section {
  font-size: 1rem;
  color: black;
  font-family: "Work Sans", sans-serif;
}

.post-title {
  font-family: "Work Sans", sans-serif;
}

.post-text {
  font-size: 1rem;
  color: black;
  font-family: "Work Sans", sans-serif;
}

/*      end blog pages      *//*# sourceMappingURL=styles.css.map */