/****************
COLORS
*****************/
/****************
COLOR SCHEME
*****************/
/****************
COMPONENT COLORS
*****************/
/****************
FONT FAMILY
*****************/
@keyframes slow-bounce {
  0%, 100% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-5px);
  }
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

body {
  font-family: 'Ubuntu', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  color: #576366;
  background-color: #fefefe;
}

/*
DEFAULTs
*/
a {
  text-decoration: none;
  color: #15cdc3;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

strong {
  font-weight: 700;
}

span.light-text {
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

/*
PARAGRAPHS
*/
p {
  font-size: 16px;
  line-height: 27px;
  color: #576366;
}
p a {
  position: relative;
  color: #15cdc3;
}
p a:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #15CDC3;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
p a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.warning {
  color: #ef7171;
}

.small {
  font-weight: 600;
  font-size: 0.8em;
  display: inline-block;
}

button, .btn {
  display: inline-block;
  color: white;
  background-color: #ea5151;
  border: 2px solid #ea5151;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button:hover, .btn:hover {
  color: #FFF;
  background-color: #ef7171;
  border: 2px solid #ef7171;
}

.btn.btn-big {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  padding: 12px 20px;
  width: 180px;
  font-size: 1.1em;
  font-weight: 400;
}
.btn.btn-big:hover {
  box-shadow: 0 9px 23px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  background-color: #ef7171;
}

.btn.btn-small {
  border-radius: 4px;
  padding: 8px 15px;
}

.btn.outlined {
  background-color: transparent;
  color: #ea5151;
  border: 2px solid #ea5151;
}
.btn.outlined:hover {
  background-color: #ea5151;
  color: white;
}

/*

box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);

&:hover {
    box-shadow: 0 9px 23px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
  }

*/
.card {
  padding: 20px;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.card h2 {
  margin: 0;
}

.responsive-img {
  width: 100%;
}

.company-title-small {
  color: #394244;
  font-size: 1.4em;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.company-title-small a {
  color: #394244;
}
.company-title-small a span {
  color: #ef7171;
}

#particles-js {
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.simple-title {
  text-align: center;
  margin: 0 auto;
}
.simple-title h1 {
  font-family: "Comfortaa", sans-serif;
  margin-bottom: 20px;
}

.product-item {
  text-align: left;
  display: inline-block;
  max-width: 320px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.product-item .info {
  padding: 15px 20px;
}
.product-item .info .buy {
  margin-right: 15px;
}
.product-item .info .rate {
  position: relative;
  float: right;
  right: 2px;
  top: 2px;
}
.product-item .info .rate i {
  font-size: 1.5em;
  color: #ff8787;
}
.product-item .info .rate i:hover {
  cursor: pointer;
}
.product-item .info .rate span {
  position: relative;
  bottom: 2px;
  left: 3px;
  color: #ff8787;
  font-size: 1.2em;
}
.product-item img {
  width: 100%;
}

.post-item {
  text-align: left;
  display: block;
  width: 300px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.post-item .info {
  padding: 15px 20px;
}
.post-item .info p:empty {
  margin: 0;
}
.post-item .info hr {
  margin: 10px 0 20px 0;
  max-width: 40px;
}
.post-item .info i {
  font-size: 1.5em;
  color: #ff8787;
}
.post-item .info i:hover {
  cursor: pointer;
}
.post-item .info span {
  position: relative;
  bottom: 2px;
  left: 3px;
  font-size: 1.2em;
}
.post-item .info .rating {
  color: #ff8787;
}
.post-item .info .date {
  float: right;
  color: #999;
  font-size: 1em;
  padding: 5px 0;
}
.post-item .img-mask {
  max-width: 380px;
  overflow: hidden;
}
.post-item .img-mask img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.post-item .img-mask img[src=""] {
  display: none;
}

#hero {
  position: relative;
  z-index: 0;
  text-align: center;
  height: 100vh;
  background: url("../img/header-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#hero #content {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 40%;
  width: 100%;
}
#hero #content #title {
  text-align: left;
  display: inline-block;
}
#hero #content #title h1 {
  letter-spacing: 0.03em;
  color: #FFF;
  font-size: 4em;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 960px) {
  #hero #content #title h1 {
    font-size: 2.5em;
  }
}
#hero #content #title h3 {
  letter-spacing: 0.03em;
  color: #FFF;
  margin: -10px 0 0 3px;
  font-size: 1em;
  font-weight: 300;
}
@media only screen and (max-width: 960px) {
  #hero #content #title h3 {
    font-size: 1.3em;
  }
}
#hero #content #more-info {
  display: block;
  margin: 0 auto;
  margin-top: 150px;
}
@media only screen and (max-width: 960px) {
  #hero #content #more-info {
    margin-top: 50px;
  }
}

nav[class^="simple"] {
  margin: 0;
  width: 100%;
  position: relative;
  height: 80px;
  transition: all .2s ease-in-out;
  overflow: hidden;
}
nav[class^="simple"] ul {
  margin: 0;
}
nav[class^="simple"] ul li {
  position: relative;
  display: inline-block;
  margin-right: 80px;
}
nav[class^="simple"] ul li:last-child {
  margin-right: 0;
}
nav[class^="simple"] ul li a {
  color: #576366;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
nav[class^="simple"] ul li a:hover {
  color: #ff8787;
}
nav[class^="simple"] ul li a.underlined {
  padding: 10px 0;
  text-decoration: none;
  color: #576366;
  font-weight: 400;
}
nav[class^="simple"] ul li a.underlined:before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #666;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav[class^="simple"] ul li a.underlined:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
@media only screen and (max-width: 960px) {
  nav[class^="simple"] ul li {
    margin: 0;
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 960px) {
  nav[class^="simple"] ul {
    padding: 0;
  }
}
@media only screen and (max-width: 960px) {
  nav[class^="simple"] {
    height: auto;
    text-align: center;
    max-height: 0;
  }
}

nav.active {
  max-height: 400px;
}

nav.simple-fixed.sticky {
  background-color: #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

nav.simple-fixed {
  background-color: #FFF;
  position: fixed;
  z-index: 500;
  left: 50%;
  transform: translateX(-50%);
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.grid {
  width: 100%;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*="col-"] {
  float: left;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-3 {
  width: 33.33%;
}

.col-1-2 {
  width: 50%;
}
@media only screen and (max-width: 960px) {
  .col-1-2 {
    width: 100%;
  }
}

.col-1-4 {
  width: 25%;
}

.col-1-8 {
  width: 12.5%;
}

[class*='col-'] {
  padding-right: 20px;
}
[class*='col-']:last-child {
  padding: 0;
}

.module {
  padding: 20px;
  width: 100%;
}

#footer {
  margin-top: 200px;
  position: relative;
  z-index: 2;
}
#footer hr {
  max-width: 150px;
  margin-top: 20px;
}
#footer #lower {
  width: 100%;
  padding: 30px 0 60px 0;
  text-align: center;
}
#footer #lower .legal {
  display: block;
  margin: 0;
  font-size: 0.9em;
}

input[type="text"], input[type="password"] {
  outline: none;
  border: none;
  margin: 7px 0;
  width: 100%;
  padding: 8px 0;
  border-radius: 3px;
  color: #576366;
  border: 2px solid #fefefe;
  background-color: #fefefe;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

textarea {
  width: 100%;
  border: none;
  outline: none;
  border: 2px solid #fefefe;
  background-color: #fefefe;
  padding: 10px 0;
  color: #576366;
}

.form-group {
  margin: 5px 0;
}

.img-gallary {
  width: 100%;
  margin-top: 50px;
}
.img-gallary .container {
  max-width: 1050px;
}
.img-gallary .title {
  text-align: center;
  padding: 0 100px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 960px) {
  .img-gallary .title {
    padding: 0;
  }
}
.img-gallary ul {
  padding: 0;
  margin: 0;
}
.img-gallary ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 320px;
  overflow: hidden;
  width: 33%;
  display: inline-block;
  background-color: #FFF;
}
.img-gallary ul li img {
  background-size: cover;
  height: 100%;
  width: auto;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 960px) {
  .img-gallary ul li img {
    height: auto;
    width: 100%;
  }
}
.img-gallary ul li img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
@media only screen and (max-width: 960px) {
  .img-gallary ul li {
    width: 100%;
    height: auto;
  }
}

.markdown hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.markdown ul {
  margin: 40px 0;
  list-style: none;
}
.markdown ul li {
  line-height: 34px;
}
.markdown ul li:before {
  display: block;
  float: left;
  margin-top: 12px;
  margin-right: 15px;
  content: " ";
  width: 10px;
  height: 10px;
  background-color: #15CDC3;
}

.main-header {
  width: 100%;
  position: relative;
}
.main-header .fa-bars {
  position: fixed;
  visibility: hidden;
  top: 20px;
  left: 25px;
  z-index: 10;
  font-size: 1.5em;
  color: #000;
}
.main-header .fa-bars:hover {
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .main-header .fa-bars {
    visibility: visible;
  }
}
.main-header .fa-times {
  display: none;
}
.main-header .fa-times:hover {
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .main-header .fa-times {
    display: block;
    position: absolute;
    left: 23px;
    top: 15px;
    font-size: 1.8em;
  }
}
.main-header .social-links {
  float: right;
  margin-right: 40px;
}
.main-header .social-links a {
  margin-right: 30px;
}
.main-header .social-links a:last-child {
  margin: 0;
}
.main-header .social-links .fa {
  color: #333;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 1.3em;
}
.main-header .social-links .fa:hover {
  color: #ff8787;
}
@media only screen and (max-width: 960px) {
  .main-header .social-links {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.main-header .company-title-small {
  position: relative;
  width: 250px;
  top: 23px;
  left: 40px;
}
@media only screen and (max-width: 960px) {
  .main-header .company-title-small {
    display: block;
    position: static;
    width: 100%;
    margin: 25px 0;
  }
}
.main-header .slider {
  padding-top: 80px;
}
.main-header .slider .content {
  width: 400px;
  margin: 90% 0 0 50%;
}
.main-header .slider .content h1 {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  color: #FFF;
  font-size: 3em;
}
.main-header .slider .content p {
  margin: 0;
  color: #FFF;
  font-weight: 300;
  font-size: 1em;
}
.main-header .slider .content .btn {
  margin-top: 50px;
  border: none;
}
.main-header ul {
  float: right;
  padding-top: 3px;
  padding-right: 5%;
}
.main-header ul .company-title-small {
  left: 10px;
}
@media only screen and (max-width: 960px) {
  .main-header ul {
    float: none;
  }
}
.main-header .arrow-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  cursor: pointer;
}
.main-header .arrow-wrapper #arrow-down {
  color: #FFF;
  -webkit-animation: slow-bounce 2s infinite;
  /* Safari 4+ */
  -moz-animation: slow-bounce 2s infinite;
  /* Fx 5+ */
  -o-animation: slow-bounce 2s infinite;
  /* Opera 12+ */
  animation: slow-bounce 2s infinite;
  /* IE 10+, Fx 29+ */
}
.main-header .arrow-wrapper #arrow-down:hover {
  bottom: -3px;
}

.game-title {
  position: relative;
  z-index: 5;
  margin: 100px 0;
}
.game-title .container {
  text-align: center;
}
.game-title .container h1 {
  font-family: "Comfortaa", sans-serif;
  font-size: 2.5em;
  font-weight: 200;
  margin-bottom: 55px;
}
.game-title .container em {
  line-height: 30px;
  font-size: 1.1em;
}

#video {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 50px 0;
}
#video .text {
  padding: 0 0 0 30px;
}
#video .text h1 {
  margin: 23px 0;
}

#description {
  padding: 50px 0 50px 0;
}

#pledge {
  position: relative;
  z-index: 5;
  text-align: center;
}
#pledge .container {
  padding: 100px 150px 200px 150px;
}
#pledge .container p {
  line-height: 30px;
  margin-bottom: 55px;
}
#pledge .container .pledge-btn {
  background-color: #3cff97;
}

#social-media {
  margin: -50px 0;
  width: 100%;
  text-align: center;
}
#social-media h1 {
  margin-bottom: 70px;
  height: 50px;
}
#social-media .fa {
  margin-left: 10px;
}
#social-media .tumblr {
  padding: 20px;
}
#social-media .tumblr .btn {
  background-color: #36465d;
  border-color: #36465d;
}
#social-media .youtube {
  padding: 20px;
}
#social-media .youtube .btn {
  background-color: #e62d27;
  border-color: #e62d27;
  color: white;
}
#social-media .twitter {
  padding: 20px;
}
#social-media .twitter .btn {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: white;
}

#about .game-title {
  margin: 0;
  padding-top: 200px;
}
