/*==================================================
			Bootstrap 4 Media Queries         
==================================================*/



/* Medium Devices (Landscape Tablets & Medium Desktops) */


@media (min-width: 768px) and (max-width: 991px) {

.navbar {

    background: transparent;
}

 .height-max {

   background-attachment: scroll;
   background-repeat: no-repeat; 
}
    
  #footer-bottom {
      
      display: none;
  }
  
  
      
#header {
    
    background-attachment: scroll;
    background-repeat: no-repeat; 
}


#coachbio {
    
    background-attachment: scroll;
    background-repeat: no-repeat; 
}

   #biocoach img {
    
    
    width: 50%;
    height: 300px;
   
}



}



/* Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
    
    .navbar {

    background: transparent;
}
    
        
#header p {
  
    font-size: 15px;
}

    
#header {
    
    background-attachment: scroll;
    background-repeat: no-repeat; 
}


#coachbio {
    
    background-attachment: scroll;
    background-repeat: no-repeat; 
}

   #biocoach img {
    
    
    width: 50%;
    height: 300px;
   
}

.title-heading {
   
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px;  
}


        
.height-max {

   background-attachment: scroll;
   background-repeat: no-repeat; 
  }
    

    
#footer-cover {
    
    background-attachment: scroll;
    background-repeat: no-repeat; 
    }
    
      #footer-bottom {
      
      display: none;
  }
    
     
    
}




/* Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 480px) {
    
        .navbar {

    background: transparent;
}
    
    
    
    #header p {

   font-size: 15px;

}

    
#header {
    
    background-attachment: scroll;
    background-repeat: no-repeat; 
}


#coachbio {
    
    background-attachment: scroll;
    background-repeat: no-repeat; 
}

   #biocoach img {
    
    
    width: 50%;
    height: 300px;
   
}


.title-heading {
   
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px; 
}
  


.height-max {

   background-attachment: scroll;
   background-repeat: no-repeat; 
}


#analytics {

    background-attachment: scroll;
    background-repeat: no-repeat; 
    }
#footer-cover {
    
    background-attachment: scroll;
    background-repeat: no-repeat; 
    }
    
      #footer-bottom {
      
      display: none;
  }
        
    
}




/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 320px) {
    
    #header p {

  
    font-size: 15px;

}

    
#header {
    
    background-attachment: scroll;
    background-repeat: no-repeat; 
}


#coachbio {
    
    background-attachment: scroll;
    background-repeat: no-repeat; 
}

   #biocoach img {
    
    
    width: 50%;
    height: 300px;
   
}


.title-heading {
   
    font-weight: 300;
    font-size: 20px;
    padding-top: 20px;
    
}

   
.navbar {

    background: transparent;
}


.height-max {

   background-attachment: scroll;
   background-repeat: no-repeat; 
  }
    

    
#footer-cover {
    
    background-attachment: scroll;
    background-repeat: no-repeat; 
}


  #footer-bottom {
      
      display: none;
  }


}

