@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;900&display=swap");
/* utility */
.hide-override {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
}

.page {
  margin-bottom: 0px;
}

body {
  font-family: brandon grotesque;
  font-size: 16px;
  background-color: #f5f2f2;
  color: #474747;
  max-width: 100%;
}

.stopScrolling {
  height: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Merriweather', serif;
}

h1 {
  font-size: 2rem;
  line-height: 1.1em;
  margin-bottom: 24px auto;
}

h2 {
  font-size: 2em;
  line-height: 2rem;
  color: #f5f2f2;
  letter-spacing: .02em;
}

h3 {
  font-size: 1.5em;
  line-height: 1.5rem;
  margin-bottom: .7rem;
}

h4 {
  font-family: brandon grotesque;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 500;
  padding-bottom: 11px;
}

h5 {
  font-family: brandon grotesque;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

.page-title {
  color: #474747;
  margin: 20px auto 33px;
  font-weight: lighter;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.container__interior {
  max-width: 900px;
  margin: 50px auto 0px;
}

.container__interior--page {
  max-width: 600px;
}

.container__interior h2 {
  color: #474747;
  margin: 70px auto 20px;
  font-weight: lighter;
}

.container__interior .entry-title {
  display: none;
}

.entry-header {
  text-align: center;
}

.entry-header--post {
  height: 130px;
}

.entry-header--post--spacer {
  margin: 0px 15px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  margin: 30px auto 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d6d6db;
}

.section-header p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 500;
}

/* LOGO STYLE */
.logo__circle {
  fill: #fd6756;
}

.current {
  border-bottom: 3px solid #fd6756 !important;
}

/* NAVIGATION STYLES */
.navigation {
  width: 100%;
  border-bottom: 1px solid #d6d6db;
  margin-bottom: -1px;
}

.navigation a {
  color: #474747;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-bottom: 3px solid #ffffff00;
  -webkit-transition: border-bottom .2s ease-in;
  transition: border-bottom .2s ease-in;
}

.navigation a:hover {
  border-bottom: 3px solid #fd6756;
}

.navigation a:active {
  border-bottom: 3px solid #fd6756;
}

.navigation__active {
  color: #fd6756;
}

.navigation__links {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation__link {
  padding: 30px 16px;
}

.navigation__brand {
  background-color: #fd6756;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: 0 30px;
}

.mobile-navigation {
  display: none;
}

.mobile-navigation__links {
  display: none;
}

/* FOOTER STYLES */
.footer {
  background-color: #333;
  color: #f5f2f2;
  width: 100%;
  padding: 64px 20px 0;
  margin-top: 80px;
}

.footer .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer h1 {
  margin: 55px 0;
}

.footer__brand {
  background-color: #fd6756;
  width: 68px;
  height: 68px;
  border-radius: 100%;
}

.footer__links {
  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;
  padding: 64px 0;
}

.footer__links-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2em;
}

.footer__links-social a {
  color: white;
}

/* CONTACT FORM STYLES*/
.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

/* HOME PAGE STYLES */
.introduction {
  position: relative;
  margin: 33px 0px;
}

.introduction .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.introduction__hello {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 48px 48px 48px 0;
}

.introduction__hello p {
  font-weight: 400;
  line-height: 2em;
  margin: 0;
}

.introduction__hello h1 {
  font-size: 2em;
  line-height: 140%;
  margin: 0;
}

.introduction__hello .italics {
  font-style: italic;
}

.introduction__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 48px 0 48px 48px;
  border-left: 1px solid #d6d6db;
}

.introduction__text p {
  font-size: 24px;
}

.introduction__text h5 {
  color: #fd6756;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding-top: 50px;
}

.introduction__text h5:nth-child(1) {
  margin-bottom: 24px;
}

.introduction__myhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.roller {
  height: 4.125em;
  line-height: 4em;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.roller__text {
  position: absolute;
  top: 0;
  -webkit-animation: slide 15s infinite;
          animation: slide 15s infinite;
}

@-webkit-keyframes slide {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  15% {
    top: -110px;
  }
  30% {
    top: -219px;
  }
  45% {
    top: -329px;
  }
  60% {
    top: -439px;
  }
  75% {
    top: -541px;
  }
  93% {
    top: -541px;
  }
}

@keyframes slide {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  15% {
    top: -110px;
  }
  30% {
    top: -219px;
  }
  45% {
    top: -329px;
  }
  60% {
    top: -439px;
  }
  75% {
    top: -541px;
  }
  93% {
    top: -541px;
  }
}

.portfolio {
  margin-bottom: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  height: 100%;
  gap: 2em;
}

.portfolio__project {
  background-color: teal;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 400px;
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
}

.portfolio__project:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.portfolio__project h2 {
  font-size: 28px;
}

.portfolio__project--info {
  color: #f5f2f2;
  padding: 30px;
}

.portfolio__project--categories {
  margin-top: 15px;
}

.portfolio__project--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio__project img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  bottom: 0%;
}

/* PROJECT PAGE STYLES */
.work-single {
  margin-top: -1px;
  position: relative;
}

.work-single__header {
  padding-top: 30px;
  height: 500px;
}

.work-single img {
  display: block;
  max-width: 1200px;
  max-height: auto;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.project {
  background-color: #fd6756;
  padding: 0px 0px 40px;
}

.project__header h2 {
  text-align: center;
  padding: 130px 0;
}

.project__header img {
  width: 100%;
  border-radius: 20px;
  margin: 0px 0px 80px;
}

.project .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project__details--info h4 {
  color: rgba(255, 255, 255, 0.5);
}

.project__details--info p {
  color: white;
}

.project__contact {
  margin: 0 10%;
  margin-bottom: 80px;
  text-align: center;
}

.project__contact h2 {
  font-size: 1.3em;
}

.project__contact .container {
  margin-bottom: 80px;
}

.project__contact .container__interior {
  margin-bottom: 80px;
}

.project__contact .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 10px;
  border-radius: 20px;
}

.project__contact--card {
  background-color: #fd6756;
}

.project__contact--card span {
  text-decoration: underline;
}

/* Project Detail Desktop Styles*/
.project__content {
  margin: 80px 0;
  margin-bottom: 80px;
}

.project__content h2 {
  color: #474747;
  padding: 0px 13%;
}

.project__content p {
  color: #474747;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  line-height: 1.8em;
  padding: 20px 13%;
}

.project__content img {
  display: block;
  margin: 60px auto 80px;
  border-radius: 20px;
  width: 70%;
  max-width: 100%;
}

.project__content h3 {
  color: #fd6756;
  padding: 140px 0;
}

.case-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
  -ms-grid-rows: (auto)[5];
      grid-template-rows: repeat(5, auto);
  grid-column-gap: 30px;
  width: 100%;
}

.case-info h2 {
  color: #474747;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

.case-info h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  font-family: brandon grotesque;
  margin-top: 33px;
}

.case-info__project {
  grid-column: auto/span 6;
  -ms-grid-row: 1;
  grid-row: 1;
}

.case-info__project__intro {
  font-size: 1.3em;
  font-family: 'Merriweather', serif;
  line-height: 140%;
}

.case-info__meta {
  grid-column: auto/span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

.case-info__meta h4 {
  padding-bottom: 3px;
}

.case-info__summary {
  grid-column: auto/span 6;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-bottom: 30px;
}

.case-info__ftImage img {
  min-width: 100vw;
}

.case-info__content p {
  font-size: 20px;
  line-height: 166%;
}

.project__info-content.flex {
  gap: 2em;
}

.project__info-problem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.project__info-problem p {
  margin-top: .6em;
}

.project__info-outcome {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.project__info-outcome p {
  margin-top: .6em;
}

/* TO DO::::::BLOG POST STYLES */
.blog__header {
  position: relative;
}

.blog__header h2 {
  text-align: center;
  padding: 90px 0px 20px;
}

.blog__header p {
  color: #f5f2f2;
}

.blog__header--meta {
  text-align: center;
}

.blog__header--meta p {
  display: inline;
}

.blog__header--meta span {
  display: inline;
  color: white;
  margin: 0 15px;
}

.blog__header img {
  width: 100%;
  border-radius: 20px;
  position: absolute;
  top: 130%;
}

/* TO DO::::::ABOUT PAGE STYLES */
.wp-block-separator {
  border-top: 0px;
  border-bottom: 0px;
  margin-top: 3em;
  margin-bottom: 3em;
}

/* BLOG ARCHIVE PAGE STYLES */
.archive {
  /* featured project */
  /* archive content */
}

.archive__project {
  background-color: #fd6756;
  border-radius: 20px;
  margin: 40px auto;
}

.archive__project .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.archive__project--full {
  padding: 45px;
}

.archive__project--info {
  color: #f5f2f2;
  padding-right: 25px;
  max-width: 500px;
}

.archive__project--info h2 {
  padding-bottom: 25px;
}

.archive__project--info p {
  padding-bottom: 25px;
}

.archive__project--categories {
  margin-top: 15px;
}

.archive__project--categories p {
  display: inline;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 6px 20px;
  border-radius: 11px;
  font-size: .6em;
  letter-spacing: .6px;
  margin-right: 1.2em;
}

.archive__project--image {
  width: 40%;
}

.archive__project--image img {
  width: 100%;
  border-radius: 20px;
}

.archive__content h5 {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 5px;
}

.archive__content .grid {
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
      grid-template-areas: 'topics content' 'email content' 'empty content';
}

.archive__content .doesntEXIST {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: empty;
}

.archive__content--recent {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: content;
  padding: 15px 0px 0px 55px;
}

.archive__content--recent a {
  width: 46%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px;
}

.archive__content--recent .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive__content--recent--card {
  margin: 0px 0 15px;
}

.archive__content--recent--card h3 {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 8px;
}

.archive__content--recent--card p {
  font-size: .8em;
  margin: 0px 0px;
  padding-right: 15px;
}

.archive__content--recent--card--text {
  color: #474747;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  padding-bottom: 35px;
}

.archive__content--recent--card--image {
  color: white;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.archive__content--recent--card--image img {
  width: 100%;
  border-radius: 20px;
}

.archive__content--recent--card--meta {
  font-weight: 900;
  font-size: 14px;
}

.archive__content--recent--card--meta span {
  margin: 0px 15px;
}

.archive__content--recent--card .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive__content--email {
  margin: 25px 0px;
  padding: 20px;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: email;
}

.archive__content--topics {
  margin: 25px 0px;
  padding: 20px;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: topics;
}

.archive__content--topics li {
  list-style: none;
  display: inline-block;
}

.archive__content--topics a {
  margin: 0px 10px 10px 0px;
  display: inline-block;
  border: 2px solid #6d6d6d;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 14px;
  color: #6d6d6d;
}

.archive__content--topics a:hover {
  color: #fd6756;
  border: 2px solid #fd6756;
}

.archive__content--popular {
  grid-area: popular;
  padding: 20px;
}

.archive__content--popular h4 {
  font-size: 16px;
}

.archive__content--popular--article {
  margin: 0px 0px 25px;
}

.archive__content--popular--meta {
  font-size: 14px;
}

.archive__content--popular--meta span {
  display: inline;
  margin: 0px 8px;
}

/*end of desktop styles */
@media (max-width: 1240px) {
  .container {
    max-width: 96%;
  }
  .container__interior {
    max-width: 75%;
  }
  .portfolio {
    gap: 1em;
  }
}

@media (max-width: 972px) {
  .archive__content .grid {
    -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
        grid-template-areas: 'topics topics' 'content content' 'email email';
  }
  .archive__content--recent {
    padding: 0px;
  }
}

@media (max-width: 843px) {
  .body {
    font-size: 14px;
  }
  .container {
    max-width: 90%;
  }
  .container__interior {
    max-width: 90%;
  }
  /* MOBILE NAVIGATION STYLES */
  .desktop-navigation {
    display: none;
  }
  .mobile-navigation {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 20px;
  }
  .mobile-navigation__brand {
    width: 48px;
    height: 48px;
    display: block;
  }
  .mobile-navigation__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 0px;
    width: 100vw;
    position: fixed;
    top: 110;
    background-color: #f5f2f2;
    z-index: 999;
    -webkit-transition: all .6s;
    transition: all .6s;
    overflow: hidden;
  }
  #mobileButton {
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mobileButton span {
    width: 100%;
    height: 4px;
    margin: 3px 0px;
  }
  .mobile-navigation__links.active {
    height: calc(100vh - 100px);
  }
  /* MOBILE NAVIGATION BUTTON STYLES */
  #menuSpan1 {
    background-color: #474747;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .menuSpan1Open {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transition: .4s;
    transition: .4s;
  }
  #menuSpan2 {
    background-color: #474747;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .menuSpan2Open {
    width: 0px !important;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #menuSpan3 {
    background-color: #474747;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .menuSpan3Open {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: .4s;
    transition: .4s;
  }
  /* HOME PAGE MOBILE STYLES */
  .introduction {
    padding: 60px 0 100px;
    text-align: center;
  }
  .introduction .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .introduction__hello {
    padding: 0;
  }
  .introduction__hello h1 {
    font-size: 2em;
    line-height: 140%;
    margin: 0;
  }
  .introduction__hello .italics {
    font-style: italic;
  }
  .introduction__text {
    height: 100%;
    max-width: 600px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0px;
    border-left: 0px;
    margin: 20px 15px;
  }
  .introduction__text p {
    font-size: 24px;
  }
  .introduction__text h5 {
    display: none;
  }
  .portfolio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    height: 100%;
  }
  .portfolio__project--full {
    padding: 25px;
  }
  .portfolio__project--info {
    padding: 0px 15px;
    width: 100%;
  }
  .portfolio__project--info h2 {
    padding-top: 15px;
    line-height: 1.1em;
    font-size: 1.4em;
  }
  .portfolio__project--info p {
    padding-bottom: 5px;
  }
  .portfolio__project--categories p {
    margin-right: 0.2em;
  }
  .portfolio__project img {
    bottom: 0%;
  }
  .portfolio__project--image {
    width: 100%;
  }
  /* PROJECT PAGE MOBILE STYLES */
  .work-single__header {
    height: 300px;
  }
  .case-info__project {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/9;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .case-info__meta {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/9;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .case-info__summary {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/9;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .project__info-content.flex {
    gap: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .project {
    background-color: #fd6756;
    padding: 0px 0px 40px;
  }
  .project__header h2 {
    text-align: center;
    padding: 130px 0;
  }
  .project .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project__details--info h4 {
    color: rgba(255, 255, 255, 0.5);
  }
  .project__details--info p {
    color: white;
  }
  .project__contact {
    margin: 0;
  }
  .project__content {
    margin: 80px 0;
  }
  .project__content h2 {
    padding: 0px 0px;
  }
  .project__content p {
    padding: 20px 0px;
  }
  .project__content img {
    width: 100%;
    max-width: 100%;
  }
  /* BLOG ARCHIVE PAGE STYLES */
  .archive__project {
    margin-bottom: 20px;
  }
  .archive__project--full {
    padding: 20px;
  }
  .archive__project--info {
    padding-right: 0px;
    width: 100%;
  }
  .archive__project--info h2 {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 1.1em;
    font-size: 1.4em;
  }
  .archive__project--info p {
    padding-bottom: 5px;
  }
  .archive__project--categories {
    margin-top: 15px;
  }
  .archive__project--categories p {
    padding: 5px 16px;
    margin-right: 0.2em;
  }
  .archive__project--image {
    width: 100%;
  }
  /*end of mobile styles */
}

@media (max-width: 973px) {
  .sidebar__connect {
    display: none;
  }
}

@media (max-width: 734px) {
  .portfolio__project img {
    bottom: 0%;
  }
}

@media (max-width: 540px) {
  .portfolio__project img {
    bottom: 0%;
  }
  .page-title {
    padding: 12px;
    text-align: center;
    font-size: 1.7em;
  }
  .archive__content--recent a {
    width: 100%;
  }
}

/* HERE ON DOWN, NEW STYLES */
/*# sourceMappingURL=main.css.map */