@charset "UTF-8";

/* Global Styles */


@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700|Rancho);

body {
	color: #555;
	line-height: 1.5em;
	font-family: Oxygen, Arial, sans-serif;
	font-weight: 400; 
	font-size: 14px;
		background: #D8D3CB url(../images/page-pattern.jpg) repeat 0px 0px;;
		}
		
.page-container {
	width: 100%;
	margin: 0px auto;
	background: url(../images/background_pattern.gif) repeat-x 0px 0px;
		}
		
.page {
	max-width: 980px;
	margin: 0px auto;
	position: relative; background-color: #fff;
}

h1 { font-family: 'Rancho', cursive, serif; color: #A61E22; line-height: .9em; margin: .5em 0em; font-size: 3em; }
h2 { font-family: 'Rancho', cursive, serif; font-size: 2em; line-height: 1em; margin: 1em 0em .35em 0em; }

p { margin: 0px 0px .75em 0px; }
a { color: #C84608; }
a:hover { color: #999 }

footer { text-align: center; font-size: .95em; color: #fff; background-color: #333; padding: 20px; }

footer a { color: #F5C23E; }
footer a:hover { color: #ccc; }

.promo h3 {  font-family: 'Rancho', cursive, serif; font-size: 2em; line-height: .8em; margin: 10px 0px 6px; }
.promo p { line-height: 1.2em; margin-bottom: .5em; }
.promo p a { color: #A61E22;}
.promo p a:hover { color: #F5C23E;}

.promo { background-repeat: no-repeat; /* background-size: 60px 60px; */  margin: 20px 0px 30px;}

.promo.one {  background-image: url(../images/promo_1.jpg);  min-height: 60px; background-size:55px 55px}
.promo.two { background-image: url(../images/promo_2.jpg); min-height: 60px;background-size:55px 55px; }
.promo.three { background-image: url(../images/promo_3.jpg); min-height: 60px;background-size:55px 55px; }


nav a {
	color: #F5C23E;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 1.1em;
}
nav a:hover { color: #fff; }

.clear-fix { clear: both; line-height: 1px; }

.img-responsive{
	display: block;
  max-width: 100%;
  height: auto;
 }
.home-image{
	margin: 0px auto; padding: 0 20px;}
	
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.donate-button {
	text-align:center;
	margin: 30px 60px 60px 130px;
	width: 280px;
	padding: 20px;
	border: 2px dotted #F5C23E;
	background:#A61E22;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.donate-img{
	padding: 0px 20px 0px;
}
.fotorama {
	border-bottom: 1px solid #ccc;
	padding-bottom:40px;
	}

			@media
				only screen and (-webkit-min-device-pixel-ratio: 2),
				only screen and (   min--moz-device-pixel-ratio: 2),
				only screen and (     -o-min-device-pixel-ratio: 2/1),
				only screen and (        min-device-pixel-ratio: 2),
				only screen and (                min-resolution: 192dpi),
				only screen and (                min-resolution: 2dppx)
			{
				.promo.one { background-image: url(../images/promo_1_2x.jpg); }
				.promo.two { background-image: url(../images/promo_2_2x.jpg); }
				.promo.three { background-image: url(../images/promo_3_2x.jpg); }
			}
			
			
			.tel,.tel:visited { /*for small screens */
			
			
			}
			.tel:hover,.tel:focus {
			
			
			}
			@media screen and (min-width: 501px) { /* for larger screens */
			.tel,.tel:visited,.tel:hover,.tel:focus {
			background:none;
			cursor:default;
			text-decoration:none !important;
			color:#A61E22 !important;
			}
			
			}
