
@font-face {
  font-family: DollieScript;
  src: url("DOLLIESCRIPT.TTF");
}
@font-face {
  font-family: comic;
  src: url('Courier New');
}
@font-face {
  font-family: sripting;
  src: url('segoesc.ttf');
}

html, body, #fullheight {
    overscroll-behavior-y: none;
    overscroll-behavior: none;
    scroll-behavior: smooth;
}
.scroll-container {
  /* overflow-y: auto; */
  height: 100dvh;
}
body {
    min-height: 80svh;
    height: 100svh;
}
* {
  padding: 0; 
  margin: 0;
  font-family: comic;
  box-sizing: border-box;
  color: #0247ae;
  scroll-behavior: smooth !important;
}
/* Container for flexboxes */
.container {
  display: flex;
  flex-wrap: wrap;
}
/* ---- SPECIALS ---Container for flexboxes */
.container_02 {
  display: flex;
  flex-wrap: wrap;
}
/* ---- SPECIALS ---Container for flexboxes */
.container_mort {  
  display: flex;
  flex-direction: row;
  background-color: DodgerBlue;
}
.container_mort div {
  background-color: #f1f1f1;
  width: 23%;
  margin: 1%;
  padding: 2%;
  text-align: center;  
  font-size: 3svh;
  height:auto;
}
#mort_img{
  width:100%;
  height:auto;
}
/* Create  equal columns */
.column_00 {
  flex: 25%;
  padding: 20px;
  min-height: 80svh;
}
/*
.column_01 {
  height: 80vh;
  flex: 50%;
  padding: 0%;
  border: solid 1px #fff;
}
  */
/* ----- SPECIALS page 2 ----- */
.column_02 {
  height: 80vh;
  flex: 33.3%;
  padding: 3%;  
  background-image: url("imgs/cafe.png");
  background-color: #cccccc;
}
/* -------------------- unvisited link */
a:link {
  color: #0246ac;
  text-decoration: none;
}
/* --------------------- visited link */
a:visited {
  color: #0246ac;
}
/* ---------------------- mouse over link */
a:hover {
  color: #c40000;
  text-decoration: underline;
}
/* ----------------------- selected link */
a:active {
  color: #fff;
}
/*--------------- HYPOS --------------- */
.hypolinks{
    z-index:777;
    position: fixed;
    top: -6px;
    right: 2%;
    width: auto;
    padding:1% 0.5% 0.5% 0.5%;
    height:auto;
    background-color: #ffff00;
    text-align:right;
    overflow: hidden;
    font-size:2vw;
    opacity:1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.hypMobHouse{
    z-index:500;
    position: fixed;
    top:0%;
    right:1.5%;
    width:0px;
    height:0%;
    opacity:0;
    /*background-color: #fa00bb;*/
}
.hypolinksMobile{
    z-index:500;
    position: absolute;
    top: 2%;
    right: 3%;
    width: 30%;
    height:80%;
    padding:2% 2% 0% 2%;
    background-color: #ffff00;
    text-align:right;
    overflow: hidden;
    font-size:2vh;
    opacity:0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor:pointer; 
}
.tagSet{
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0%;
    left:-50%;
    width:120%;
    height:100%;
    /*background-color: #f2158e;*/
    opacity:1;
    margin-left:20%;
    padding:0% 0% 0% 3%;
    overflow:hidden;
    font-size:1.2vh;
}
.fullSet{
    position:absolute;
    margin-left:10%;
    text-align:center;
    width:0%;
    height:100%;
    /*background-color: #15f257;*/
    opacity:0;
    overflow:hidden;
    font-size:2.8vh;
}
/* ----------- MAIN BUILD -------------- */
.thisOne {
  position:fixed;
  top:0%;
  text-align:center; 
  width:100%;
  height:20%;
  font-family:comic;
  font-size: 4vh;
  color: #ffff00;
  background-color: #0247ae;
}
/*
.coverAll{
  position:fixed;
  margin-top:20svh;
  padding-bottom:20svh;
  height:100svh;
  width:100%;
  background-color: yellow;
  overflow-y: auto;
}*/
.coverAll {
  position: fixed;
  top: 20svh;
  left: 0;
  height: 80svh; 
  width: 100%;
  background-color: yellow;
  overflow: auto; 
  display: flex;

  flex-direction: column;
}
#logoFirst{
    width:50svh;
    height:auto;
}
/* ----------- FRONT PAGE COLUMNS -------- */
#column_00_a{    
  background-image: url('imgs/clothbkg.png');
  /* background-color: rgba(255, 255, 255, 0.7);*/
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: left; 
  background-size: 100% 0%; 
  opacity:0;
  cursor:pointer;
	/* ........... animation ............. */
	animation-name: spac_in;
	animation-duration: 1.5s;
	animation-delay: 0.01s;
	animation-fill-mode: forwards;
	}
@keyframes spac_in {
	from {opacity: 0; background-size: 0% 0%; }
	to {opacity: 1;  background-size: 100% 100%; }
}
#column_00_b{
  background-image: url('imgs/menu_comp.png');
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: bottom;
  background-position: bottom; 
  background-size: 100% 0%; 
  opacity:0;
  cursor:pointer;
	/* ........... animation ............. */
	animation-name: menu_in;
	animation-duration: 1.5s;
	animation-delay: 0.01s;
	animation-fill-mode: forwards;
	}
@keyframes menu_in {
	from {opacity: 0; background-size: 0% 0%;}
	to {opacity: 1; background-size: 100% 100%;}
}
#column_00_c{
  background-image: url('imgs/mortons.png');  
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: bottom; 
  background-size: 100% 0%; 
  opacity:0;
  cursor:pointer;
	/* ........... animation ............. */
	animation-name: mortons_in;
	animation-duration: 1.5s;
	animation-delay: 0.1s;
	animation-fill-mode: forwards;
	}
@keyframes mortons_in {
	from {opacity: 0; background-size: 0% 100%; }
	to {opacity: 1; background-size: 100% 100%; }
}
#column_00_d{
  background-image: url('imgs/where1.png');  
  background-repeat: no-repeat;
  background-attachment: absolute;
  background-position: right; 
  background-size: 100% 0%; 
  opacity:0;
  cursor:pointer;
	/* ........... animation ............. */
	animation-name: where_in;
	animation-duration: 1.5s;
	animation-delay: 0.01s;
	animation-fill-mode: forwards;
	}
@keyframes where_in {
	from {opacity: 0; background-size: 0% 0%;}
	to {opacity: 1; background-size: 100% 100%;}
}
/* --------------- page sets --------------------*/
.Page0 {
  display: block;
}
.Page1 {
  display: none;
}
.Page2 {
  display: none;
}
.Page3 {
  display: none;
}
.Page4 {
  display: none;
}
.Page5 {
  display: none;
}
/* --------------- PAGE 2 & MENU1,2,3,4,5,6,7,8 ------------------*/
.container_top {
  display:flex; 
  flex-direction: row; 
  flex-wrap: nowrap; 
  justify-content: space-around; 
  margin: 20px;
}
.container_mob1 {
  display:flex; 
  flex-direction: row; 
  flex-wrap: nowrap; 
  width:auto;
  height:auto;
  padding-top:5px;
  padding-bottom:5px;

}
.container_mob2 {
  display:flex; 
  flex-direction: row; 
  flex-wrap: nowrap; 
  width:auto;
  height:auto;
}
.insideZone_front{
    height:80vh;
    padding: 0% 3% 3% 3%;
}
.insideZone{
      padding:4px;
  max-width:600px;
  height:auto;
  background-color: #ffff05e0;
  border-radius: 8px;
  font-size: 1.8rem;
  box-shadow: 5px 5px 15px 5px  rgba(66, 66, 66, 0.35);
  /* overflow-y: auto; 
    height:80vh;*/
    padding: 5% 3% 3% 3%;
}
#coverMenu1_front {
  position:fixed;
  top:80%;
  display: block;
  background-color: #ffff00;
  flex-shrink: 0;
}
#coverMenu2 {
  position:fixed;
  top:20%;
  display: none;
  background-color: #ffff00;
  flex-shrink: 0; /* Prevents the header from squishing */
}
#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8 {
  top:4%;
  display: none;
  flex-grow: 1;      /* Fills all remaining space down to the bottom */
  overflow-y: auto;  /* Creates the scrollbar inside the menu, keeping titles fixed */
  -webkit-overflow-scrolling: touch; /* Ensures smooth scrolling on mobile portrait views */
}
/*
#menu1{
  display: none;
  overflow-y:scroll;
}
#menu2{
  display: none;
  overflow-y:scroll;
}
#menu3{
  display: none;
  overflow-y:scroll;
}
#menu4{
  display: none;
  overflow-y:scroll;
}
#menu5{
  display: none;
  overflow-y:scroll;
}
#menu6{
  display: none;
  overflow-y:scroll;
}
#menu7{
  display: none;
  overflow-y:scroll;
}
#menu8{
  display: none;
  overflow-y:scroll;
}
  */
.selection { 
  font-family: DollieScript;
  border-radius: 0px 0px 10px 10px;
  font-size: 3vw;
  width:auto;
  padding-left:10px;
  padding-right:10px;
  margin-left:2px;
  margin-right:2px;
  background-color: #0247ae;
  color: #ffff00;
  cursor: pointer;
}
.selection_mob { 
  font-family: DollieScript;
  border-radius: 5px 5px 5px 5px;
  font-size: 3.6vh;
  width:200px;
  height:auto;
  padding-left:10px;
  padding-right:10px;
  margin-left:2px;
  margin-bottom:7px;
  margin-right:0px;
  background-color: #0247ae;
  color: #ffff00;
  cursor: pointer;
}
.setBox{
  box-sizing: border-box;
  width:100%;
  content: "";
  height:auto;
  overflow-y:scroll;
  display: table;
  margin-bottom:66px;
  clear: both;
}
.setBox_col_001{
  font-style: bold;
  float: left;
  width:70%;
  text-align:left;
  font-size:5vh;
  border-top: 1px solid #d4d403;
  /* background-color:yellow; */
}
.setBox_col_002{
  font-style: bold;
  float: right;
  text-align:right;
  font-size:5vh;
  width:30%;
  border-top: 1px solid #d4d403;
  /* background-color:pink; */
}
.setBox_col_003{
  font-style: bold;
  float: right;
  text-align:left;
  font-size:5vh;
  border-top: 1px solid #d4d403;
  width:100%;
}
.setBox_col_004{
  font-style: bold;
  float: right;
  text-align:left;
  font-size:5vh;
  border-top: 1px solid #ffff00;
  width:100%;
}
#h1_yellow{
    font-family: DollieScript;
    margin-top: 4%;
    color: #0247ae;
    font-size:9vh;
}
#menu_lesser{
  font-size: 3.6vh;
}
.header_where{
    font-family: DollieScript;
    font-size:4vw;

}
.container_where{
  column-count: 2;
}
.clo_where_1{
  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size:4vw;
}
/* 
################# RESPONSIVE ####################
#                
#
#
#
#
#
#################################################*/

/* extras to 992px wide or less keep a note of this difference  see below for others */
@media screen 
and (min-width: 1000px)
and (max-width: 1900px)
and (min-height: 740px)
and (max-height: 1155px) 
and (orientation: landscape){
  .hypolinks{
      font-size:1.8vw;
  }
}
/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  #coverMenu1{
    display: none;
  }
  #coverMenu2{
    display: block;
  }
  
  #menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8 {
    padding-top:8%;
  }
  .column_00 {
    flex: 50%;
  }
  .column_01 {
    flex: 50%;
    height: 40svh;
  }
  #column_02_a{
    min-width:100svw;
  }
  .column_02 {
    flex: 50%;
    height: 40svh;
  }
  .hypolinks{
    width:0%;
    height:0%;
    opacity:0;
  }  
  .hypolinksMobile{
    top: 2%;
    right: -1.5%;
    width: 30%;
    height:80%; 
    opacity:1;
  }
  .hypMobHouse{
    width:110px;
    height:14%;
    opacity:1;
  }
}
@media screen and (max-width: 485px) {
  .selection_mob{
    font-size:2.4vh;
  }
}

/* On screens that are 770px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 770px) {

  .column_00{
    min-height: 70svh;
  }
  .container {
    flex-direction: column;
  }
  .container_02 {
    flex-direction: column;
  }
  .container_mort {
    flex-direction: column;
  }
  .container_mort div {
    width: 98%;
    font-size: 3svh;
  }
  #mort_img{
    width:98%;
    height:auto;
  }

  .thisOne {
      font-size: 4vh;
  }
  .hypolinks{
    width:0%;
    height:0%;
    opacity:0;
  }  
  .hypolinksMobile{
    top: 2%;
    right: -1.5%;
    width: 30%;
    height:80%; 
    opacity:1;
  }  
  .hypMobHouse{
    width:120px;
    height:14%;
    opacity:1;
  }
}

@media screen and (max-width: 450px) {
#logoFirst{
    width:37svh;
    height:auto;
}
.thisOne {
  text-align:left; 
  padding-left:1%;
}
}
