/* import the fonts 
*/

@font-face {
  font-family: Dosis;
  src: url(assets/fonts/Dosis-Light.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Dosis;
  src: url(assets/fonts/Dosis-Regular.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Dosis;
  src: url(assets/fonts/Dosis-SemiBold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: GochiHand;
  src: url(assets/fonts/GochiHand-Regular.ttf);
  font-weight: 900;
}



/* Replace the fonts
*/

body { font-family: Roboto, Helvetica, Arial, sans-serif; }


/* Define text styles
*/

.menu_items {
  font-weight: 500;
  font-size: 15px;
  line-height: 136%;
  letter-spacing: 0px;
}

.menu_items_main_cat {
  font-weight: 400;
  font-size: 15px;
  line-height: 115%;
}

.menu_items_main_cat_mobile {
  font-weight: 400;
  font-size: 15px;
  line-height: 116%;
}

.menu_items_main_cat_header_mobile {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
}

.lang_btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
}

.panorama_title {
  font-family: GochiHand, serif;
  font-weight: 500;
  font-size: 20px;
}

.panorama_description {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.infohs_title {
  font-family: GochiHand, serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
}

.infohs_description {
  font-weight: 400;
  font-size: 13px;
}

.button_text {
  font-weight: 400;
  font-size: 12px;
}

.startscr_title {
  font-family: GochiHand, serif;
  line-height: 1.2;
  font-weight: 900;
  font-size: 48px;
}

.startscr_title_mobile {
  font-family: GochiHand, serif;
  line-height: 1.2;
  font-weight: 900;
  font-size: 28px;

}

.startscr_logocenter_mobile {
  line-height: 1.2;
  font-weight: 700;
  font-size: 28px;

}

.startscr_description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}

.startscr_button_txt {
  font-family: GochiHand, serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
}

.navihotspot {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}


/* Scrollbar style
*/

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background: #ffffff !important;
}

/* unvisited link */
a:link {
  color: #e10000;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #ff5959;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #ffc1c1;
  text-decoration: none;
}
