/* Medium Devices, Desktops */
@media only screen and (max-width : 1280px) {    
    /*HREO AREA */
    #hero{max-height: 400px;
	background-position: 80% 10%;}    
    
    /* FEATURED CLIENTS SECTION*/
    #clients img{height: 50px;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 980px) {
    
    /*HREO AREA */
    #hero{height: 400px;
	background-position: 80% 18%;}
    
    /*ABOUT SECTION*/
    #about{padding-top: 40px;}
    
    /* FEATURED CLIENTS SECTION*/
    #clients {text-align: center;}
    #clients img{height: 40px;}
    #clients ul{float: none;}
    #clients h4 {display: none;}
    
    /* PORTFOLIO SECTION */
    #shotsByPlayerId li{width: 47%;}
    #shotsByPlayerId li:first-child{width: 97%;}
    
    .myphoto{text-align: center;}

    /*COLLUPSABLE NAVIGATION MENU*/
    .navbar-header {
	float: none;
}
    .navbar-left,.navbar-right {float: none !important;}
    .navbar-toggle {display: block;}
    .navbar-collapse.collapse {display: none!important;}
	.navbar-nav>li {
        float: none;
        padding-left: 30px;
		padding-right: 30px;
        overflow: hidden;
    }
    .collapse.in{display:block !important;}
}


/* Mobile Devices */
@media only screen and (max-width : 640px) {
	
    
    h2 {font-size: 2.55em;}
    h3{font-size: 1.5em}
    h4{font-size: 1.1em;}
    
    
    .myphoto{display: none;}

    
    /*Hero area*/
    #hero{height: 320px;
	background-position: 50% 15%;}    
    .herocontent{padding-top: 0px;}
    
    /*About section*/
    #about{text-align: center;}
    
  
    /*Footer*/
    .footerlinks li{display: none;}  
	#benefits .portfolioitems.container .container .row .col-12.wow.fadeInUp div .table tr th {font-size: 0.8em
}
#benefits .portfolioitems.container .container .row .col-12.wow.fadeInUp div .table tr td div {font-size: 0.8em
}
}     
}

/* Smaller Mobile Devices */
@media only screen and (max-width : 480px) {
    #hero{height: 320px;
	background-position: 40% 10%;}    
    #clients {display: none;}
    .footersocial li{font-size: 1.5em}
	
	#benefits .portfolioitems.container .container .row .col-12.wow.fadeInUp div .table tr th {font-size: 0.8em
}
#benefits .portfolioitems.container .container .row .col-12.wow.fadeInUp div .table tr td div {font-size: 0.8em
}
}
@media only screen and (max-width : 360px) {
   h2 {font-size: 1.5em;}
   .herocontent{padding-top: 0px;}
    #hero{height: 250px;
	background-position: 43% 15%;} 

}


/* Smallest Mobile Devices */
@media only screen and (max-width : 320px) {
    h2 {font-size: 1.5em;}
   .herocontent{padding-top: 0px;}
    #hero{height: 250px;
	background-position: 45% 15%;} 

}
}
