/*@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,300i,400,400i,500,500i,700,700i');
*/@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,900');
html, body { 
  height: 100%; 
  padding: 0; 
  margin: 0; 
  position: relative;
}
@font-face {
    font-family: myFutura;
    src: url(../Futura_Bold.otf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: 'Roboto', sans-serif;
}


h1{
  margin-left: 3%;
  text-decoration: none;
  font-weight: 400;
  font-size:21px;
}
header{
  position: fixed;
  background-color: #f2f2f2;
  width: 100%;
  z-index: 1;
}

#title a{
  text-decoration: none;
}
#title-main a{
  text-decoration: none;
  color: white; 
}
#next a{
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    position: fixed;
    margin-left: 90%;
    top:0;
    margin-top: 2.6%;
    text-align: left;
    color: black;
    z-index: 1;

}

#next a:hover{
  text-decoration-line: underline;
  text-decoration-color: blue;
  text-decoration-style: double;
}

#title-main h1{
/*  width: 100%;
*/    font-family: myFutura, sans-serif;
    font-size: 5vw;
    margin-left: 2%;
    position: fixed;
    top:0;
    margin-top: 2%;
    text-align: left;
    color: white;
    z-index: 1;
}
#title-main span{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2vw;
    position: absolute;
    margin-left: 2%;
    position: fixed;
    top:0;
    margin-top: 8%;
    text-align: left;
    color: white;
    z-index: 1;
}
.grid-container {
  display: grid;
  grid-template: 300px / 300px 300px 300px;
  grid-template-rows: 350px;
  grid-template-columns: 20% 20% 20%;
  grid-row-gap: 0;
/*  grid-gap: 2px;
  padding: 2px;*/
}
.grid-container img {
  max-width: 100% !important;
}
.home_content img{
  display: block;
}


.grid-container > div {
/*  width: 200px;*/
  text-align: center;
  padding: 2px;
}
.grid-container div{
  max-height: 100%;
  max-width: 100%;

}
#title h1{
/*  width: 100%;
*/    font-family: myFutura, sans-serif;
    font-size: 5vw;
    margin-left: 2%;
    position: absolute;
    top:0;
    margin-top: 2%;
    text-align: left;
    color: black;
}
#title span{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2vw;
    position: absolute;
    margin-left: 13%;
    position: absolute;
    top:0;
    margin-top: 2.6%;
    text-align: left;
    color: black;
}


#home_content #title h1 a{
    color: white;
}
#home_content #title span{
    color: white;
}
#home_content a img {
  opacity: 1;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
#objects a span{
  display: none;
  width: 100%;
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3vw;
    position: absolute;
    position: absolute;
    top:0;
    margin-top: 25%;
    text-align: center;
    text-decoration: underline;
    color: white;
}


#home_content :hover img {
  /*opacity: .7;*/
}
#home_content :hover span {
  opacity: 1;
  display: block;
}

#self-defense a span{
  display: none;
  width: 100%;
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3vw;
    position: absolute;
    position: absolute;
    top:0;
    margin-top: 82%;
    text-align: center;
    text-decoration: underline;
    color: white;
}
#yoga a span{
  display: none;
  width: 100%;
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3vw;
    position: absolute;
    position: absolute;
    top:0;
    margin-top: 137%;
    text-align: center;
    text-decoration: underline;
    color: white;
}
#workshops a span{
  display: none;
  width: 100%;
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3vw;
    position: absolute;
    position: absolute;
    top:0;
    margin-top: 193%;
    text-align: center;
    text-decoration: underline;
    color: white;
}

#consulting a span{
  display: none;
  width: 100%;
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3vw;
    position: absolute;
    position: absolute;
    top:0;
    margin-top: 250%;
    text-align: center;
    text-decoration: underline;
    color: white;
}

#presentation a span{
  display: none;
  width: 100%;
  font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3vw;
    position: absolute;
    position: absolute;
    top:0;
    margin-top: 305%;
    text-align: center;
    text-decoration: underline;
    color: white;
}

ul{    
  display: table;
  list-style: none;
  opacity: 1;
  padding: 0;
  table-layout: fixed;
}


li {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-left: 20px;
}

li a {
  text-align: center;
  text-decoration: none;
  background-color: #f2f2f2;
  color: rgb(143,143,143);
  font-size: 11px;
  top: -20px;
}


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

a:hover{
  text-decoration-line: underline;
  text-decoration-color: blue;
  text-decoration-style: double;
}

h2{
  font-weight: 400;
/*  font-size: 1.3vw;
*/  color: black;
  font-size: 18px;
/*  width: 75%;
*/}

h3{
  font-weight: 400;
  font-size: 1.1vw;
/*  margin-top: 3%;*/
}

h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

h5{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}


#image{
  text-align: center;
}
#problems{
  margin-top: 5%;
}
#problems ul{
    list-style-type: none;
    padding-left: 0%;
}
#problems li {
    padding-bottom: 0.6%;

}
#page-wrap {
    width: 95%;
    margin-top: 10%;
    margin-left: 2%;
    position: absolute;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    /*min-height: 100vh;*/ /* will cover the 100% of viewport */
 overflow: hidden;
 display: block;
 position: relative;
 padding-bottom: 1px;
}

#page-wrap h2{
 width: 60%;
}
#objects-page a{
  text-decoration: underline;
  text-decoration-color: blue; 
}

#objects-page a:hover{
    text-decoration: underline;
  text-decoration-color: blue;
  text-decoration-style: double; 
}

img{
  width: 100%;
}
/*#page-wrap a:hover{
	background-color: yellow;
}*/

a img{
	vertical-align:text-bottom;
  display: block;
}

footer{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1vw;
    text-align: left;
    color: white;
    background-color: #626664;
}

.allfooter{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1vw;
  text-align: left;
  color: black;
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 2%;
}

#glasses span{
  font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2.5vw;
    position: absolute;
    top: 120%;
    left: 3%;
    color: white;
}

#page-wrap img{
  max-width: 60%;
}

#workshop-img img{
  max-width: 100%;
}

@media only screen and (min-width : 0px) and (max-width: 800px) {
  #page-wrap h2{
    width: 100%;
  }
  #page-wrap img{
    max-width: 100%;
  }
.grid-container {
  display: grid;
  grid-template: 300px / 300px 300px 300px;
  grid-template-rows: 350px;
  grid-template-columns: 30% 30% 30%;
/*  grid-gap: 2px;
  padding: 2px;*/
}
.grid-container img {
  max-width: 100% !important;
}

.grid-container > div {
/*  width: 300px;
*/  text-align: center;
  padding: 2px;
}
.grid-container div{
  max-height: 100%;
  grid-template-rows: 100%;
}
#title h1{
/*  width: 100%;
*/    font-family: myFutura, sans-serif;
    font-size: 7vw;
    margin-left: 2%;
    position: absolute;
    top:0;
    margin-top: 2%;
    text-align: left;
    color: black;
}
#title span{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 3vw;
    position: absolute;
    margin-left: 18%;
    position: absolute;
    top:0;
    margin-top: 2.6%;
    text-align: left;
    color: black;
}


#next a{
    margin-left: 83%;
    font-size: 14px;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1324px){ 
li {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-left: 25px;

}

li a {
  text-align: center;
  text-decoration: none;
  background-color: #f2f2f2;
  color: rgb(143,143,143);
  font-size: 18px;
}

h2{
	width: 100%;
}
#page-wrap{
/*  width: 50% !important;
*/  margin-top: 100px;
}

#page-wrap h2{
/*  width: 50% !important;
*/
  font-size: 25px;
}

#page-wrap h1{
  font-size: 30px;
}
#page-wrap h3{
  font-size: 20px;
}
#page-wrap img{
    max-width: 100%;

}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 667px){
header{
  height: 80px;
}
ul{
  margin-top: 30px;

}

li {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-left: 25px;

}
#menuToggle{
  width: 30px;
}
.grid-container {
  display: grid;
/*  grid-template: 100% / 100% 100% 100%;
  grid-template-rows: 100%;
  grid-template-columns: 100%;*/
    grid-template: 300px / 300px;
  grid-template-rows: 1400px;
  grid-template-columns: 100%;
}
.grid-container img {
  max-width: 100% !important;
}


.grid-container > div {
/*  width: 300px;
*/  text-align: center;
  padding: 2px;
}
/*li a {
  text-align: center;
  text-decoration: none;
  background-color: #f2f2f2;
  color: rgb(143,143,143);
  font-size: 18px;
}*/

h2{
	width: 100%;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

footer{
  font-size: 3.5vw;
}

.allfooter{
  font-size: 3.5vw;
  margin-bottom: 2vw;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#defense a{
  font-size: 25px;
}

#objects a span{
  display: block;
}
#self-defense a span{
  display: block;
}
#yoga a span{
  display: block;
}
#workshops a span{
  display: block;
}
#consulting a span{
  display: block;
}
#presentation a span{
  display: block;
}


#title h1{
/*  width: 100%;
*/    font-family: myFutura, sans-serif;
    font-size: 8.5vw;
    margin-left: 2%;
    position: absolute;
    top:0;
    margin-top: 2%;
    text-align: left;
    color: black;
}
#title span{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 3.7vw;
    position: absolute;
    margin-left: 21%;
    position: absolute;
    top:0;
    margin-top: 2.6%;
    text-align: left;
    color: black;
}

#next a{
    margin-left: 83%;
    font-size: 24px;
}

#page-wrap{
  margin-top: 100px;
}

#page-wrap h2{
  font-size: 25px;
  width: 100%;
}

#page-wrap h1{
  font-size: 40px;
}
#page-wrap h3{
  font-size: 20px;
}
#page-wrap img{
  max-width: 100%;
}
footer{
    font-size: 2.1vw;
}
#menuToggle span{
  display: block;
  width: 40px !important;
  height: 7px !important;
  margin-left: 7%;
  margin-bottom: 5px;
  position: relative;
  
  background: black;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menu{
  display:none;
  position: absolute;
  background-color: white;
  width: 170px !important;
  height: 310px!important;
  margin: -100px 0 0 -100px !important;
  padding: 50px;
  padding-right: 0px !important;
  padding-top: 125px;
    text-align: right;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li{
  margin: 20px 0;
  font-size: 28px !important;
  margin-left: 0;
}
#menu a:hover{
  text-decoration: underline;
  text-decoration-color: blue;
  text-decoration-style: double; 
}
#menuToggle input:checked ~ ul{
  transform: none !important;
  display: block;

}

}
@media only screen and (min-device-width : 700px) and (max-device-width : 1024px){
header{
  height: 80px;
}
ul{
  margin-top: 30px;

}

li {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-left: 25px;

}
#menuToggle{
  width: 30px;
}

/*li a {
  text-align: center;
  text-decoration: none;
  background-color: #f2f2f2;
  color: rgb(143,143,143);
  font-size: 18px;
}*/

h2{
  width: 100%;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

footer{
  font-size: 3vw;
}

.allfooter{
  font-size: 3vw;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#defense a{
  font-size: 25px;
}

#objects a span{
  display: block;
}
#self-defense a span{
  display: block;
}
#yoga a span{
  display: block;
}
#workshops a span{
  display: block;
}
#consulting a span{
  display: block;
}
#presentation a span{
  display: block;
}


#title h1{
/*  width: 100%;
*/    font-family: myFutura, sans-serif;
    font-size: 7vw;
    margin-left: 2%;
    position: absolute;
    top:0;
    margin-top: 2%;
    text-align: left;
    color: black;
}
#title span{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 3vw;
    position: absolute;
    margin-left: 18%;
    position: absolute;
    top:0;
    margin-top: 2.6%;
    text-align: left;
    color: black;
}

#next a{
    margin-left: 83%;
    font-size: 24px;
}

#page-wrap{
  margin-top: 100px;
}

#page-wrap h2{
  font-size: 25px;
  width: 100%;
}

#page-wrap h1{
  font-size: 40px;
}
#page-wrap h3{
  font-size: 20px;
}
#page-wrap img{
  max-width: 100%;
}
footer{
    font-size: 2.1vw;
}
#menuToggle span{
  display: block;
  width: 40px !important;
  height: 7px !important;
  margin-left: 7%;
  margin-bottom: 5px;
  position: relative;
  
  background: black;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menu{
  display:none;
  position: absolute;
  background-color: white;
  width: 170px !important;
  height: 370px!important;
  margin: -100px 0 0 -100px !important;
  padding: 50px;
  padding-right: 0px !important;
  padding-top: 125px;
    text-align: right;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li{
  margin: 20px 0;
  font-size: 28px !important;
  margin-left: 0;
}
#menu a:hover{
  text-decoration: underline;
  text-decoration-color: blue;
  text-decoration-style: double; 
}
#menuToggle input:checked ~ ul{
  transform: none !important;
  display: block;

}

}

#burgermenu a{
  text-decoration: none;
  color: black;
  
  transition: color 0.3s ease;
}

#menuToggle{
  display: block;
  position: relative;
  top: 40px;
  left: 87%;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
    margin-left: 7%;

  left: -5px;
  
  cursor: pointer;
  
  opacity: 0;  /*hide this*/ 
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-left: 7%;
  margin-bottom: 5px;
  position: relative;
  
  background: black;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}


#menuToggle span:first-child{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}
body{
  overflow-x: hidden;
}

#menu{
  position: absolute;
  width: 120px;
  height: 200px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
    text-align: right;

  
/*  background: #ededed;*/
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li{
  margin: 20px 0;
  font-size: 18px;
  margin-left: 0;
}
#menu a:hover{
  text-decoration: underline;
  text-decoration-color: blue;
  text-decoration-style: double; 
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul{
  transform: none;
}

