/* Webpage Body */
/*----------------------------------------------------------- */
body, html {
  height: 100%;
  margin: 0px;
  padding: 0px; 
  border: none;
  overflow-y: hidden; 
  overflow-x: hidden; 
}
 
/* Preloading */
/*----------------------------------------------------------- */
#overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,1);
  z-index: 3;
  opacity: 1;
  pointer-events: none;
}

/* Loading Text */
.text_loading {
  position: absolute;
  top: 26%;
  left: 46.5%;
  font-family: Times New Roman, Times, serif;
  font-size: 36px;
  color: rgba(255,255,255,1);
  z-index: 4;
}

/* Loading Icon */
.icon_loading {
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_loader.png");
  width: 60px;
  height: 60px;
  border: none;
  position: relative;
  text-align: center;
  left: 26%; 
  z-index: 4;
}

.rotate {
  width: 60px;
  height: 60px;
  animation: spin 2s infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Preload Images */
#preload_images{
  visibility: hidden;
  display: none;
  z-index: -1;
}

/* Logo -  */
.button_logo {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_logo_empty.png");
  width: 220px;
  height: 217px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 25px;
  left: 155px;
  z-index: 1;
}

/* IFrame */
/*----------------------------------------------------------- */
.iframe_viewer {
 visibility: hidden;	
 position: fixed;
 width: 100%;
 height: 100%;
 frameborder: 0;
 z-index: 1;
} 

/*----------------------------------------------------------- */
/* (FO) Button - Image Selector - Drop Down Menu  */
/*----------------------------------------------------------- */
.dropbtn_fo {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/button_select_image_fo.png");
  width: 300px;
  height: 28px;
  border: none;
  position: absolute;
  top: 30px;
  left: 400px;
  cursor: pointer;
  z-index: 2;
}

.dropdown_fo {
  position: fixed;
  display: inline-block;
  z-index: 2;
}

.dropdown-content_fo {
  display: none;
  position: fixed;
  top: 58px;
  left: 400px;
  background-color: rgba(0,0,0,0.50);
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  overflow-y: scroll; 
  max-height:608px;
  z-index: 2;
}

.dropdown-content_fo a {
  font-family: courier;
  font-size: 21px;
  color: white;
  padding: 3px 1px;
  text-decoration: none;
  display: block;
  z-index: 2;
}

.dropdown-content_fo a:hover {
  background-color: rgba(100,150,255,0.50)
}

.dropdown_fo:hover .dropdown-content_fo {
  display: block;
}


/*----------------------------------------------------------- */
/* (EN) Button - Image Selector - Drop Down Menu  */
/*----------------------------------------------------------- */
.dropbtn_en {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/button_select_image_en.png");
  width: 300px;
  height: 28px;
  border: none;
  position: absolute;
  top: 30px;
  left: 400px;
  cursor: pointer;
  z-index: 2;
}

.dropdown_en {
  position: fixed;
  display: inline-block;
  z-index: 2;
}

.dropdown-content_en {
  display: none;
  position: fixed;
  top: 58px;
  left: 400px;
  background-color: rgba(0,0,0,0.50);
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  overflow-y: scroll; 
  max-height:608px;
  z-index: 2;
}

.dropdown-content_en a {
  font-family: courier;
  font-size: 21px;
  color: white;
  padding: 3px 1px;
  text-decoration: none;
  display: block;
  z-index: 2;
}

.dropdown-content_en a:hover {
  background-color: rgba(100,150,255,0.50)
}

.dropdown_en:hover .dropdown-content_en {
  display: block;
}

/* Button - Language */
/*----------------------------------------------------------- */
.button_language_fo {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_language_fo.png");
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 30px;
  left: 1400px;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.button_language_fo:hover {
  background-image: url("Images/icon_language_fo_hover.png");
}

.button_language_en {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_language_en.png");
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 30px;
  left: 1400px;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.button_language_en:hover {
  background-image: url("Images/icon_language_en_hover.png");
}

/* Button - Audio */
/*----------------------------------------------------------- */
.button_sound_off {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_sound_off.png");
  width: 41px;
  height: 40px;
  border: none;
  position: absolute;
  top: 30px;
  left: 1350px;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.button_sound_off:hover {
  background-image: url("Images/icon_sound_off_hover.png");
}

.button_sound_on {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_sound_on.png");
  width: 41px;
  height: 40px;
  border: none;
  position: absolute;
  top: 30px;
  left: 1350px;
  cursor: pointer;
  z-index: 2;
}

.button_sound_on:hover {
  background-image: url("Images/icon_sound_on_hover.png");
}

/* Button - Language */
/*----------------------------------------------------------- */
.button_back {
  visibility: hidden;
  background-color: rgba(0,0,0,0.0);
  background-image: url("Images/icon_back.png");
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 30px;
  left: 1500px;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.button_back:hover {
  background-image: url("Images/icon_back_hover.png");
}
