/* Extra small devices (phones, less than 768px) */
@media (max-width : 766px) {
	
	/*home section - slider text sizing for mobile */
	.intro h1 {
	  font-size: 2em !important;
	}
	
	.intro-sub {
		font-size: 1em !important;
	}
	
	.tt-title {
		font-size: 1.2em !important;
		line-height: 1.4 !important;
	}

	/*navigation improvements on mobile*/
	.navbar-toggle {
		margin-right: 10px;
	}
	
	.navbar-brand img {
		width: 100px;
		height: auto;
	}

	/*stories section*/
	.timeline>li {
		margin-bottom: 50px;
	}

	/*twitter-section*/
	.twitter-feed .tt-overlay {
	  padding: 50px 20px;
	}

	/*reformation-section*/
	#filter li a {
	  padding: 6px 10px;
	  font-weight: 300;
	}
	
	/*portfolio filter on mobile */
	.portfolio-filter ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.portfolio-filter li {
		margin: 5px;
	}

	/*campaign-section*/
	.campaign-scoop {
	   padding: 25px 25px 15px;
	}
	.campaign-scoop .start-date {
	  margin-bottom: 25px;
	}
	.countdown-wrapper {
	  margin-bottom: 10px;
	}
	.countdown li {
	  margin-right: 30px;
	}

	/*twitter-section*/
	.social-counter {
	  padding: 50px 30px;
	}

	/*donation-section*/
	.donation-intro {
	   padding: 70px 30px 50px 30px;
	}

	/*newsletter-section*/
	.subscribe-form input[type=email] {
	  width: 100%;
	}
	.subscribe-form button {
	  margin-left: 0;
	  width: 100%;
	}
	
	/*contact section - form fields */
	.contact-section .form-group {
		margin-bottom: 15px;
	}
	
	/*about section video */
	.video-wrap video {
		width: 100%;
		height: auto;
	}
	
	/*mission section */
	.mission-section {
		padding: 60px 0;
	}
	
	.mission-promo {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.mission-promo i {
		float: none;
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	/*fact section counters */
	.fact-section {
		padding: 60px 0;
	}
	
	.counter-wrapper {
		margin-bottom: 40px;
	}
	
	/*story section */
	.story-section {
		padding: 60px 0;
	}
	
	/*achievement section */
	.achievement-section {
		padding: 60px 0;
	}
	
	/*abilities section */
	.abilities-section {
		padding: 60px 0;
	}
	
	.abilities-tab .tab-content {
		margin-top: 30px;
	}
	
	/*team section */
	.team-section {
		padding: 60px 0;
	}
	
	/*volunteer section */
	.volunteer-section .tt-overlay {
		padding: 60px 20px;
	}
	
	/*press release section */
	.press-release-section {
		padding: 60px 0;
	}
	
	/*location section */
	.location-section .map-container iframe {
		height: 300px;
	}
	
	.location-info {
		padding: 30px 20px;
	}
	
	/*footer section */
	.footer-section {
		padding-top: 50px;
	}
	
	.footer-section .social-links {
		margin-bottom: 20px;
	}
}

/* Landscape Mobile */
@media only screen and (min-width : 480px) and (max-width : 767px) {

}


/* Small devices (tablets, 768px and up) */
@media (min-width : 768px) and (max-width : 991px) {

	/*navigation*/
	.navbar-brand {
	  padding: 7px 15px;
	}
	.navbar-brand img{
	  width: 120px;
	}
	.navbar .nav>li {
	  padding: 0 9px;
	}
	.sticky.navbar .nav>li {
	  padding: 0 8px;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 11px;
	}
	
	/*about-section*/
	.video-wrap iframe {
	  height: 400px;
	}

	/*stories section*/
	.timeline>li {
		margin-bottom: 50px;
	}

	/*abilities-section*/
	#ability .nav>li>a {
	  padding: 10px 8px;
	  font-weight: 300;
	}

	/*donation-section*/
	.donation-intro {
	  padding: 70px 50px 60px 40px;
	}

}



/* Medium devices (desktops, 992px and up) */
@media (min-width : 992px) and (max-width : 1199px) {
	/*stories section*/
	.timeline>li{
		margin-bottom: -40px;
	}
	/*spotlight-section*/
	.tt-effect figcaption .content {
		padding: 20px 20px 30px;
	}
	.tt-effect figcaption .content p {
	  font-size: 12px;
	}

	/*abilities-section*/
	#ability .nav>li>a {
	  padding: 10px 8px;
	  font-weight: 300;
	}

	/*twitter-section*/
	.social-counter {
	  padding: 80px 50px;
	  min-height: 501px;
	}

	/*campaign-section*/
	.campaign-scoop {
	   padding: 25px 25px 15px;
	}
	.campaign-scoop .start-date {
	  margin-bottom: 25px;
	}
	.countdown-wrapper {
	  margin-bottom: 10px;
	}
	.countdown li {
	  margin-right: 30px;
	}

	/*donation-section*/
	.donation-intro {
	  padding: 70px 50px 60px 40px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width : 1200px) and (max-width : 1280px) {
	.timeline>li{
		margin-bottom: 0;
	}
	
}



/* Large devices (large desktops, 1920px and up) */
@media (min-width : 1920px) {

	/*twitter-section*/
	.twitter-feed .tt-overlay {
	  padding: 100px 100px 100px 30%;
	}
	
	/*donation-section*/
	.donation-intro {
	  padding: 100px 100px 100px 40%;
	}

}
