body {
 
		background: #ffff ;
	font-family: 'Open Sans', verdana;
	margin: 0;
	padding: 0;
	color:#233746;text-align: center;
}

.page-container {
	max-width: 1140px;
	margin: 0 auto;
}

.container {
 
}

hr {height:3px;
	width:60%;background: #e6007e;border:0;
}
 

.top-logo {
	background: url('../images/talent_tank.png');
width: 850px; height: 210px; background-size: 850px 210px;
	margin: 50px auto 50px;
 
}

 
h1 {
	margin:30px 0 	;
	padding: 0 20px;
color:#233746;
	font-size: 35px;display: block;
	line-height: 35px;
}

 

h2 {
	margin: 0;
	padding: 0;
	color: #e6007e;
	font-size: 25px;
	line-height: 35px;
}

 
h2 a{
	margin: 0;
	padding: 0;
	color: #e6007e;
	font-size: 25px;
	line-height: 35px;text-decoration: none;
}

 
 




.clearfix { clear: both;  width:100%;}





/*==========  MEIDA QUERIES ====================================================================================*/

/* Large Devices, Wide Screens-------------------------------------------- */
@media only screen and (max-width:1370px){

  .top-logo { width: 550px; height: 136px; background-size: 550px 136px; } 

}

/* Medium Devices, Desktops-------------------------------------------- */
@media only screen and (max-width:1024px){


}

/* Small Devices, Tablets ---------------------------------------------- */
@media only screen and (max-width:980px){
 
 .top-logo { width: 400px; height: 99px; background-size: 400px 99px; }

}


/* Small Devices, Tablets ---------------------------------------------- */
@media only screen and (max-width:780px){
 


.top-logo { width: 400px; height: 99px; background-size: 400px 99px;;	margin: 30px auto 30px; }
 
}

/* Custom, iPhone Retina ----------------------------------------------  */
@media only screen and (max-width:680px){
 h1 { margin: 20px 0; font-size: 30px; line-height: 32px; }
h2 {  font-size: 22px; line-height: 28px; }
 
}


/* Extra Small Devices, Phones----------------------------------------- */
@media only screen and (max-width:480px) {

.top-logo { width: 280px; height:69px; background-size: 280px 69px; }

}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px){
 
}