body {

    font-size:1rem;
    background:none;

}

#header #header-top span{
    
    padding-left : 5rem;
    background-position: 2rem;
    
}

#logo-box{
    
    min-width:1rem; 
    width:100%;
}

#logo-box img{
    
    display: none;
    
}

#logo-box span{
    
    font-size:1rem;
    margin-top:0rem;
    margin-left:0rem;
    text-align:center;
    min-width:1rem;
    width:100%;
}

#header #header-top span{
    
    font-size:0.8rem;
    
}

.overlay{
    
    height:300%;
    
}

.content{
    
    width:100%;
    float:left;
    margin-bottom:0rem;
    padding:0rem;
}

.content p{
    
    font-size:0.8rem;
    line-height: 1.3rem;
    padding:0.5rem;
    
}

#bacheca{
    
    min-height: 1rem;
        
}

#bacheca a{
    
    margin:1rem;
    width:37%;
    
}

#flipbook{
    
   margin-top:13%;
  
}

.eagle-back{

    background-image: none;
    
}

.mob-back{
    
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/_back.png");
    background-size:cover;
    
}

#footer{
    
    display:none;
    
}

#footer #footer-wrap{
    
    width:100%;
    
}


/* iphone5 ----------- */
@media only screen and (max-width: 320px){
    
    #footer{

        display:none !important;

    }
	
}

/*iPhone X in landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (-webkit-device-pixel-ratio : 3)
and (orientation : landscape) { 

    #footer{

        display:none !important;

    }

    #flipbook{
    
        margin-top:10%;
  
    }
    
    
}

/*iPhone 6, 7, & 8*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 

    #footer{

        display:none !important;

    }

}

/*iPhone 6, 7, & 8 in landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 

    #footer{

        display:none !important;

    }

}

/*iPhone 6, 7, & 8 Plus*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) { 

    #footer{

        display:none !important;

    }

}


/*iPhone 6, 7, & 8 Plus in landscape*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
    
    
    #footer{

        display:none !important;

    }
    
}
