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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  Font-Family: "Open Sans", Sans-Serif;
  font-weight: 300;
}

#tsparticles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
}

a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (min-width: 1220px) {
  .t {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: white;
    z-index: 9999;
    color: #483434;
    display: flex;
    flex-direction: column;
    Font-Family: "Raleway", Sans-Serif;
    text-align: center;
  }
  .t :first-child {
    font-size: 67px;
  }
  .t :last-child {
    font-size: 26px;
    letter-spacing: 5px;
  }

  .c {
    position: fixed;
    width: 620px;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: white;
    z-index: 9999;
    color: #483434;
  }

  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul li {
    margin: 0 20px;
  }
  ul li i {
    margin-right: 3px;
  }

  .cth_logo {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }

  #stripe {
    height: 100vh;
    width: 180px;
    background-image: url("../img/marble-texture.jpg");
    background-size: cover;
  }

  .titleFont {
    Font-Family: "Raleway", Sans-Serif;
    Font-Size: 44px;
    font-weight: 400;
    line-height: 1;
  }

  .desc {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.618;
  }

  body {
    Font-Family: "Open Sans", Sans-Serif;
    Font-Size: 15px !important;
    font-weight: 300;
  }

  footer {
    position: fixed;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    color: #596E79;
    font-size: 12px;
  }

  .raspSki {
    Font-Family: "Open Sans", Sans-Serif;
  }

  .heartAnim {
    color: #E30B5D;
    width: 16px;
    height: 16px;
    animation: heartbeat 5s infinite;
    display: inline-block;
  }
}
@media screen and (min-width: 376px) and (max-width: 1219px) {
  .t {
    position: fixed;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: white;
    z-index: 9999;
    color: #483434;
    display: flex;
    flex-direction: column;
    Font-Family: "Raleway", Sans-Serif;
    text-align: center;
  }
  .t :first-child {
    font-size: 48px;
  }
  .t :last-child {
    font-size: 24px;
    letter-spacing: 5px;
  }

  .c {
    position: fixed;
    text-align: center;
    width: 100vw;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: white;
    z-index: 9999;
    color: #483434;
  }

  ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  ul li {
    margin: 5px 20px;
    align-self: center;
  }
  ul li i {
    margin-right: 3px;
  }

  .cth_logo {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  #stripe {
    height: 90px;
    width: 100vw;
    background-image: url("../img/marble-texture-h.jpg");
    background-size: cover;
  }

  .titleFont {
    Font-Family: "Raleway", Sans-Serif;
    Font-Size: 44px;
    font-weight: 400;
    line-height: 1;
  }

  .desc {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.618;
  }

  body {
    Font-Family: "Open Sans", Sans-Serif;
    Font-Size: 15px !important;
    font-weight: 300;
  }

  footer {
    position: fixed;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    color: #596E79;
    font-size: 12px;
  }

  .raspSki {
    Font-Family: "Open Sans", Sans-Serif;
  }

  .heartAnim {
    color: #E30B5D;
    width: 16px;
    height: 16px;
    animation: heartbeat 5s infinite;
    display: inline-block;
  }
}
@media screen and (max-width: 375px) {
  .t {
    position: fixed;
    width: 90%;
    top: 165px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: white;
    z-index: 9999;
    color: #483434;
    display: flex;
    flex-direction: column;
    Font-Family: "Raleway", Sans-Serif;
    text-align: center;
  }
  .t :first-child {
    font-size: 38px;
  }
  .t :last-child {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .c {
    position: fixed;
    text-align: center;
    width: 100vw;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    color: white;
    z-index: 9999;
    color: #483434;
  }

  ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  ul li {
    margin: 5px 20px;
    align-self: center;
  }
  ul li i {
    margin-right: 3px;
  }

  .cth_logo {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  #stripe {
    height: 90px;
    width: 100vw;
    background-image: url("../img/marble-texture-h.jpg");
    background-size: cover;
  }

  .titleFont {
    Font-Family: "Raleway", Sans-Serif;
    Font-Size: 44px;
    font-weight: 400;
    line-height: 1;
  }

  .desc {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.618;
  }

  body {
    Font-Family: "Open Sans", Sans-Serif;
    Font-Size: 15px !important;
    font-weight: 300;
  }

  footer {
    position: fixed;
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
    color: #596E79;
    font-size: 12px;
  }

  .raspSki {
    Font-Family: "Open Sans", Sans-Serif;
  }

  .heartAnim {
    color: #E30B5D;
    width: 16px;
    height: 16px;
    animation: heartbeat 5s infinite;
    display: inline-block;
  }
}
/*# sourceMappingURL=style.css.map */

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