

/*!
 * Gobal
 */




: root{
  position: fixed;
  width: 100%;
  height:100%;}


html,
body {
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;

}

html {
  /* only disable pull-to-refresh but allow swipe navigations */
  overscroll-behavior-y: contain;
}

body{
  font-family: Helvetica, sans-serif;
  font-size: 12px;
}

img{
  width: 100%;
}

a{
  color: black;
  text-decoration: underline;
}

.separate{
  display: block;
  margin: 30px;
}


::-webkit-scrollbar {
    width:1px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: black;
  outline: 1px solid slategrey;
}


.over{
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling:hidden;
  overflow: hidden;
}


/*******    mobile-menu    ********/

/* header */

.header {
    position: fixed;
    width: 100%;
    z-index: 3;
    left: 0;
    float: left;
    display: block;

}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: scroll;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch; // mobile safari
  background-color: #fff;
}

.header li a {
  color: black;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  text-decoration: underline;
}

.header li span{
  color: black;
  display: block;
  padding: 10px 10px;
  text-decoration: underline;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  z-index: 10;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  position: relative;
  top: -60px;
  background: rgba(255,255,255,0.9);
  max-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 20px;
  overflow: auto;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.header .menu-btn:checked ~ .nav{
display: block;
}


/*******  mobile-menu-end  ********/


.nav{
  display: none;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overscroll-behavior-y: contain;
}



h3 {
text-align: center;
}

/* PHONE VERSION */
@media only screen and (min-width: 320px) {
h3:after {
content: ' - PHONE';
display: inline;
}

.mobile-home-img-wrap{
  display: table; height: 100vh;
}

.home-img{
  display: none;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 3;
    left: 0;
    float: left;
    display: block;
    overflow: hidden; 
    overflow-y: hidden;
    -webkit-overflow-scrolling:hidden; // mobile safari
}





}


/* TABLET VERSION */
@media only screen and (min-width: 768px) {
h3:after {
content: ' - TABLET';
display: inline;
}

.home-img{
  display: block;
}

.mobile-home-img-wrap{
  display: none;
}

.header{
      display: none;
}

  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    max-height: none;
    display: block;
  }
  .header .menu-icon {
    display: none;
  }

.header {
position: relative;}

.header li{
float: none;
display:block;
position: relative;
}

.header li.first-nav{
  width: 100%;
  display:inline-block;
  float: left;
}


#secondflexbox li{
  margin-top: 50px;
}
ul.nav{
  margin-bottom: 50px;

}

#secondflexbox{
    position: relative;
    z-index: 20;
    display: block;
    width: 100%;}


#secondflexbox li.first-nav{
  width: 100%;
  display:inline-block;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
}


#secondflexbox li,
#thirdflexbox li{
    list-style: none;
}

#firstflexbox li a,
#secondflexbox li a{
  color: black;
  padding: 5px 30px;
  text-decoration: none;
}


#thirdflexbox li a {
  color: black;
  display: block;
  padding: 5px 30px;
  text-decoration: none;
}


#firstflexbox li a:hover,
#secondflexbox li a:hover,
#thirdflexbox li a:hover{
  text-decoration: underline;
}

#thirdflexbox li span{
  color: black;
  display: block;
  padding: 10px 30px;
  text-decoration: underline;
}




  .header ul {

    overflow: hidden;
    overflow-y: hidden;}


div#scroll {
width: 100%;
height: 600px;
overflow-x: hidden;
overflow-y: auto;
padding-right: 10px;
}

div#submenu-scroll {
width: 100%;
height: 600px;
overflow-x: hidden;
overflow-y: auto;
}


.mega-center{
  width: 800px;
  padding: 10px;
  height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}




}


/* DESKTOP VERSION */
@media only screen and (min-width: 980px) {

h3:after {
content: ' - DESKTOP';
display: inline;
}
.home-img{
  display: block;
}
.mobile-home-img-wrap{
  display: none;
}


.header{
      display: none;
}


  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    max-height: none;
    display: block;
  }

.header .menu{
    display: block;
}

.header .menu-icon {
    display: none;
  }

.header {
position: relative;}

.header li{
float: none;
display:block;
position: relative;
}

.header li.first-nav{
  width: 100%;
  display:inline-block;
  float: left;
}



#secondflexbox li{
  margin-top: 50px;
}
ul.nav{
  margin-bottom: 50px;

}

#secondflexbox{
    position: relative;
    z-index: 20;
    display: block;
    width: 100%;}


#secondflexbox li.first-nav{
  width: 100%;
  display:inline-block;
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
}


#secondflexbox li,
#thirdflexbox li{
    list-style: none;
}

#firstflexbox li a,
#secondflexbox li a{
  color: black;
  padding: 5px 30px;
  text-decoration: none;
}


#thirdflexbox li a {
  color: black;
  display: block;
  padding: 5px 30px;
  text-decoration: none;
}


#firstflexbox li a:hover,
#secondflexbox li a:hover,
#thirdflexbox li a:hover{
  text-decoration: underline;
}

#thirdflexbox li span{
  color: black;
  display: block;
  padding: 10px 30px;
  text-decoration: underline;
}


.mega-center{
  width: 1200px;
  padding: 10px;
  height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}

div#scroll {
width: 100%;
height: 600px;
overflow-x: hidden;
overflow-y: auto;
padding-right: 10px;
}

div#submenu-scroll {
height: 600px;
overflow-x: hidden;
overflow-y: auto;
}

.header ul {

    overflow: hidden;
    overflow-y: hidden;}


}


/* 48em = 768px */

@media (min-width: 48em) {

}
/**/
