body {
	margin: 0;
	padding: 0;
	background: #fff url(/assets/bg.jpg) 0 0 no-repeat;
	background-attachment: fixed;
}
.topRow {
	background: #666 url(/assets/light_bg.jpg) 0 0 repeat;
	border-top: 5px solid #E59011;
	border-bottom: 2px solid #E59011;


}

.branding {
	background: #fff url(/assets/top_bg.jpg) 0 0 repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bottomRow {
	background: #666 url(/assets/light_bg.jpg) 0 0 repeat;
	padding: 30px 0;
	min-height: 300px;
	margin: 30px 0 0 0;
	color: #333;
	border-top: 2px solid #666;

}

.mainContent {
	background: #fff;
	margin-top: -2px;
	padding-bottom: 40px;
-webkit-border-bottom-left-radius : 20px;
-webkit-border-bottom-right-radius : 20px;
-moz-border-radius-bottomleft : 20px;
-moz-border-radius-bottomright : 20px;
border-bottom-left-radius : 20px;
border-bottom-right-radius : 20px;
margin-bottom: 20px;

}

h1 {
    font-family: 'Medula One', cursive;
    font-weight: normal;
    line-height: 46px;
    font-size: 52px;
    margin: 0 0 23px 0;
		color: #3399EE;
    }

.jumbotron h1 {
		color: #3399EE;
		font-size: 38px;
		margin: 0;

}

.jumbotron {
	margin: 0;

}
	
h2 {
    font-family: 'Medula One', cursive;
    font-weight: normal;
    line-height: 36px;
    font-size: 42px;
    margin: 0 0 23px 0;
	color: #E59011;
    }

.phoneUs p {
	color: #ccc;
	text-align: right;
	padding-top: 20px;
	font-weight: bold;
	font-size: 18px;
}

.phoneUs p span {
	color: #3399EE;
}

.phoneUs h1 {
	font-size: 36px;
	text-align: right;
	color: #3399EE;


}

.facebook {
	margin-right: 20px;
}

.phoneUs {
	position: relative;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 23px 0;
    }

.innerBox {
	padding: 10px;
-webkit-border-top-left-radius : 20px;
-webkit-border-top-right-radius : 30px;
-webkit-border-bottom-left-radius : 40px;
-webkit-border-bottom-right-radius : 1px;
-moz-border-radius-topleft : 20px;
-moz-border-radius-topright : 30px;
-moz-border-radius-bottomleft : 40px;
-moz-border-radius-bottomright : 5px;
border-top-left-radius : 20px;
border-top-right-radius : 30px;
border-bottom-left-radius : 40px;
border-bottom-right-radius : 5px;
margin-bottom: 20px;
min-height: 380px;
}

.service 	{
	padding: 10px;
	background: #f4f4f4;
		border: 1px solid #ccc;

-webkit-border-top-left-radius : 20px;
-webkit-border-top-right-radius : 30px;
-webkit-border-bottom-left-radius : 40px;
-webkit-border-bottom-right-radius : 1px;
-moz-border-radius-topleft : 20px;
-moz-border-radius-topright : 30px;
-moz-border-radius-bottomleft : 40px;
-moz-border-radius-bottomright : 5px;
border-top-left-radius : 20px;
border-top-right-radius : 30px;
border-bottom-left-radius : 40px;
border-bottom-right-radius : 5px;
margin-bottom: 20px;
min-height: 320px;
}

.service h2 {
	font-size: 28px;
}


.innerBox h2 {
	color: #333;
}

.innerBox a {
	color: #fff;
	font-weight: bold;
}



.yellow {                                  
	background: #FFC926;
}

.blue {
	background: #00ADEE;
}


.green {
	background: #8DC53E;
}

.footer_logo {
	text-align: right;
	padding-top: 20px;
}

.donate {

}

.news h2 {
	font-size: 28px;
}

.news {
	padding: 10px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	min-height: 180px;
	margin-bottom: 10px;
}

.news p {
	margin: 0;
	padding: 0;
}


.sideNews {
	background: #eee;
	border: 1px solid #bbb;
-webkit-border-top-left-radius : 5px;
-webkit-border-top-right-radius : 5px;
-webkit-border-bottom-left-radius : 5px;
-webkit-border-bottom-right-radius : 5px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-topright : 5px;
-moz-border-radius-bottomleft : 5px;
-moz-border-radius-bottomright : 5px;
border-top-left-radius : 5px;
border-top-right-radius : 5px;
border-bottom-left-radius : 5px;
border-bottom-right-radius : 5px;
padding: 10px;
margin: 5px;
}
@media (max-width: 1000px) {
 .phoneUs h1{
		  text-align: center;
		  font-size: 38px;
  }
  
  .logo {
	text-align: center;

  }
}

