/**
 * ===================================================================
 *
 *  Kards v1.0 Main Stylesheet
 *  url: styleshout.com
 *  03-01-2016 (Edited 09/21/23)
 *  ------------------------------------------------------------------
 *  TOC:
 *  01. webfonts and iconfonts
	*  02. color scheme
 *  03. base style overrides
 *  04. typography & general theme styles
 *  05. preloader
 *  06. buttons
 *  07. other components
 *  08. common styles
 *  09. header styles
 *  10. intro
 *  11. about
 *  12. resume
 *  13. portfolio
 *  14. call-to-action section
 *  15. services
 *  16. stats
 *  17. contact
 *  18. footer
 *
 * ===================================================================
 */

/**
 * ===================================================================
 * 01. webfonts and iconfonts - (_document-setup.scss)
 *
 * -------------------------------------------------------------------
 */
@import url("font-awesome/css/font-awesome.min.css");
@import url("micons/micons.css");

/**
		* ===================================================================
		* 02. color scheme
		*
		* -------------------------------------------------------------------
		*/
:root {
  --accent-color: #1fae8f;
  --accent-color-dark: #15a083;
  --accent-color-darker: #0a876c;
  --accent-color-ultradark: #0b1412;

  --accent-color-flora: #7e9458;

  --header-font: "Inter";
  --body-font: "Fraunces";
}

/**
		* ===================================================================
		* 03. base style overrides - (_document-setup.scss)
		*
		* -------------------------------------------------------------------
		*/
html {
  font-size: 10px;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.411764705882353px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 9.411764705882353px;
  }
}

html,
body {
  height: 100%;
}
body {
  background: #151515;
  color: rgba(0, 0, 0, 0.5);
  font-family: var(--body-font), serif;
  font-size: 1.7rem;
  line-height: 3rem;
}

/**
		* links - (_document-setup.scss)
		* -------------------------------------------------------------------
		*/
a,
a:visited {
  color: var(--off-black);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: var(--accent-color);
  outline: 0;
}

/**
		* ===================================================================
		* 04. typography & general theme styles - (_document-setup.scss)
		*
		* -------------------------------------------------------------------
		*/
h1,
h2,
h3,
h4,
h5,
h6,
.h01,
.h02,
.h03,
.h04,
.h05,
.h06 {
  font-family: var(--header-font), sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin-bottom: 2.1rem;
}
h3,
.h03,
h4,
.h04 {
  margin-bottom: 1.8rem;
}
h5,
.h05,
h6,
.h06 {
  font-family: var(--header-font);
  margin-bottom: 1.2rem;
}
h1,
.h01 {
  font-size: 3.1rem;
  line-height: 1.355;
  letter-spacing: -0.1rem;
}
@media only screen and (max-width: 600px) {
  h1,
  .h01 {
    font-size: 2.6rem;
    letter-spacing: -0.07rem;
  }
}
h2,
.h02 {
  font-size: 2.4rem;
  line-height: 1.25;
}
h3,
.h03 {
  font-size: 2rem;
  line-height: 1.5;
}
h4,
.h04 {
  font-size: 1.8rem;
  line-height: 1.765;
}
h5,
.h05 {
  font-size: 1.4rem;
  line-height: 1.714;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
h6,
.h06 {
  font-size: 1.3rem;
  line-height: 1.846;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
p img {
  margin: 0;
}
p.lead {
  font-family: var(--body-font), serif;
  font-size: 2.4rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  p.lead {
    font-size: 1.7rem;
  }
}
em,
i,
strong,
b {
  font-size: 1.7rem;
  line-height: 3rem;
  font-style: normal;
  font-weight: normal;
}
em,
i {
  font-family: var(--body-font), serif;
}
strong,
b {
  font-family: var(--body-font), serif;
}
small {
  font-size: 1.2rem;
  line-height: inherit;
}
blockquote {
  margin: 3rem 0;
  padding-left: 4rem;
  position: relative;
}
blockquote:before {
  content: "\201C";
  font-size: 8rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3rem;
  left: 0;
}
blockquote p {
  font-family: georgia, serif;
  font-style: italic;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.737;
}
blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.616;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: rgba(0, 0, 0, 0.5);
  border: none;
}
abbr {
  font-family: var(--header-font), serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.05rem;
  color: rgba(0, 0, 0, 0.5);
}
var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
  padding: 2.4rem 3rem 3rem;
  background: #f1f1f1;
}
code {
  font-size: 1.4rem;
  margin: 0 0.2rem;
  padding: 0.3rem 0.6rem;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}
pre.prettyprint > code {
  border: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
mark {
  background: #fff49b;
  color: #000;
}
hr {
  border: solid #d2d2d2;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

/**
		* Lists - (_document-setup.scss)
		* -------------------------------------------------------------------
		*/
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
li {
  display: list-item;
}
ol,
ul {
  margin-left: 1.7rem;
}
ul li {
  padding-left: 0.4rem;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0.6rem 0 0.6rem 1.7rem;
}
ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 0.8rem;
  position: relative;
}
ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-color);
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}
dt {
  margin: 0;
  color: var(--accent-color);
}
dd {
  margin: 0 0 0 2rem;
}

/**
		* tables - (_document-setup.scss)
		* -------------------------------------------------------------------
		*/
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: var(--body-font), sans-serif;
}
th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}
th {
  color: #313131;
  font-family: var(--header-font), sans-serif;
}
td {
  line-height: 1.5;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/**
		* Spacing - (_document-setup.scss)
		* -------------------------------------------------------------------
		*/
button,
.button {
  margin-bottom: 1.2rem;
}
fieldset {
  margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 3rem;
}

/**
		* floated image - (_document-setup.scss)
		* -------------------------------------------------------------------
		*/
img.pull-right {
  margin: 0.9rem 0 0 2.4rem;
}
img.pull-left {
  margin: 0.9rem 2.4rem 0 0;
}

/**
		* block grid paddings - (_document-setup.scss)
		* -------------------------------------------------------------------
		*/
.bgrid {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}

/**
		* pace.js styles - minimal  - (_document-setup.scss)
		* -------------------------------------------------------------------
		*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: var(--accent-color);
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
}

/**
		* ===================================================================
		* 05. preloader - (_preloader-1.scss)
		*
		* -------------------------------------------------------------------
		*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #151515;
  z-index: 800;
  height: 100%;
  width: 100%;
}
.no-js #preloader,
.oldie #preloader {
  display: none;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  padding: 0;
}
#loader:before {
  content: "";
  border-top: 11px solid rgba(255, 255, 255, 0.1);
  border-right: 11px solid rgba(255, 255, 255, 0.1);
  border-bottom: 11px solid rgba(255, 255, 255, 0.1);
  border-left: 11px solid var(--accent-color);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
		* ===================================================================
		* 06. buttons - (_button-essentials.scss)
		*
		* -------------------------------------------------------------------
		*/
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: var(--header-font), sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  height: 5.4rem;
  line-height: 5.4rem;
  padding: 0 3rem;
  margin: 0 0.3rem 1.2rem 0;
  background: #d8d8d8;
  color: #313131;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background: #bebebe;
  color: var(--accent-color-dark);
  outline: 0;
}
.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background: var(--accent-color-ultradark);
  color: #ffffff;
}
.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: var(--accent-color-dark);
}
button.full-width,
.button.full-width {
  width: 100%;
  margin-right: 0;
}
button.medium,
.button.medium {
  height: 5.7rem !important;
  line-height: 5.7rem !important;
  padding: 0 1.8rem !important;
}
button.large,
.button.large {
  height: 6rem !important;
  line-height: 6rem !important;
  padding: 0rem 3rem !important;
}
button.stroke,
.button.stroke {
  background: transparent !important;
  border: 3px solid #313131;
  line-height: 4.8rem;
}
button.stroke.medium,
.button.stroke.medium {
  line-height: 5.1rem !important;
}
button.stroke.large,
.button.stroke.large {
  line-height: 5.4rem !important;
}
button.stroke:hover,
.button.stroke:hover {
  border: 3px solid var(--accent-color);
  color: var(--accent-color);
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
		* ===================================================================
		* 08. common styles (_layout.scss)
		*
		* -------------------------------------------------------------------
		*/
.grey-section {
  background: #ebebeb;
}
.grey-section p.lead {
  color: #7d7d7d;
}
.section-intro {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 3.6rem;
  position: relative;
}
.section-intro h1 {
  font-family: var(--header-font), serif;
  font-size: 3.6rem;
  color: #313131;
  line-height: 1.25;
  margin-bottom: 1.2rem;
}
.section-intro h5 {
  color: var(--accent-color-dark);
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 0.3rem;
  letter-spacing: 0.4rem;
}

/**
		* responsive:
		* common styles
		* -------------------------------------------------------------------
		*/
@media only screen and (max-width: 768px) {
  .section-intro {
    max-width: 650px;
  }
  .section-intro h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .section-intro h1 {
    font-size: 2.6rem;
  }
  .section-intro h5 {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }
}
@media only screen and (max-width: 400px) {
  .section-intro h1 {
    font-size: 2.4rem;
  }
}

/**
		* ===================================================================
		* 09. header styles - (_layout.scss)
		*
		* -------------------------------------------------------------------
		*/
header {
  position: fixed;
  width: 100%;
  min-height: 50px;
  z-index: 600;
}
header .row {
  position: relative;
  min-height: 50px;
}
header .top-bar {
  display: block;
  background: #000;
  min-width: 220px;
  min-height: 50px;
  position: absolute;
  left: 90px;
  top: 0;
}
header .logo {
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 18px;
  position: relative;
}
header .logo a {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 92px;
  height: 16px;
  background: url("../images/logo.svg") no-repeat center;
  background-size: 92px 15px;
}

/**
		* menu toggle - (_layout.css)
		* -------------------------------------------------------------------
		*/
.menu-toggle {
  float: left;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  margin-top: 5.5px;
  display: block;
  position: relative;
}
.menu-toggle span {
  display: block;
  background-color: var(--accent-color);
  width: 24px;
  height: 3px;
  margin-top: -1.5px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  right: 8px;
  top: 50%;
  bottom: auto;
  left: auto;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  -moz-transition-duration: 0.2s, 0.2s;
  -o-transition-duration: 0.2s, 0.2s;
  -webkit-transition-duration: 0.2s, 0.2s;
  -ms-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -moz-transition-delay: 0.2s, 0s;
  -o-transition-delay: 0.2s, 0s;
  -webkit-transition-delay: 0.2s, 0s;
  -ms-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}
.menu-toggle span::before {
  top: -8px;
  -moz-transition-property: top, transform;
  -o-transition-property: top, transform;
  -webkit-transition-property: top, transform;
  -ms-transition-property: top, transform;
  transition-property: top, transform;
}
.menu-toggle span::after {
  bottom: -8px;
  -moz-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

/* is clicked */
.menu-toggle.is-clicked span {
  background-color: rgba(255, 0, 119, 0);
}
.menu-toggle.is-clicked span::before,
.menu-toggle.is-clicked span::after {
  background-color: var(--accent-color);
  -moz-transition-delay: 0s, 0.2s;
  -o-transition-delay: 0s, 0.2s;
  -webkit-transition-delay: 0s, 0.2s;
  -ms-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}
.menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* navigation panel */
#main-nav-wrap {
  display: block;
  width: 100%;
  font-family: var(--header-font), sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: 100%;
  left: 0;
}

/* dropdown nav */
.main-navigation {
  background: #000;
  padding: 24px 30px 42px;
  margin: 0;
  width: 100%;
  height: auto;
  clear: both;
  display: none;
}
.main-navigation > li {
  display: block;
  height: auto;
  text-align: left;
  padding: 0;
}
.main-navigation li a {
  display: block;
  color: #ffffff;
  width: auto;
  padding: 15px 0;
  line-height: 16px;
  border: none;
}
.main-navigation li a:hover {
  color: var(--accent-color);
  padding-left: 1rem;
}
.main-navigation li.current > a {
  background: none;
  color: var(--accent-color);
}

/**
		* responsive:
		* header styles
		* ---------------------------------------------------------------
		*/
@media only screen and (max-width: 1024px) {
  header .top-bar {
    left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  header .top-bar {
    left: 50px;
  }
}
@media only screen and (max-width: 600px) {
  header .top-bar {
    left: 35px;
  }
}
@media only screen and (max-width: 400px) {
  header .top-bar {
    left: 25px;
  }
}

/**
		* ===================================================================
		* 10. intro - (_layout.scss)
		*
		* -------------------------------------------------------------------
		*/
#intro {
  background: #151515 url(../images/intro-bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  min-height: 720px;
  display: table;
  position: relative;
  text-align: center;
}
.intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--accent-color-ultradark);
  opacity: 0.85;
}

.intro-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: translateY(-2.1rem);
  -ms-transform: translateY(-2.1rem);
  transform: translateY(-2.1rem);
}
.intro-content h1 {
  color: white;
  font-family: var(--header-font), sans-serif;
  font-size: 8.4rem;
  line-height: 1.071;
  max-width: 900px;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.intro-content h5 {
  color: var(--accent-color);
  font-family: var(--header-font), sans-serif;
  font-size: 2.3rem;
  line-height: 1.565;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.intro-content .intro-position {
  font-family: var(--body-font), serif;
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.intro-content .intro-position span {
  display: inline-block;
}
.intro-content .intro-position span::after {
  content: "|";
  text-align: center;
  display: inline-block;
  padding: 0 8px 0 14px;
  color: rgba(255, 255, 255, 0.3);
}
.intro-content .intro-position span:first-child::before {
  content: "|";
  text-align: center;
  display: inline-block;
  padding: 0 14px 0 8px;
  color: rgba(255, 255, 255, 0.3);
}
.intro-content .button {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.3);
  height: 6rem !important;
  line-height: 5.4rem !important;
  padding: 0 3.5rem 0 3rem !important;
  margin-top: 0.6rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.intro-content .button:hover,
.intro-content .button:focus {
  border-color: var(--accent-color);
}
.intro-content .button::after {
  display: inline-block;
  content: "\f107";
  font-family: fontAwesome;
  font-size: 1.6rem;
  line-height: inherit;
  text-align: center;
  position: relative;
  left: 1.2rem;
}

.intro-social {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 7.2rem;
  font-size: 3.3rem;
  margin: 0;
  padding: 0;
}
.intro-social li {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
}
.intro-social li a,
.intro-social li a:visited {
  color: #ffffff;
}
.intro-social li a:hover,
.intro-social li a:focus {
  color: var(--accent-color);
}

/**
		* responsive:
		* Intro
		* ---------------------------------------------------------------
		*/
@media only screen and (max-width: 1024px) {
  .intro-content h1 {
    font-size: 7.6rem;
  }
  .intro-social {
    font-size: 3rem;
  }
  .intro-social li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #intro {
    min-height: 660px;
  }
  .intro-content h1 {
    font-size: 5.2rem;
  }
  .intro-content h5 {
    font-size: 1.8rem;
  }
  .intro-content .intro-position {
    font-size: 1.3rem;
  }
  .intro-social {
    font-size: 2.5rem;
  }
  .intro-social li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 600px) {
  #intro {
    min-height: 600px;
  }
  .intro-content h1 {
    font-size: 4.6rem;
    margin-bottom: 0.6rem;
  }
  .intro-content h5 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
    letter-spacing: 0.2rem;
  }
  .intro-content .intro-position {
    font-size: 1.2rem;
  }
  .intro-content .intro-position span {
    padding: 0 0.6rem;
  }
  .intro-content .intro-position span::before,
  .intro-content .intro-position span::after {
    display: none !important;
  }
  .intro-social {
    font-size: 2.4rem;
  }
}

/**
		* ===================================================================
		* 11. about - (_layout.scss)
		*
		* -------------------------------------------------------------------
		*/
#about {
  background-color: white;
  color: #151515;
  padding-top: 12rem;
  padding-bottom: 15rem;
}
#about .section-intro {
  margin-bottom: 3rem;
}
#about #abouth5 {
  font-size: 2.4rem;
}
#about #abouth1 {
  padding-top: 2rem;
  padding-left: 12rem;
  font-weight: 800;
  letter-spacing: 0.01rem;
}
.intro-info {
  margin-top: 2.5rem;
  margin-right: -30px;
  margin-left: -30px;
  padding-bottom: 3rem;
}
.intro-info img {
  height: 15rem;
  width: 15rem;
  border-radius: 75%;
  margin: 2rem 0 0 0;
  float: left;
}
.intro-info .lead {
  color: #0d0d0d;
  text-align: left;
  padding-left: 20rem;
  text-align: justify;
}
.about-content {
  position: relative;
  text-align: left;
  max-width: 900;
  margin-bottom: 5rem;
  padding-left: 18rem;
}
.about-content h3 {
  font-family: var(--header-font), sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
.about-content .info-list {
  list-style: none;
  margin-left: 0;
}
.about-content .info-list li {
  padding: 0 0 0rem 0;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
}
.about-content .info-list li strong {
  font-family: var(--header-font), sans-serif;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.7rem;
  line-height: 3rem;
}
.about-content .info-list li span {
  display: block;
  font-family: var(--header-font), sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}
.technical-skills {
  margin-left: -23%;
  width: fit-content;
}
.about-content .skill-bars {
  margin-top: 6rem;
}
.about-content .technical-skills li {
  font-family: var(--header-font), sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.about-content .technical-skills strong {
  font-family: var(--header-font), sans-serif;
  letter-spacing: 0.2rem;
  font-size: 1.7rem;
}
.button-section {
  text-align: center;
}
.button-section .button {
  width: 270px;
}
.button-section [class*="col-"] .button:first-child {
  margin-right: 4rem;
}

/**
		* responsive:
		* about
		* -------------------------------------------------------------------
		*/
@media only screen and (max-width: 1024px) {
  .intro-info {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .intro-info img {
    height: 7.8rem;
    width: 7.8rem;
  }
  .intro-info .lead {
    padding-left: 11rem;
  }
  .about-content h3 {
    text-align: center;
  }
  .about-content .info-list,
  .about-content .skill-bars {
    margin-bottom: 4.2rem;
  }
  .button-section .button {
    width: 100%;
    margin-bottom: 3rem;
  }
  .button-section [class*="col-"] .button:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .intro-info {
    text-align: center;
    margin-top: 3rem;
  }
  .intro-info img {
    height: 6.6rem;
    width: 6.6rem;
    float: none;
    display: inline-block;
  }
  .intro-info .lead {
    padding-left: 0;
    text-align: center;
  }
}

/**
		* ===================================================================
		* 13. portfolio - (_layout.scss)
		*
		* -------------------------------------------------------------------
		*/
#portfolio {
  display: flex;
  flex-direction: column;
  background: rgb(238, 238, 238);
  padding-top: 12rem;
  padding-bottom: 12rem;
  align-items: center;
}
#arroyo {
  display: flex;
  flex-direction: column;
  max-width: 1150px;
  background: white;
  margin-left: 10rem;
  margin-right: 10rem;
  margin-bottom: 5rem;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
#flora {
  display: flex;
  flex-direction: column;
  max-width: 1150px;
  background: white;
  margin-left: 10rem;
  margin-right: 10rem;
  margin-bottom: 5rem;
  padding-right: 5rem;
  padding-left: 5rem;
  padding-top: 8rem;
  padding-bottom: 5rem;
}
#portfolio .folio-item {
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
#portfolio .folio-item p {
	 min-height: 22rem;
  padding-right: 2rem;
  font-size: 1.9rem;
  color: #0d0d0d;
  font-weight: 500;
  text-align: justify;
}
#portfolio .folio-item img {
  vertical-align: middle;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#flora-link-section {
  padding-top: 9rem;
  padding-bottom: 3rem;
		font-weight: bold;
}
#arroyo-link-section {
  padding-top: 6rem;
  padding-bottom: 3rem;
		font-weight: bold;
}
#portfolio .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#portfolio .folio-item-table {
  display: table;
  width: 100%;
  height: 100%;
}
#portfolio .folio-item-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  left: -100%;
}
#portfolio .folio-title {
  color: #ffffff;
  font-size: 3.3rem;
  padding: 0 3rem;
  margin-bottom: 0;
}
#portfolio .folio-types {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: var(--header-font), sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: rgba(255, 255, 255, 0.6);
}
#portfolio .folio-item:hover .overlay {
  background: rgba(0, 0, 0, 0.8);
}
#portfolio .folio-item:hover .folio-item-cell {
  left: 0;
}
#portfolio #porth5 {
  font-size: 2.4rem;
}
#other-projects {
  padding-top: 3rem;
}

#other-projects h5 {
  font-size: 2rem;
}

/**
		* responsive:
		* portfolio
		* -------------------------------------------------------------------
		*/
@media only screen and (max-width: 1024px) {
  #portfolio .folio-title {
    font-size: 3.1rem;
  }
}
@media only screen and (max-width: 847px) {
	#portfolio .button-section .button {
			width: 100%;
			margin-bottom: 3rem;
	}
	#portfolio .button-section [class*="col-"] .button:first-child {
			margin-right: 0;
	}
}
@media only screen and (max-width: 768px) {
  #portfolio .folio-title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #portfolio .folio-title {
    font-size: 2.2rem;
  }
}

/**
		* Popup Modal - (_layout.scss)
		* ------------------------------------------------------------------
		*/
.popup-modal {
  max-width: 550px;
  background: #ffffff;
  position: relative;
  margin: 0 auto;
}
.popup-modal .media {
  position: relative;
}
.popup-modal img {
  vertical-align: bottom;
}
.popup-modal .description-box {
  padding: 1.8rem 3.6rem 3rem;
}
.popup-modal .description-box h4 {
  font-family: var(--header-font), sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 0.6rem;
}
.popup-modal .description-box p {
  font-family: var(--header-font), sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 12px;
}
.popup-modal .categories {
  font-family: var(--header-font), sans-serif;
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
.popup-modal .link-box {
  width: 100%;
  overflow: hidden;
  background: #212121;
}
.popup-modal .link-box a {
  font-family: var(--header-font), sans-serif;
  font-size: 1.7rem;
  line-height: 6rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  display: block;
  text-align: center;
  float: left;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-modal .link-box a:first-child {
  border-right: 1px solid rgba(200, 200, 200, 0.1);
}
.popup-modal .link-box a:hover {
  background: var(--accent-color-dark);
  border: none;
}
@media only screen and (max-width: 600px) {
  .popup-modal {
    width: auto;
    margin: 0 20px;
  }
}

/**
		* transition effect for modal popup - (_layout.scss)
		* ------------------------------------------------------------------
		*/

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/**
		* ===================================================================
		* 14. call-to-action section - (_layout.scss)
		*
		* -------------------------------------------------------------------
		*/
#cta {
  padding-top: 10.2rem;
  padding-bottom: 9rem;
  text-align: center;
}
#cta p.lead {
  color: #6e6e6e;
}
.cta-content {
  max-width: 640px;
}
.cta-thumb {
  display: inline-block;
  margin-bottom: 1.2rem;
}
.cta-thumb img {
  height: 7.8rem;
  width: 7.8rem;
  border-radius: 50%;
}

/**
		* responsive:
		* cta
		* -------------------------------------------------------------------
		*/
@media only screen and (max-width: 650px) {
  .cta-content {
    max-width: 650px;
  }
  .cta-content h2 {
    font-size: 2.4rem;
  }
}

/**
		* ===================================================================
		* 17. contact - (_layout.scss)
		*
		* -------------------------------------------------------------------
		*/
#contact {
  background: var(--accent-color-ultradark);
  color: white;
  padding-top: 12rem;
  padding-bottom: 7.2rem;
}
#contact .section-intro h1 {
  color: white;
}
#contact .section-intro h5 {
  color: var(--accent-color-dark);
  padding-top: 7rem;
}
#contact .section-intro p {
  color: rgba(255, 255, 255, 0.7);
}
#contact #contacth5 {
  font-size: 2.4rem;
}
.contact-info {
  margin: 4.8rem auto 0;
  font-family: var(--header-font), sans-serif;
  font-size: 1.7rem;
  text-align: center;
}
.contact-info .collapse {
  padding: 0;
}
.contact-info .icon {
  margin-bottom: 2.1rem;
}
.contact-info .icon i {
  font-size: 4.2rem;
  color: #ffffff;
}
.contact-info h5 {
  color: var(--accent-color);
}

/**
		* loader animation - (_layout.scss)
		* ---------------------------------------------------------------
		*/
.s-loader {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}
.s-loader > div {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.9rem;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.s-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.s-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/**
		* ===================================================================
		* 18. footer - (_layout.scss)
		*
		* -------------------------------------------------------------------
		*/
footer {
  background-color: var(--accent-color-ultradark);
  padding-top: 3rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-family: var(--header-font), sans-serif;
}
footer a,
footer a:visited {
  color: #ffffff;
}
footer a:hover,
footer a:focus {
  color: var(--accent-color-dark);
}
footer .row {
  max-width: 1100px;
}
footer .social {
  text-align: right;
}
footer .footer-social {
  display: inline-block;
  font-size: 2.1rem;
  margin: 0;
  padding: 0;
  position: relative;
  top: -0.3rem;
}
footer .footer-social li {
  display: inline-block;
  margin: 0 12px;
  padding: 0;
}
footer .footer-social li a {
  color: #ffffff;
}
footer .copyright span {
  display: inline-block;
}
footer .copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: var(--accent-color-ultradark);
}
footer .copyright span:last-child::after {
  display: none;
}

/**
		* responsive:
		* footer
		* -------------------------------------------------------------------
		*/
@media only screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer .social {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  footer .copyright span {
    display: block;
  }
  footer .copyright span::after {
    display: none;
  }
}

/**
		* go to top - (_layout.scss)
		* -------------------------------------------------------------------
		*/
#go-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 600;
  display: none;
}
#go-top a {
  text-decoration: none;
  border: 0 none;
  display: block;
  height: 6.6rem;
  width: 6rem;
  line-height: 6.6rem;
  text-align: center;
  background: var(--accent-color);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#go-top a i {
  font-size: 1.6rem;
  line-height: inherit;
}
#go-top a:hover {
  background: var(--accent-color-darker);
}

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