/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
#iImg{
    max-width:100%
	}

.submit_msg{
	font-family: 'PT', sans+narrow;
	color: #fff;
	font-size: 1.17em;
	border-radius:5px;
	background-color:#6fc1a0;
	width:300px;
	margin: 0 auto;
	margin-bottom:30px;
}	
	
.coldiv{ 
	width: 220px; 
	height: 217px;
	}

.coldiv a{
	width: 100%; 
	height: 100%; 
	display: block;
	}
	
select{
    height: 35px;
	}
	
input[type="text"], input[type="email"], input[type="tel"]
	{
	border-radius:12.5px;
	width:90%;
	height:35px;
	margin-bottom:10px;
	}
	
textarea
	{
	border-radius:12.5px;
	width:90%;
	height:150px;
	margin-bottom:10px;
	}
	
.text-button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
	color: #4F4C4C;
	font-weight:bold;
	font-size:30px;
	}

.text-button:hover {
	color: white;
    }

#register-section{
	background-image: url('../img/Help_For_You/Register_Bkg_NoBORDER.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	padding-bottom:75px;
	}
	
#text-div p{
	width:90%;
	margin:auto;
	margin-bottom:20px;
	}
	
/*Load the background images for each link*/
	
#starbucks-link{
	background: url('../img/Help_For_You/StarbucksYouthAction_Btn_SPRITE.png') -220px 0px no-repeat;
	}
#childrens-link{
	background: url('../img/Help_For_You/Childrens_Hour_Btn_SPRITE.png') -220px 0px no-repeat;
	}
#transition-link{
	background: url('../img/Help_For_You/TransitionProgramme_Btn_SPRITE.png') -220px 0px no-repeat;
	}
	
#youthbank-link{
	background: url('../img/Help_For_You/YouthBank_Btn_SPRITE.png') -220px 0px no-repeat;
	}


/*load the hover background images for each image*/

#starbucks-link:hover{
	background: url('../img/Help_For_You/StarbucksYouthAction_Btn_SPRITE.png') 0px 0px no-repeat;
	}
#childrens-link:hover{
	background: url('../img/Help_For_You/Childrens_Hour_Btn_SPRITE.png') 0px 0px no-repeat;
	}
#transition-link:hover{
	background: url('../img/Help_For_You/TransitionProgramme_Btn_SPRITE.png') 0px 0px no-repeat;
	}
	
#youthbank-link:hover{
	background: url('../img/Help_For_You/YouthBank_Btn_SPRITE.png') 0px 0px no-repeat;
	}

	

	/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
  text-align: center;
  margin-bottom: 20px;
  margin:auto;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-3 p {
  margin-left: 10px;
  margin-right: 10px;
}

.col-lg-3 div {
	margin:auto;
}

/***************************************************************************************************************/
/***************************************************************************************************************/
/***                                                                                                         ***/
/***                          Media Queries For Tablet size Browser AND UP                                   ***/
/***                                                                                                         ***/
/***************************************************************************************************************/
/***************************************************************************************************************/

@media only screen and (min-width: 480px) {

/*-------------------- Header Styling --------------------*/

/* push the side nav links down the page away from the */
.main article section{
	margin-top: 40px;
	}


/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    
    .oldie nav a {
        margin: 0 0.7%;
    }
	
}


/* RESPONSIVE CSS
-------------------------------------------------- */



/***************************************************************************************************************/
/***************************************************************************************************************/
/***                                                                                                         ***/
/***                                Media Queries For PC size Browsers AND UP                                ***/
/***                                                                                                         ***/
/***************************************************************************************************************/
/***************************************************************************************************************/

@media only screen and (min-width: 768px) {

	
/* ============
    WIDE: Main
   ============ */
	
	.main article header{
        /* float: none; */
        width: 100%;
    }
	
	.main article section{
        /* float: none; */
        width: 100%;
    }
	
	.main article footer{
        /* float: none; */
        width: 100%;
    }
	  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }
	
}

/***************************************************************************************************************/
/***************************************************************************************************************/
/***                                                                                                         ***/
/***                            Media Queries For Tablet Browsers Only                                       ***/
/***                                                                                                         ***/
/***************************************************************************************************************/
/***************************************************************************************************************/




@media only screen and (min-width: 1140px) {

	
	#text-div{
		width:40%;
		float:left;
		}
		
	#form-div{
		width:60%;
		float:right;
		}
	
	#text-div p{
		text-align:left;
		padding-left:20px;
	}
	
	.text-button
	{
	float:right; 
	padding-right:40px;
	}
	
	#iImg
	{
    left: -300px;
    position: relative;
    top: -22px;
	}
	
	.h3{
	font-size:30px;
	}
	.p{
	font-size:24px;
	}
	
	.register{
	font-size:19px;
	}
/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
	
	#age_group, #email{
		width:44%;
		float:right;
		margin-right:5%;
	}
	
	#income, #phone{
		width:44%;
 		float:left; 
		margin-left:5%;
	}

}

.funding { font-size:1.3em; } 
.funding img { margin:0 auto; height:200px; }