@charset "utf-8";
/* CSS Document */

 body {
  width: 100%;
  position: relative;
   }
a {
  font-family: "PT Sans", sans-serif;
}

h1 {
  font-family: "PT Sans", sans-serif;
  font-size: 3rem;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
}

.text {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.mobile-nav-button {
  position: absolute;
  margin: 2rem;
  right: 0;
  xtop: 0;
  margin-top:20px;
  z-index: 9999;
  cursor: pointer;
  width: 25px;
  height: 20px;
 }
.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 2px;
  background: #0e0e0e;
  position: relative;
  transition: 1s ease;
 }
 
 
 
 
 
 
 
 
 
 
.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
  margin: 0.4rem 0;
}











.mobile-nav-button .mobile-nav-button__line--1 {
  transform: rotate(45deg);
  top: 8px;
  position: absolute;
}
.mobile-nav-button .mobile-nav-button__line--2 {
  display: none;
}
.mobile-nav-button .mobile-nav-button__line--3 {
  transform: rotate(135deg);
  top: 8px;
  position: absolute;
}

 .mobile-menu {
   visibility:hidden;
   display: block;
   max-width: 100%;
   width: 100%;
   right: -100%;
   height: 100vh;
   position: fixed;
   z-index: 888;
   transition: 0.6s ease;
   top: 0;
   opacity: 0;
  }


.mobile_menu_inner {
   visibility:visible;
   display: block;
   max-width: 100%;
   width: 100%;
   right: -100%;
   height: 100vh;
   z-index: 899;
   transition: 0.6s ease;
   top: 0;
   opacity:1;
   background-color:#fff;
   float:right;
   overflow:hidden;
   
}


.mobile_btn{
  width:52%; 
  height:50px; 
  float:left;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:700;
  text-align:left;
  margin-left:5.4%;
  border-top:1px solid;
  border-top-color:#eee;
  line-height:52px;
  xpadding-left:10%;
  visibility:visible;
  display:block;
 }
.mobile_btn:hover{
	background-color:#f5f5f5;
}
.inner_mobile_btn{
  width:100%; 
  height:50px; 
  float:left;	
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:700;
  text-align:left;
  margin-left:16%;
  margin-top:2px;
  border-top:1px solid;
  border-top-color:#eee;
  line-height:52px;
  visibility:visible;
  display:block;
  xbackground-color:red;
 }
.inner_mobile_btn:hover{
	background-color:#f5f5f5;
}

.target{width:100%; height:0px; float:right;   overflow:hidden;}


.mobile-menu ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.mobile-menu ul li {
  list-style: none;
}
.mobile-menu ul li a {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #0e0e0e;
  font-size: 3rem;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  
}
.mobile-menu ul li a:after {
  content: "";
  background: #0e0e0e;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: 0.4s ease;
  }
.mobile-menu ul li a:hover {
  color: #fff;
}
.mobile-menu ul li a:hover:after {
  right: 0;
}
.mobile-menu img {
  position: absolute;
  width: 150px;
  display: block;
  left: 50%;
  top: 3rem;
  transform: translatex(-50%);
  padding: 0;
  text-align: center;
}

.mobile-menu--open {
  right: 0;
  opacity: 1;
}
.mobile_menu_inner--open {
  right: 0;
  opacity: 1;
      
}


#blog_categories_inner{ font-size:14px;}
h1{ font-size:36px;}
h2{ font-size:28px; line-height:36px;}

 
 
























