/* 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;
}
/*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;
	overflow: hidden;
}
.collapse.in {
	display: block !important;
}
.cvname {
	float:left;	
	margin:0 0;
	font-size:13px;
}
.cvname1 {
	width: auto;
	float: left;
	line-height: 19px;
	letter-spacing: 1px;
	margin-left: 0 0 0 3px;
}
.cvname2 {
	width: auto;
	float: left;
	padding: 0;
	line-height: 19px;
	letter-spacing: 1px;
}
}


/* Mobile Devices */
@media only screen and (max-width : 640px) {
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.5em
}
h4 {
	font-size: 1.1em;
}
.myphoto {
	display: none;
}
/*Hero area*/
#hero {
	height: 400px;
}
.herocontent {
	padding-top: 30px;
}
/*About section*/
#about {
	text-align: center;
}
/*Portfolio*/
#shotsByPlayerId li {
	width: 96%;
}
/*Footer*/
.footerlinks li {
	display: none;
}
.cvname {
	float:left;	
	margin:0 0;
	font-size:13px;
}
.cvname1 {
	width: 144px;
	float: left;
	line-height: 19px;
	letter-spacing: 1px;
	margin-left: 0;
	margin-right:0;
	text-align:left;
}
.cvname2 {
	width: auto;
	float: left;
	padding: 0;
	line-height: 19px;
	letter-spacing: 1px;
	text-align:left;
}
.cvname3{
	width:108px;
	float: left;
	line-height: 19px;
	letter-spacing: 0;
	margin: 0 10px;
	text-align:left;
}
.cvname4{
	width:auto;
	float: left;
	padding: 0;
	line-height: 19px;
	letter-spacing: 0;
	text-align:left;
}
}

/* Smaller Mobile Devices */
@media only screen and (max-width : 480px) {
#hero {
	height: 320px;
}
#clients {
	display: none;
}
.footersocial li {
	font-size: 1.5em
}
.cvname3{
	display:none;
}
.contactnumber1 {
	float:none;
	text-align:left;
	width:100%;	
	clear:both;
}
.contactnumber {
	float:left;
	text-align:left;
	width:100%;	
}
}


/* Smallest Mobile Devices */
@media only screen and (max-width : 320px) {
#hero {
	height: 480px;
}
.herocontent {
	padding-top: 100px;
	padding-bottom: 30px;
}
.cvname {
	float:left;	
	margin:0 0;
	font-size:13px;
}
.cvname1 {
	width: 125px;;
	float: left;
	line-height: 19px;
	letter-spacing: 0px;
	margin: 0;
	text-align:left;
}
.cvname2 {
	width: auto;
	float: left;
	padding: 0;
	line-height: 19px;
	letter-spacing: 0px;
	text-align:left;
}

}
