/* 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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}

/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */

a:hover,
a:active {
  outline: none;
}

#folio-header {
  margin-top: 8rem;
  padding: 1rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Typografy */

body {
  background-color: #313342;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 3em;
  line-height: 1.4em;
}

h2 {
  font-size: 4em;
  line-height: 1.2em;
  margin: 1em 0;
}

h3 {
  font-size: 3em;
  line-height: 1em;
}

p {
  margin-top: 0.5em;
  font-size: 1.4em;
  line-height: 2rem;
}

/* Main Styles */

.darken-background {
  background-color: #252734;
  /* margin-top: 150px; */
}

.green {
  color: #74c23a;
}

.container {
  margin-top: 5em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.folio-header_title {
  text-align: center;
  margin-bottom: 1em;
}

#folio-about {
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: 150px;
  position: relative;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.folio-about_name {
  position: absolute;
  font-size: 2em;
  margin-top: -1em;
  text-align: center;
  line-height: 1.4em;
}

.folio-about_text {
  margin-top: 3em;
}

.folio-header_photo {
  max-width: 200px;
  height: auto;
  border-radius: 50%;
  position: absolute;
  top: -106px;
  border: 4px solid #74c23a;
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.3);
}

.folio-header_about {
  margin-top: 2.5em;
}

#folio-body h2 {
  text-align: center;
}

/* CTA */

.folio_call-to-action {
  margin: 1em;
  margin-top: 7em;
}

.folio_call-to-action button {
  font-size: 1.4em;
  text-decoration: none;
  margin: 5px;
  padding: 12px 18px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
}

.folio_call-to-action button.work {
  background-color: #ef6413;
}

.folio_call-to-action button.help {
  background-color: #74c23a;
}

.footer-container {
  margin-top: 5rem;
  border-top: 1px solid #1e1e1e;
}

.folio_call-to-action_footer {
  margin-top: 3em;
  padding: 0 6em;
}

.folio_call-to-action_text {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

/* Columns */

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */

.row:after {
  content: '';
  display: table;
  clear: both;
}

/* CodeCanyon */

#codecanyon_section {
  margin-top: 2em;
}

.fest-plugin-wrapper {
  margin-top: 1em;
  width: 100%;
  min-height: 300px;
  border-bottom: 1px dashed #9ea2bd;
  padding-bottom: 1em;
}

.fest-plugin-image-wrapper {
  float: left;
}

.fest-plugin-image-wrapper img {
  max-width: 100%;
  height: auto;
}

.fest-plugin-name {
  font-size: 2em;
  width: 100%;
  display: block;
  /* margin-left: 2em; */
}

.button,
.fest-plugin-button {
  display: inline-block;
  font-size: 1.4em;
  text-decoration: none;
  /* margin-left: 3em; */
  margin-top: 1em;
  padding: 12px 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #74c23a;
}

.fest-plugin-desc-wrapper {
  margin-left: 3em;
}

.fest-plugin-desc-wrapper p {
  color: #9ea2bd;
  font-size: 1.2em;
}

.final-word {
  display: inline-block;
  color: #9ea2bd;
  width: 100%;
  text-align: right;
  padding: 1em;
  font-size: 1.2em;
  margin: 0;
  box-sizing: border-box;
}

.social {
  margin: 20px 16px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.social a {
  color: #fff;
  padding: 0 0.2rem;
  text-decoration: none;
}

.lang_switcher {
  margin: 20px;
  padding: 11px 2px;
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid;
  border-radius: 4px;
}

.lang_switcher a {
  color: #fff;
  text-decoration: none;
  padding: 5px;
}

.lang_switcher a.active {
  color: #000;
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 4px;
  opacity: 0.8;
}

/* Responsive */

@media (max-width: 800px) {
  .column {
    width: 100%;
    /*The width is 100%, when the viewport is 800px or smaller*/
  }
  .fest-plugin-image-wrapper {
    text-align: center;
  }
  h3,
  .final-word,
  .fest-plugin-desc-wrapper {
    margin: 1em auto;
    text-align: center;
    padding: 1em;
  }
  .folio_call-to-action button {
    width: 100%;
    margin: 0.5em 0;
    padding: 30px;
  }
  .lang_switcher {
    font-size: 2em;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  .lang_switcher {
    font-size: 1rem;
  }
  .folio_call-to-action_footer {
    padding: 1.2em;
  }
  .final-word {
    display: none;
  }
}

.hi {
  line-height: 2em;
  font-style: italic;
}

/* SVG */

img.mail {
  width: 1.2em;
  height: auto;
  display: inline-block;
  /* align hack */
  margin-bottom: -2px;
  margin-right: 4px;
}

.mail-icon {
  width: 1em;
  height: 1em;
  background: url(svg/mail.svg) no-repeat;
  margin-right: 0.4em !important;
  opacity: 0.3;
}

/* MODAL */

.iziModal-content {
  color: #000;
}

.mail_form {
  padding: 1.2em;
}

.mail_form input {
  margin-bottom: 1em !important;
}

#modal-alert-fail,
#modal-alert-success {
  top: auto !important;
  bottom: -4px !important;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  border-radius: 4px;
}

.hvr-ripple-out:before {
  opacity: 0;
  content: '';
  border: #ef6413 solid 1px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  opacity: 1;
}

/* Folio Items */

.folio-item {
  display: flex;
}
.folio-item > div {
  padding: 1rem;
  align-self: center;
  width: 50%;
}
.folio-item-description a {
  display: inline-block;
  background-color: #74c23a;
  font-size: 1.2em;
  text-decoration: none;
  padding: 12px 24px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
  border-radius: 4px;
  border: 1px solid #043105;
}
.folio-item-description a:hover {
  background-color: #6ab135;
}
.logo-wrapper {
  background: white;
  display: inline-block;
  padding: 1rem 2rem;
}

@media (max-width: 800px) {
  .folio-item {
    display: block;
  }
  .folio-item > div {
    width: 100%;
    box-sizing: border-box;
  }
  .folio-item-logo {
    text-align: center;
    margin-top: 3rem;
  }
  .folio-item-description {
    text-align: center;
  }
  .folio-item-description p {
    text-align: left;
    padding: 1rem;
  }
}
