@charset "UTF-8";
/* 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,
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;
}

body {
  background: #57102c;
  min-height: 100%;
}

.header {
  background: #4ca8a1;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 435px;
  max-width: 100%;
  margin: auto;
  padding-top: 35px;
}
.header hr {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.header img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
}

.header-top {
  position: absolute;
  top: 43%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}

h1 {
  font-family: "Rammetto One", cursive;
  display: block;
  color: white;
  position: relative;
  font-size: 90px;
  line-height: 90px;
  margin: 0;
  text-align: left;
  z-index: 1000;
  font-weight: 700;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

h5.alcim {
  font-family: "Rubik", sans-serif;
  display: block;
  color: white;
  position: absolute;
  bottom: -120px;
  left: -30px;
  right: -200px;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  text-align: left;
  z-index: 1000;
}

h5.mobile {
  font-family: "Rubik", sans-serif;
  color: white;
  margin: 20px;
  display: none;
}

.arbox {
  font-family: "Rammetto One", cursive;
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: -60px;
  transform: rotate3d(0, 0, -1, 15deg);
  display: inline;
  padding: 30px;
  color: white;
  background: #a92159;
  box-sizing: border-box;
  border-radius: 14px;
}
.arbox .keret {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background: transparent;
  border-radius: 10px;
  border: 2px solid white;
}

@media(max-width: 1050px) {
  .header {
    height: 250px;
  }
  .header hr {
    bottom: 20px;
  }

  .header-top {
    top: 40%;
  }

  h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .arbox {
    padding: 15px;
    right: -100px;
  }

  h5.alcim {
    font-size: 12px;
    line-height: 15px;
    bottom: -70px;
  }
}
@media(max-width: 633px) {
  .header {
    height: 190px;
  }
  .header hr {
    bottom: 10px;
  }

  .header-top {
    top: 46%;
  }

  h1 {
    font-size: 35px;
    line-height: 44px;
  }

  .arbox {
    font-size: 15px;
    padding: 15px;
    right: inherit;
    bottom: -40px;
    left: 0;
    transform: rotate3d(0, 0, -1, 5deg);
  }

  h5.alcim {
    display: none;
  }

  h5.mobile {
    display: block;
  }
}
@media(max-width: 484px) {
  .header {
    height: 190px;
  }

  h1 {
    font-size: 25px;
    line-height: 30px;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
  }

  .arbox {
    font-size: 11px;
  }
}
.navbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Oswald", sans-serif;
  z-index: 10000;
  max-width: 100%;
  background: #a92159;
}
.navbar-wrap .navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  max-width: 900px;
}

.nav-element {
  cursor: pointer;
  background: #a92159;
  color: rgba(255, 255, 255, 0.8);
  flex-grow: 10;
  font-size: 15px;
  line-height: 15px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  transition: all 200ms ease;
}
.nav-element:hover {
  background: #57102c;
  color: white;
  flex-grow: 11;
}

.stagelogo {
  flex-grow: 10;
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: transparent;
  background: white;
}
.stagelogo .logoimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 90%;
  background-image: url(images/hangfutarlogo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.buttonclick {
  background: black;
  color: rgba(255, 255, 255, 0.8);
}
.buttonclick:hover {
  background: black;
  flex-grow: 11;
  color: white;
}

.footer {
  bottom: 0;
  width: 100%;
  background: #a92159;
  padding: 50px 0;
  display: block;
  position: relative;
}
.footer::after {
  content: "";
  background-image: url("images/fa.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 0%;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.footer::after:hover {
  opacity: 0.8;
}
.footer h3 {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Rammetto One", cursive;
  font-size: 15px;
  line-height: 25px;
  z-index: 10;
  text-align: center;
  word-break: break-word;
}
.footer h3:first-child {
  font-size: 25px;
  line-height: 45px;
}
.footer h3 a {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Rammetto One", cursive;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  transition: 200ms all ease;
  margin: 0 10px;
}
.footer h3 a:hover {
  color: white;
}
.footer hr {
  position: relative;
  top: 30px;
  z-index: 10;
}

.container {
  position: relative;
  width: 100%;
  padding: 0px;
  background: white;
}

.div1 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  padding: 10px 10px 50px;
  transition: 900ms all ease;
  background: white;
  max-width: 900px;
}

.opacity {
  opacity: 0;
}

h2, h6 {
  font-family: "Rammetto One", cursive;
  display: block;
  color: #a92159;
  position: relative;
  font-size: 26px;
  line-height: 30px;
  margin: 10px 0 8px 20px;
  text-align: left;
  z-index: 1000;
  font-weight: 700;
  word-break: break-word;
}

.lejjebb {
  margin: 20px 0 0 0;
}

h6 {
  color: #4ca8a1;
  font-size: 15px;
  margin: 10px 0 30px;
}

p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  line-height: 21px;
  margin: 13px 0;
  padding-left: 10px;
}
p span {
  font-family: "Rammetto One", cursive;
  font-size: 18px;
  color: #a92159;
}
p span a {
  font-family: "Rammetto One", cursive;
  font-size: 18px;
  color: #a92159;
  text-decoration: none;
  transition: 200ms all ease;
  word-break: break-word;
}
p span a:hover {
  color: #57102c;
}

.felsor::before {
  color: #a92159;
  content: "• ";
  margin-left: -10px;
}

/* SPA animations */
.fade-in { animation: fadeIn .25s ease-in; }
.fade-out { opacity: .2; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

/* Mobile UX */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: center;
  }
  .nav-element {
    padding: 12px;
    font-size: 1.1em;
  }
}
