.location {
  font-family: "Roboto Slab", Arial, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
}

.thumbnail {
  font-family: 'Roboto Slab', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
}

.intro {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.button {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.reservebtn {
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}

.soundbtn {
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 10px;
}

.bigloc {
  font-family: "Roboto Slab", Arial, Tahoma, sans-serif;  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
}

.huge {
  font-family: "Roboto Slab", Arial, Tahoma, sans-serif;  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  line-height: 75px;
}

.welc {
  font-family: "Roboto Slab", Arial, Tahoma, sans-serif;  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
}

.welc2 {
  font-family: "Roboto Slab", Arial, Tahoma, sans-serif;  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

.smallloc {
  font-family: "Roboto Slab", Arial, Tahoma, sans-serif;  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
}

.power {
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.desc {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 400;
  Font-size: 16px;
  line-height: 26px;
}

.headdesc {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 700;
  Font-size: 16px;
  line-height: 26px;
}

.smalldesc {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 600;
  Font-size: 14px;
  line-height: 25px;
}

.headmenu {
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  Font-size: 12px;
  line-height: 14px;
}

.node {
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
}

.gradient{background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 100%)}

.shadow {
  -webkit-filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, .3));
  filter: drop-shadow( 0px 0px 4px rgba(0, 0, 0, .3));
}

.shadow2 {
  -webkit-filter: drop-shadow( 0px 0px 3px rgba(0, 0, 0, .3));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .3));
}

.whiteshadow {
  -webkit-filter: drop-shadow( 0px 0px 5px rgba(0, 0, 0, 1));
  filter: drop-shadow( 0px 0px 5px rgba(255, 255, 255, 1));
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
