* {
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat';
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;  
  box-shadow: none !important;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px){
  #footer{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 10vh !important;
  }
  .logo{
    display: none !important;
  }
}

#kuponIMG{
  width: 600px;
}
.nav ul li{
  padding-left: 4vh;
  padding-right: 4vh;
}







#mainHeader>img{
  width: 10vh;
}
#footer{
  margin-bottom: 0px !important;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 10vh;
}
#mainHeader{
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 10px !important;
}
.panel__content--active, .panel__wrapper, .panel{
  position: relative;
  top: 80px;
  margin: 0 auto;
}
iframe{
  width: 50vh;
  height: 50vh;
}

#contentContainer{
  margin: 100px auto !important;
}
.nav>ul>li:last-child{
  margin-bottom: 9vh;
}
.nav {
  margin-top: 3vh;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 150px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.nav__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  height: 85vh;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav__list {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.nav__item {
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
}
.nav__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  color: white;
  font-size: 15px;
  background: #333333;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav__link:hover {
  background: #272b2e;
}
@media (max-width: 640px) {
  .nav {
    width: 80px;
    margin-right: 3px !important;
  }  
  .nav__list {
    height: 90vh;
  }
}

.burger {
  height: 15vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  z-index: 2;
  background: #333333;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.burger:hover {
  background: #272b2e;
}
.burger__patty {
  position: relative;
  height: 2px;
  width: 40px;
  background: white;
}
.burger__patty:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: white;
}
.burger__patty:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  height: 2px;
  width: 100%;
  background: white;
}
.burger__patty, .burger__patty:before, .burger__patty:after {
  will-change: transform;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.burger .burger__patty {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.burger .burger__patty:before {
  -webkit-transform: rotate(-45deg) translate(-7px, -7px) scaleX(0.7);
          transform: rotate(-45deg) translate(-7px, -7px) scaleX(0.7);
}
.burger .burger__patty:after {
  -webkit-transform: rotate(45deg) translate(-7px, 7px) scaleX(0.7);
          transform: rotate(45deg) translate(-7px, 7px) scaleX(0.7);
}
@media (max-width: 640px) {
  .burger {
    height: 10vh;
  }
  .burger__patty {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .burger .burger__patty {
    -webkit-transform: scale(0.8) rotate(90deg);
            transform: scale(0.8) rotate(90deg);
  }
}

.panel {
  border: none !important;
  box-shadow: none !important;
  min-height: 300vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.left-aligned-content{
  text-align: left !important;
  font-size: 12px;
}

#top{
  margin-left:15vh;
  margin-right:8vh;
}

.panel__wrapper {
  margin-left:15vh;
  margin-right:8vh;
  padding: 7vh 7vw;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.panel__content {
  will-change: transform;
  -webkit-transform: scale(0.7) rotateX(-230deg);
          transform: scale(0.7) rotateX(-230deg);
  -webkit-transform-origin: center 80%;
          transform-origin: center 80%;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.panel__content--active {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.panel__headline {
  font-weight: 700;
  opacity: 0.8;
  font-size: 48px;
  margin: 0 0 25px 0;
}
body .panel p{
  margin: 0 0 25px 0;
  color: #1a1a1a;
  font-size: 16px;
}
ul li{
  font-size: 16px !important;
}
.panel p:last-child {
  margin-bottom: 0;
}
.panel__block {
  height: 3px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 0 25px 0;
}
@media (max-width: 640px) {
  .panel__headline {
    font-size: 36px;
  }
  .panel__wrapper {
    padding: 10vh 10vw;
  }
  .panel p {
    font-size: 16px;
  }
}

.c-blue {
  color: #5fc7ea;
}

.c-red {
  color: #e68568;
}

.c-green {
  color: #68e6ac;
}

.c-yellow {
  color: #e6d068;
}

.b-blue {
  background: #5fc7ea;
}

.b-red {
  background: #e68568;
}

.b-green {
  background: #68e6ac;
}

.b-yellow {
  background: #e6d068;
}


#support{
  width: 10vh;
  top: 15vh;
  right: 2vh;
  z-index: 3;
  margin-left: 2vh;
}

.logo {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  z-index: 2;
}
.help{
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: rotate(0);
          transform: rotate(0);

}
.help:hover{
  -webkit-transform: scale(1.4);/*rotate(360deg) for spin*/
          transform: scale(1.4);
}
.logo img, .social-media-icon img {
  width: 65px;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.logo img:hover {
  -webkit-transform: scale(1.8);/*rotate(360deg) for spin*/
          transform: scale(1.8);
}
.social-media-icon img:hover{
  -webkit-transform: rotate(360deg) scale(2.0);
          transform: rotate(360deg) scale(2.0);
}
.social-media-icon{
  padding-left: 10px;
  padding-right: 10px;
}

/*ORG SHIT*/

.btn-white:hover {
  color: white !important;
  background-color: #1D91A5;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-white:hover a{
  color: white;
}
.activeNav{
  background-color: red !important;
  color: green;
}










.btn-white {
  padding: 12px 25px;
  background: #FFFFFF;
  color: #008AAD;
  border: 2px solid #1D91A5;
  border-radius: 500px;
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-white > a {
  text-decoration: none !important;
  color: #1D91A5;
  padding: 0 1rem !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body p{
  font-size: 12px;
}
ul li{
  font-size: inherit;
}



body>a:link {
  text-decoration: none !important;
}

body>a:visited {
  text-decoration: none !important;
}
body>a:active {
  text-decoration: none !important;
}
img {
  width: 100%;
  height: auto;
}
#tableHeader{
  font-weight: bold;
}
#main{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}