/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html, body {
  overflow-x: hidden;
}

body {
  color: #222;
  font-family: "IBM Plex Serif", Georgia, serif;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
}

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

h1, h2, h3, h4, h5 {
  line-height: 1.25;
}

h1 {
  color: #222;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}

h2 {
  color: #2B403D;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

p, li {
  line-height: 1.5;
  font-size: 16px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 24px;
  }
  p, li {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 45px;
  }
}
:root {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-inactive-color: #E8E8E8;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #758B6F;
}

.header {
  position: relative;
  padding: 20px 0;
}
.header__logo img {
  height: 70px;
  transition: transform 0.3s ease-in-out;
}
.header__logo a:hover img {
  transform: rotate(180deg);
}

.main {
  margin-bottom: 50px;
  position: relative;
}
.main h1 {
  line-height: 1.15;
  margin: 0 0 15px;
}
.main h1 span {
  color: #758B6F;
  display: block;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 55%;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.main__intro {
  background: #F1F1F1;
  margin: 0 10%;
  padding: 40px 35px;
  position: relative;
  z-index: 5;
}
.main__intro p {
  margin: 0;
}
.main__photo {
  background: url(../images/banner.jpg) bottom right no-repeat;
  background-size: cover;
  bottom: 0;
  height: calc(100% - 160px);
  left: 0;
  position: absolute;
  width: 100%;
}
.main:not(.main--downstream) {
  height: calc(100vh - 275.5px);
}
.main--downstream h1 {
  margin: 0 auto;
}
.main--downstream .main__intro {
  padding: 15px 35px;
}

.work .container {
  margin: 0 auto;
  max-width: 520px;
  padding: 0 15px;
}
.work__section {
  margin-bottom: 30px;
  text-align: center;
}
.work__section ~ .work__section {
  border-top: 1px solid #E8E8E8;
  padding-top: 30px;
}
.work__url:not(ul), .work__url li {
  line-height: 1.2;
  margin-top: 5px;
}
.work__url li a:before {
  color: #2B403D;
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.work__url:not(ul), .work__url li a {
  color: #758B6F;
  display: inline-block;
  font-size: 15px;
  position: relative;
  text-decoration: none;
}
.work__url:not(ul):hover, .work__url li a:hover {
  color: #506656;
}
.work__url {
  margin-bottom: 15px;
}

.swiper {
  margin-bottom: 15px;
}

.swiper-pagination-bullet {
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease-in-out;
  z-index: 10;
}
.swiper-pagination-bullet:hover {
  background: #c2c2c2;
}

.resume {
  margin: 20px 0 70px;
}
.resume a {
  background-color: #2B403D;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.resume a:hover {
  background-color: #506656;
}

.prefooter {
  background: #758B6F;
  padding: 20px 0;
}
.prefooter__nav {
  margin: 0;
  padding: 0;
}
.prefooter__nav li {
  list-style: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.prefooter__nav li:last-child {
  margin-right: 0;
}
.prefooter__nav li i {
  font-size: 22px;
}
.prefooter__nav li a {
  color: #fff;
}
.prefooter__nav li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer {
  background: #2B403D;
  margin-top: 2px;
  padding: 15px 0;
}
.footer__copyright {
  color: #fff;
  font-size: 13px;
  margin: 0;
}

@media (min-width: 768px) {
  .header {
    padding: 25px 0;
  }
  .header__logo img {
    height: 82px;
  }
  .main__intro {
    display: inline-block;
    margin: 20px auto 40px;
  }
  .main__photo {
    height: 100%;
    left: unset;
    right: 0;
    width: 65%;
  }
  .main h1 span {
    font-size: 45%;
  }
  .main:not(.main--downstream) {
    align-items: center;
    display: flex;
    height: calc(100vh - 297.5px);
    min-height: 350px;
  }
  .main:not(.main--downstream) .main__intro {
    margin: 0 0 0 5%;
    max-width: 455px;
    width: 30%;
  }
  .work .container {
    max-width: 1200px;
    padding: 0 30px;
  }
  .work__section {
    align-items: center;
    display: flex;
    gap: 15px;
    margin-bottom: 50px;
    text-align: left;
  }
  .work__section ~ .work__section {
    padding-top: 50px;
  }
  .work__section:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .work__intro {
    flex: 0 0 50%;
  }
  .swiper {
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .main__photo {
    width: 70%;
  }
}

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