@charset "UTF-8";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: 'Cairo', sans-serif;
    font-size: 1em;
    color:#222;
}
body{
min-width:720px;
margin:0px auto 0px auto;
max-width:90%;
}
br{
line-height:1em;
}
h1{
font-size: 2em;
color:#555;
  max-width:60%;
  height: auto;
}
h2{
font-size: 1.5em;
color:#555;
  max-width:60%;
  height: auto;
}
h3{
font-size: 1.3em;
color:#555;
  max-width:60%;
  height: auto;
}
a{
background:#33cc66;
color:#fff;
  padding:5px 5px 5px 5px;
  border-radius: 5px;
}
a:hover{
color:grey;
}
p{
width:66%;
background:#888;
color:#fff;
  padding:25px 25px 25px 25px;
  border-radius: 25px;
}
.green-background{
width:66%;
background:#33cc66;
color:#fff;
  padding:25px 25px 25px 25px;
  border-radius: 25px;
}
#logo{
  width:75px;
  height: auto;
margin:15px 0px 25px 0px;
float:left;
}
#adbox{
display:block;
    margin:40px 0px 25px 0px;
  max-width:33%;
  height:auto;
  border: 10px solid #A9A9A9;
  padding:25px 90px 25px 75px;
  border-radius: 25px;
  background:#fff;
  clear: left;
}
#tagline{
display:block;
float:left;
width:66%;
text-align:left;
clear: left;
margin:15px 0px 15px 0px;
}
#header-block{
display:block;
float:left;
text-align:left;
clear: left;
}
#header-img{
  max-width:66%;
  height:auto;
}
li{
margin:15px 0px 15px 0px;
list-style-type:none;
}
#energy-shot{
  max-width:66%;
  height: auto;
}
.youtube{
  max-width: 300px;
  height: auto;
}
#wrap-001{
display:block;
clear: left;
}
#wrap-002{
display:block;
clear: left;
}
.no-deco-a{
padding:0 0 0 0;
background:none;
}
.nobg{
background:none;
}
.can-opener{
font-size:30px;
cursor:pointer;
width:25px;
float:left;
margin:20px 0px 0px 10px;
/* 
position:fixed;
top:25px;
left:160px;
*/
background:#33cc66;
color:#fff;
  padding:16px 8px 16px 8px;
  border-radius: 25px;
}
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #818181;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  left: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
