/* ipads  (landscape) ----------- */
@media only screen and (max-width: 1034px) 
{
.intro_text{
position:absolute;
font-size: 65px;
line-height: 70px;  
color: #ffffff;
margin-top: 20px;
margin-left: 20px;
width: 400px;
}

/* bio -- Mobile */
.menu-icon {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 50%;
  z-index: 10;
}
.menu-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
}
.menu-icon span:before, .menu-icon span:after {
  content: "";
  background-color: #ffffff;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 10;
  left: 0;
  transform: translateY(-6px);
  transition: transform 0.125s;
}
.menu-icon span:after {
  transform: translateY(6px);
}
.menu-icon:hover span:before {
  transform: translateY(-6px);
}
.menu-icon:hover span:after {
  transform: translateY(6px);
}

.menu-icon-cross {
  background-color: #000000;
  transition: transform 0.25s;
}
.menu-icon-cross span::before, .menu-icon-cross span::after {
  transform-origin: 50% 50%;
}
.menu-icon-cross span {
  transition: background 0.25s, transform 0.25s;
}
.menu-icon-cross svg {
  width: 40px;
  height: 40px;
  fill: transparent;
  stroke-width: 2px;
  stroke: #fff;
  stroke-dashArray: 165;
  stroke-dashOffset: 165;
  transition: stroke-dashOffset 0.5s, fill 0.25s;
}
.menu-icon-cross.isOpen {
  transform: rotate(180deg);
}
.menu-icon-cross.isOpen span {
  background: transparent;
}
.menu-icon-cross.isOpen span:before {
width: 16px;
transform: translateY(0) rotate(45deg);
}
.menu-icon-cross.isOpen span:after {
width: 16px;
transform: translateY(0) rotate(-45deg);
}
.menu-icon-cross.isOpen svg {
  width: 40px;
  height: 40px;
  stroke-dashOffset: 0;
}
.menu-icon-cross.isOpen:hover svg {
  fill: rgba(0, 0, 0, 0.1);
}

/* bio -- Mobile */
.logo{
position:absolute;
font-family:graphik-super;
color: rgba(255, 0, 0, .0);
font-size: 35px;
margin-top: 20px;
margin-left: 20px;
visibility: hidden;
z-index: 9;
}

.logo.show{
position:absolute;
font-family:graphik-super;
color: rgba(255, 255, 255, 1.0);
font-size: 35px; 
margin-top: 20px;
margin-left: 20px;
visibility: visible;
z-index: 9;
}

.bio{
position:absolute;
font-family:graphik-regular;
color: rgba(255, 0, 0, .0);
font-size: 14px;
line-height: 18px;
margin-top: 90px;
margin-left: 20px;
padding-right: 30px;
visibility: hidden;
transition: all .125s;
    z-index: 9;
}

.bio.show2{
position:absolute;
font-family:graphik-regular;
color: rgba(255, 255, 255, 1.0);
font-size: 14px;
line-height: 18px;
margin-top: 80px;
margin-left: 20px;
padding-right: 30px;
visibility: visible;
z-index: 9;
}


}


/* ipads  (portrait) ----------- */
@media only screen and (max-width: 778px) 
{
.intro_text{
position:absolute;
font-size: 55px;
line-height: 60px;  
color: #ffffff;
margin-top: 20px;
margin-left: 20px;
width: 400px;
}
}


/* iphone (landscape) ----------- */
@media only screen and (max-width: 677px) 
{
.intro_text{
position:absolute;
font-size: 40px;
line-height: 45px;  
color: #ffffff;
margin-top: 20px;
margin-left: 20px;
width: 300px;
}	
}



/* iphone (portrait) ----------- */
@media only screen and (max-width: 385px) 
{
.intro_text{
position:absolute;
font-size: 35px;
line-height: 40px;  
color: #ffffff;
margin-top: 20px;
margin-left: 20px;
width: 250px;
}	
}






