body {

	font-size:1rem;

}

h2{
    
    line-height: 3rem;
    padding:0rem 1rem;
    
}

h3{

    padding:0em 0.5em;	
	 
}

.content{
    
    width:100%;
    float:left;
    
}

#header #header-top span{
    
    padding-left : 5rem;
    background-position: 2rem;
    
}

#logo-box span{
    
    font-size:1.5rem;
    margin-top:1.2rem;
    
}

.content{
    
    margin-bottom:0rem;
    
}

.content p{
    
    font-size:1rem;
    line-height: 1.7rem;
    padding:1rem;
    
}

#flipbook{
    
   margin-top:5%;
  
}

#footer #footer-wrap{
    
    width:100%;
    
}

#footer{
    
    /*display:none;*/
    
}

.eagle-back{

    background-image: none;
    
}

.mob-back{
    
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/_back.png");
    background-size:cover;
    min-height: 53rem;
    
}

/*ipad*/
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px){
    
    
    #footer{
    
        display:none;
    
    }
    
}

/*ipad landscape*/
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape){

    
    #footer{
    
        display:none;
    
    }
    
    .mob-back{
    
        min-height: 37rem !important;
    
    }

}

/*ipad-pro*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    
   
     #footer{
    
        display:none;
    
    }
    .mob-back{
    
        min-height: 74.5rem;
    
    }
    
    
}

/*ipad-pro landscape*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape){

    
     #footer{
    
        display:none;
    
    }

}

/*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;

    }
    
}



