﻿/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {    
    /*HREO AREA */
    #hero{max-height: 660px;}    
    
    /* FEATURED CLIENTS SECTION*/
    #clients img{height: 50px;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 980px) {
    
    /*HREO AREA */
    #hero{height: 540px;}
    .heroshot{
	display:none;
}

    /*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;}

    /*COLLAPSABLE 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;
        overflow: hidden;
    }
    .collapse.in{display:block !important;}
}


@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #hero h1 {
	font-size: 3.5em;
	font-weight: bold;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3); 
                 
font-family: 'Play', sans-serif;
}
.heroshot{
	display:none;
}


.back-to-top:hover {
  background: #2C4190;
  color: #fff;
}
   h2 {font-size: 1.3em;}
    h3{font-size: 1.2em}
    h4{font-size: 1.0em;}

}




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

    
    /*Hero area*/
    #hero{height: 380px;}    
    .herocontent{padding-top: 20px;}
      #hero h1 {
	font-size: 1.6em;
	font-weight: 700;
margin-top: 90px;
text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);} 

    #hero h4 {
	font-size: 1.5em;
	font-style: italic;
	
	font-weight: bold;
}
.heroshot{
	display:none;
}

    
    /*About section*/
    #about{
    text-align: center;
   
   }
        
    
    /*Portfolio*/
    #shotsByPlayerId li {width: 96%;}
    
    /*Footer*/
    .footerlinks li{display: none;}       
}

/* Smaller Mobile Devices */
@media only screen and (max-width : 480px) {
    #hero{height: 380px;}    
    #clients {display: none;}
    .footersocial li{font-size: 1.5em}
    
    #hero h1 {
	font-size: 1.6em;
	font-weight: 700;
margin-top: 90px;
text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);} 
.heroshot{
	display:none;
}
.hide {display: none}

  h4{font-size: 1.0em;}
}

/* Smallest Mobile Devices */
@media only screen and (max-width : 320px) {
    #hero{height: 450px;}
    .herocontent{padding-top: 30px; padding-bottom: 30px;}
.heroshot{
	display:none;
}
    #hero h1 {
	font-size: 1.7em;
	font-weight: 700;
margin-top: 100px;
text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);} 
  h4{font-size: 1.0em;}


}


