/* Table of Content
==================================================
    - google fonts & font family -
    - general -
    - typography -
    - lists -
    - embedded content -
    - figures -
    - forms -
    - tables -
    - global styles -
    - navigation -
    - toggle btn -
    - mask -
    - van-spindel -
    - spindel-top -
    - spindel-intro -
    - spindel-info -
    - spindel-news -
    - spindel-features -
    - spindel-subscribe -
    - spindel-players -
    - spindel-team -
    - footer -
    - waypoints -
    - responsive -
*/


/* google fonts & font family
==================================================*/
@import url("../outline/assets/css/fontawesome-all.min.css");


/* general
==================================================*/
html,
body {
    height: 100%;
    font-family: 'Varela Round', 'Poppins', 'ionicons', sans-serif;
    line-height: 30px;
    color: #999;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
    font-family: 'Varela Round', Poppins, ionicons, sans-serif, Osaka, Arial, Helvetica;
}
a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.004);
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
@media screen and (max-width: 480px) {
    body {
        font-size: 13px;
    }
}


/* typography
==================================================*/
h1 {
    color: #353535;
    font-size: 33px;
    margin: 20px 0;
    font-weight: bold;
}
h2 {
    color: #353535;
    font-size: 22px;
    margin: 27px 17px;
    font-weight: bold;
    text-transform: uppercase;
}
h2::after {
    content: " ";
    border: solid 1px #00cccc;
    display: block;
    width: 135px;
    margin: 20px auto 30px;
}
h3 {
    font-family: system-ui;
    font-size: 27px;
    letter-spacing: 1.5px;
    line-height: 39px;
    margin: 15px 0;
}
h4 {
    color: #ff1493;
    font-family: system-ui;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin: 0 0;
    line-height: 33px;
    text-indent: 15px;
    text-align: left;
}
h5 {
    color: #353535;
    font-size: 18px;
    margin: -15px 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
h6 {
    font-family: system-ui;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 44px 10px 30px;
    line-height: 30px;
    text-align: justify;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p, pre {
    margin: 1em 0;
}
code, kbd, pre, samp {
    font-family: monospace, serif; _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}


/* lists
==================================================*/
dl, menu, ol, ul {
    margin: 0;
}
dd {
    margin: 0 0 0 40px;
}
menu, ol, ul {
    padding: 0;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}


/* embedded content
==================================================*/
img {
    margin-bottom: 39px;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}


/* figures
==================================================*/
figure {
    margin: 0;
}


/* forms
==================================================*/
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, html input[type="button"],input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}


/* tables
==================================================*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}


/* global styles
==================================================*/
a {
    color: #353535;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover, a:focus {
    color: #00cccc;
    text-decoration: none;
}
p {
    color: #ff1493;
    font-size: 33px;
    letter-spacing: 2px;
    line-height: 39px;
}
.section-padding {
    padding: 0;
}
.dark-bg {
    background: #f3f5f8;
}
.light-bg {
    background-color: #ffffff;
}
.dark-box {
    background: #f3f5f8;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
}
.light-box {
    background-color: #ffffff;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    padding: 20px 0;
}
.light-box:hover, .light-box:focus {
    box-shadow: 0px 3px 0px 0px #00cccc;
    -moz-box-shadow: 0px 3px 0px 0px #00cccc;
    -webkit-box-shadow: 0px 3px 0px 0px #00cccc;
}
.box-hover {
    transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.box-hover:hover, .box-hover:focus {
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
}
.wrapper {
    height: 600px;
    margin: 13px 0 70px;
    padding: 0;
    background-size: cover;
    background-attachment: fixed;
}
.nopadding {
    padding: 0;
}
.inner {
    padding-top: 20px;
}


/* navigation
==================================================*/
nav {
    background-color: #242830;
    margin-top: -1px;
}
nav ul {
    list-style: none;
    padding: 0;
}
nav ul li {
    color: #ffffff;
    opacity: 0.6;
    display: block;
    border-bottom: 1.5px dotted rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 330px;
    padding-left: 0;
    position: relative;
}
nav ul li:last-child {
    border: none;
}
nav ul li a {
    color: #ffffff;
    opacity: 0.9;
    display: flex;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 8px 20px;
    position: relative;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: 440;
}
nav ul li a:hover, nav ul li a:focus {
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
}
/*============
nav
=============*/
nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 15px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 11px;
    padding: 10px 39px 10px 0;
    text-decoration: none;
    transition-duration: 0.2s;
    text-align: right;
    line-height: 38px;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}


/* toggle btn
==================================================*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}


/* mask
==================================================*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
#nav-toggle {
    top: 0;
    right: 0;
    position: absolute;
}
#nav-toggle {
    padding: 44px 0px 0px 0px;
    cursor: pointer;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: #353535;
    display: block;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    position: absolute;
    height: 5px;
    width: 35px;
    cursor: pointer;
    content: '';
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    top: 10px;
}
.navicon {
    position: relative;
    height: 0px;
}
.indicator {
    font-size: 18px;
    position: absolute;
    right: 20px !important;
    font-weight: bold;
}
.pull {
    display: none;
}


/* van-spindel
==================================================*/
.van h1 {
    font-family: 'calibri light', 'hiragino maru gothic ProN';
    font-size: 44px;
    letter-spacing: 12px;
    margin: 15px 0;
}
.van h1 span {
    color: #a1a9b0;
    display: inline-block;
}
h1.arrow {
    background: url('../img/h1-bg.png') no-repeat center bottom;
    color: #353535;
    font-size: 40px;
    letter-spacing: 1.5px;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.down-arrow-btn {
    background: #ff1492;
    opacity: 0.75;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    /* position: absolute;
    margin-top: auto;
    bottom: 0;
    left: 50%; */
    /* transform: translateX(-50%); */
    height: 44px;
    width: 44px;

    color: #ffffff;
    font-size: 20px;
    line-height: 44px;
}
.down-arrow-btn:hover, .down-arrow-btn:focus {
    opacity: 0.44;
    background: #00cccc;
    color: #ffffff;
}
.up-btn {
    background: #ff1492;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    color: #ffffff;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
}
.up-btn:hover, up-btn:focus {
    background: #00cccc;
    color: #ffffff;
}


/* spindel-top
==================================================*/
.hero {
    background: url('../img/hero-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
}
.hero h1 {
    font-family: 'segoe script', 'bradley hand';
    font-size: 70px;
    letter-spacing: 20px;
    margin: 0 0 20px;
}
.hero h1 span {
    color: #ffffff;
    display: inline-block;
}
.hero h3 {
    color: #ffffe0;
    font-size: 33px;
    margin: 20px 0;
}
.hero h5 {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 4px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.hero p {
    letter-spacing: 1px;
}
.learn-more-btn {
    background: #ff1492;
    padding: 10px 30px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;

    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    -webkit-box-shadow: 0px 5px 10px 1px #ffffff;
    -moz-box-shadow: 0px 5px 10px 1px #ffffff;
    box-shadow: 0px 5px 10px 1px #ffffff;
    margin: 33px 0 auto;
    font-weight: bold;
}
.learn-more-btn:hover, .learn-more-btn:focus {
    background: #00cccc;
    color: #ffffff;
}


/* spindel-intro
==================================================*/
.intro {
    background: url('../../img/backscreen_emblem_spindel_ol_wh.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    margin: 30px 0;
    padding: 0 15px;
    wedth: 100%;
    height: auto;
}
.intro h4 {
    color: #696969;
    font-family: system-ui;
    font-size: 22px;
    letter-spacing: 1.5px;
    margin: 0;
    line-height: 33px;
    text-indent: 5px;
    text-align: left;
}
.intro h6 {
    font-family: system-ui;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin: 15px 20px 10px 115px;
    text-align: justify;
}
.intro p {
    font-size: 22px;
    letter-spacing: 3px;
    margin: 39px -20px 0;
}
.intro ol {
    list-style: disc;
}
.intro ol li {
    padding-left: 0;
    padding-right: 0;
    margin: 30px 120px 0;
    text-align: justify;
}


/* spindel-info
==================================================*/
.swag {
    background: url('../img/plants-bg1.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 40px 0;
    background-size: cover;
    background-attachment: fixed;
}
.swag h4 {
    color: #ffffff;
    font-size: 39px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.swag-btn {
    color: #ffffff;
    opacity: 0.75;
    font-family: 'mv boli', 'chalkduster';
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 15px 0 90px;
    padding: 5px 15px;
    font-weight: bold;
    border: solid 2px #ffffff;
}
.swag-btn:hover, .swag-btn:focus {
    opacity: 0.44;
    color: #ffffe0;
    border: solid 2px #ffffe0;
}
.btn {
  display: block;
}
.l_btn {
  margin-bottom: 40px
}


/* spindel-news
==================================================*/
.topics dl {
background-color: #ffffff;
opacity: 0.88;
margin: 0 220px;
padding: 20px 30px;
border-bottom: 5px solid;
font-size: 15px;
}
.topics dt {
padding-bottom: 5px;
}
/* @media screen and (min-width: 768px) { */
.topics dt {
clear: left;
float: left;
width: 0%;
}
.topics dd {
margin-left: 20%;
}
.topics p {
    color: ffffff;
    font-size: 22px;
    letter-spacing: 3px;
    margin: 39px -20px 0;
}


/* spindel-features
==================================================*/
.features {
    background: #ffffff;
    position: relative;
    height: flex;
    width: 100%;
}
.features-img {
    background: #ffffff;
    float: left;
    margin-left: 200px;
    height: 100%;
    width: 33%;
    box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset -15px -11px 40px -6px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.designs {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 30px;
}
.fluid-white {
    background: #ffffff;
    float: right;
    height: 100%;
    width: 60%;
    z-index: 2;
}
.right {
    float: left;
    height: 88%;
    width: 60%;
}
.responsive-services {
    position: relative;
}
#servicesSlider {
    margin-top: 0;
}
ul.slides li {
    margin: 0 auto 20px;
}


/* spindel-subscribe
==================================================*/
.subscribe {
  background: url('../img/backscreen_subscribe.png') no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 380px 0 100px;
  height: 100vh;
}
.subscribe h1 {
  color: #696969;
  margin-bottom: 20px;
  text-align: right
}
.subscribe h1 span {
  color: #ff1492;
  opacity: 0.75;
  font-family: monospace;
  font-size: 80px;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-top: 0;
  margin-right: 0;
  font-weight: bold;
}
.subscribe input[type=text] {
    opacity: 0.1;
    background-color: #ffffff;
    border: solid 3px #696969;
    padding: 15px;
    width: 50%;
    color: #696969;
    font-weight: bold;
}
.subscribe input[type=submit] {
    background: rgba(61, 201, 179, 0.5);
    border: solid 3px rgba(61, 201, 179, 0.5);
    padding: 15px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.subscribe input[type=submit]:hover {
    background: rgba(61, 201, 179, 1);
    border: solid 1px rgba(61, 201, 179, 1);
    color: #ffffff;
}
.subscribe-wrap {
    position: relative;
}
@media only screen and (max-width: 1680px) {
  .subscribe {
    display: none;
  }
}


/* spindel-players
==================================================*/
.ignite-cta {
    background-color: #242830;
    display: inline-block;
    background:
      linear-gradient(45deg,  transparent 20px, #242830 39px),
      linear-gradient(135deg, transparent 20px, #242830 39px),
      linear-gradient(225deg, transparent 20px, #242830 39px),
      linear-gradient(315deg, transparent 20px, #242830 39px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.30;
    padding: 15px 0;
    width: 100%;
    font-family: 'segoe print', 'chalkduster';
}
.ignite-btn {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: contents;
    padding: 13px 25px;
    font-weight: bold;
    border: solid 3px #ffffff;
}
.ignite-btn:hover, .ignite-btn:focus {
    opacity: 1.0;
    color: #ff1492;
    border: solid 3px #ff1492;
}


/* spindel-team
==================================================*/
.team {
    background: url('../../img/backscreen_logo_spindel_ol_gr.png') no-repeat center center;
    position: relative;
    width: 100%;
    padding: 0;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.team img {
    margin: 30px 0 5px;
}
.team-wrapper {
  text-align: center;
}
ul.social-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social-buttons li {
    display: inline-block;
    margin-right: 10px;
}
ul.social-buttons li:last-child {
    margin-right: 0;
}
.social-btn {
    opacity: 0.6;
    background: #242830;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 44px;
    height: 44px;
    width: 44px;

    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    text-align: center;
}
.social-btn:hover, .social-btn:focus {
    opacity: 0.39;
    background: #00cccc;
    color: #ffffff;
}
.social {
    margin-top: 20px
}
i.fa.fa-facebook-f::before{
  font-family: 'Font Awesome 5 Brands'!important;
}
i.fa.fa-instagram::before{
  font-family: 'Font Awesome 5 Brands'!important;
}
i.fa.fa-twitter::before{
  font-family: 'Font Awesome 5 Brands'!important;
}
i.fa.fa-youtube::before{
  font-family: 'Font Awesome 5 Brands'!important;
}
.row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
}
.row.gtr-0 > * {
    padding: 0px 0 0 0px;
}
.row.gtr-0.gtr-uniform {
    margin-top: 0px;
}
.row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
}


/* footer
==================================================*/
footer {
    background-color: #242830;
    margin-top: 20px;
    padding: 0 0 25px;
}
footer a {
    color: #ffffff;
    text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
    border-bottom: none;
}
footer a:hover {
    color: #ff1492;
    text-shadow: 0 0 0.5px rgba(69, 200, 159, 0.25);
    border-bottom-color: rgba(53, 184, 143, 0.5);
}
footer p {
    color: #ffffff;
}
#footer .copyright {
    margin: 0;
    height: 65px;
    padding: 15px 0;
}
ul.credit {
    color: #ffffff;
    line-height: initial;
    list-style: none;
    margin: -20px 0;
    padding: 35px 10px 0;
}
ul.credit li {
    font-family: sans-serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 1.5px;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    font-weight: normal;
}
ul.credit li::after {
    content: " |";
    margin: 0 0 0 13px;
}
ul.credit li:last-child::after {
    content: "";
}
.credit {
    text-align: right;
}


/* waypoints
==================================================*/
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden;
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight {
    visibility: visible;
}
.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.wp3 {
    background: url('../img/features.jpg') no-repeat center center;
    background-position: top;
    height: 100%;
}


/* responsive
==================================================*/
@media screen and (max-width: 480px) {
    html {
        max-width: 100%
    }
    img {
        width: 250px;
        margin: 0 0 20px;
    }
    .wp3 {
        background-position: center;
        height: 100%;
        max-width: 100%;
    }
    .team {
        background: none;
        max-width: 100%;
    }
    .team::before {
        background: url('../../img/logo_spindel_v1.02_ol.png') no-repeat center top;
        background-size: contain;
        opacity: 0.1;
        display: block;
        position: fixed;
        top: 10px;
        left: 0;
        width: 100%;
        height: 20%;
        margin: 0;
        padding: 0;
        content: "";
        z-index: -1;
        max-width: 100%;
    }
    h1.arrow {
        margin: 0 auto 5px;
    }
    h2 {
        font-size: 16px;
        letter-spacing: 0.5px;
        marigin: 27px 0;
    }
    .team h2{
        color: #dcdcdc;
    }
    h3 {
        color: #778899;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 25px;
        margin: 0;
    }
    h5 {
        color: #f0ffff;
    }
    h6 {
        color: #4d4d4d;
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 27px;
        margin: 44px 13px;
    }
    .hero {
        max-width: 100%;
        height: 80vh;
    }
    .hero h1 {
        font-size: 44px;
        letter-spacing: 10px;
        margin: 0;
    }
    .hero h3 {
        font-size: 27px;
        letter-spacing: 1px;
        line-height: 1.25;
        padding: 0 3px;
        margin: 0;
    }
    .hero h5 {
        font-size: 13px;
        letter-spacing: 1px;
        margin: 15px 0 0;
    }
    .van h1 {
        font-size: 22px;
        letter-spacing: 3px;
        margin: 15px 0 5px;
    }
    .intro {
        background: none;
        margin: 0;
        padding: 0 5px;
        max-width: 100%;
    }
    .intro::before {
        background: url('../../img/backscreen_emblem_spindel_ol_wh.png') no-repeat center top;
        background-size: contain;
        display: block;
        position: fixed;
        top: 70%;
        left: 0;
        width: 100%;
        height: 30%;
        margin: 0;
        padding: 0;
        content: "";
        z-index: -1;
        max-width: 100%;
    }
    .intro p {
        font-size: 15px;
        letter-spacing: 2.5px;
        margin: 22px 0;
        line-height: 22px;
    }
    .intro ol li {
        color: #d3d3d3;
        margin: 15px 25px 5px;
    }
    .intro h4 {
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 20px;
        text-indent: 0;
    }
    .intro h6 {
        color: #dcdcdc;
        font-size: 13px;
        letter-spacing: 1px;
        margin: 5px 20px 10px;
        line-height: 22px;
    }
    .swag {
        background: none;
        padding: 15px 0 25px;
        max-width: 100%;
    }
    .swag::before {
        background: url('../img/plants-bg1.jpg') no-repeat center top;
        background-size: cover;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 75%;
        margin: 0;
        padding: 0;
        content: "";
        z-index: -1;
        max-width: 100%;
    }
    .swag img {
        width: 150px;
        margin: 10px 0 20px;
    }
    .wrapper {
        margin: 0;
        max-width: 100%;
    }
    .designs {
        max-width: 100%;
    }
    ul.credit {
        margin: -20px 0;
        padding: 8px 0 0;
        text-align: center;
        max-width: 100%;
    }
    ul.credit li {
        font-size: 10px;
        letter-spacing: 0px;
        padding: 0;
    }
    .row {
        margin: 0;
    }
    .learn-more-btn {
        margin: 20px 0 auto;
    }
    .up-btn {
        top: -69px;
    }
    .inner {
        padding-top: 10px;
    }
    .ignite-cta {
        padding: 10px 0;
    }
    ul.slides li {
        margin: 0 auto 44px;
    }
    footer {
        margin-top: 0;
        max-width: 100%;
    }
nav .inner {
    padding: 15px;
}
nav .inner ul li a {
    font-size: 11px;
    padding: 10px 39px 10px 0;
    line-height: 24px;
}
}

@media only screen and (max-width: 1024px) {
  .features-img {
    opacity: 0.1;
    float: none;
    width: 100%;
    max-width: 345px;
    margin-left: 20px;
  }
    h2 {
        font-size: 20px;
        marigin: 27px 20px;
    }
      h3 {
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 30px;
        margin: 0;
    }
    h6 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 30px;
        margin: 44px 39px;
    }
    .intro p {
        font-size: 17px;
        letter-spacing: 2px;
        margin: 27px 0;
        line-height: 25px;
    }
    .intro ol li {
        margin: 15px 20% 0;
    }
    .intro h6 {
        font-size: 13px;
        letter-spacing: 1px;
        margin: 5px 20px 0 20%;
        line-height: 25px;
    }
    .hero h3 {
        font-size: 30px;
        letter-spacing: 1px;
        margin: -10px 0 20px;
    }
    .hero h5 {
        font-size: 18px;
        letter-spacing: 1px;
        margin: 0;
    }
    .van h1 {
        font-size: 39px;
        letter-spacing: 8px;
        margin: 15px 0 10px;
    }
/*    .subscribe {
        padding: 0;
        height: 0;
    }*/
}
