/* YOUR CUSTOM STYLES */
/* use to override box-sizing value from content-box to border-box 
.selector-for-some-widget {
  box-sizing: content-box;
}*/

img {
	height:auto; 
	max-height:auto; 
	max-width:100%;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}

#bannerLogoDiv {
	display: block;
	padding-bottom: 10px;
}

#MbannerLogoDiv {
	display: none;
	padding-bottom: 10px;
}

body {
    font-family: 'Lato', sans-serif;
	background-image: url(../img/body1.jpg)
}

h1 {
    margin-bottom: 40px;
}

h4 {
	font-size: 1.3rem;
	font-weight: bold;
}

h5 {
	font-size: .9rem;
	font-weight:400;
	color: #555555;
	margin-top: 1rem;
}

.lead {
	font-weight:400;
	color: #555555;
}

label {
    color: #333;
}

/*.btn {
	font-size: 1.15rem;
	padding: .85rem 5rem;
}

.btn-fosusa {
	background-color: #177F43;
}

.btn-fosusa:hover {
	background-color: #9FFF8C;
}

.btn-fosusa.disabled:hover {
	background-color: #9FFF8C;
}

.btn-donate {
	background-color: #583484;
}

.btn-donate:hover {
	background-color: #A785FF;
}

.btn-donate.disabled:hover {
	background-color: #A785FF;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}*/

p {
	margin: 10px;
}

.contentLg p {
	font-size:1.4rem;
	margin-bottom: 1.5rem;
}

a {
	color: #177F43;
	font-weight: bold;
}

a:hover {
	color: #86cd8a;
	font-weight: bold;
}

a#CTA {
	color: #D03235;
	font-weight: bold;
}

a:hover#CTA {
	color: #FFADAA;
	font-weight: bold;
}

#indexTitle {
	margin: 20px 20px 0;
}

h1#indexTitle {
	display: none;
}

#heroDiv {
	margin: 20px 30px 20px 20px;
	float: left;
}

.projectImg {
	margin: 20px 30px 20px 20px;
	float: left;
}

#CoName {
	color: #555555; 
	font-size: 32px; 
	line-height: 42px;
	font-weight: bold;
	margin: 0;
}

#tagLine {
	text-align: left !important;
	color: #555555; 
	vertical-align: middle; 
	font-size: 20px; 
	line-height: 22px;
	margin: 0 0 20px;
}

#bannerDiv {
	padding: 20px 10px 10px !important;
}

.botMar {
	height: 30px;
}

.borderBkgrnd {
    border: #583484 solid 1px;
    background-color: white;
}

.borderBkgrndNoT {
    border-right: #583484 solid 1px;
    border-bottom: #583484 solid 1px;
    border-left: #583484 solid 1px;
    background-color: lightgrey;
}

.dropdown-item:hover {
	background-color: #8084c6 !important;
}

footer {
	font-weight: normal;
	font-size: .75rem;
	color: grey;
}

#mainContent, #mainContentHome {
	min-height:568px;
}

#mainContent .row .col, #mainContentHome .row .col {
	margin-top: 25px;
}


/* Safari 8 print fix */
@media print {
	.container {
	  width: auto;
	}
}

@media only screen and (max-width: 1199px) { 
	#bannerLogoDiv {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	#bannerLogoDiv > a > img {
		margin-left: 15px;
	}
	#bannerDiv > div.col-lg-9.my-auto {
		padding-left: 40px;
	}
	#heroDiv {
		margin: 20px 30px 10px 20px !important;
		max-width: 425px !important;
		float: left !important;
	}
	#donateDiv {
		text-align: center;
	}
	#donateSub {
		margin-right: 40px !important;
	}
}

@media only screen and (max-width: 991px) {
	 #tagLine {
		text-align: center !important;
	}
	#heroDiv {
		margin: 20px 30px 10px 20px !important;
		max-width: 425px !important;
		float: left !important;
	}
	#mainContentHome p {
		font-size:1.2rem;
	}
	h1#indexTitle {
		font-size:2.25rem;
	}
	#contactUsDiv h1 {
		font-size: 2.25rem;
	}
	#contactUsDiv h3 {
		font-size: 1.3rem;
	}
	#contactUsDiv h4 {
		font-size: 1.1rem;
	}
	#donateDiv {
		margin:auto 120px !important;
	}
}

@media only screen and (max-width: 767px) {
	#bannerLogoDiv {
		display: none;
	}
	
	#MbannerLogoDiv {
		display: block;
	}

	 #tagLine {
		font-size: 18px !important;
	}
	#indexTitle {
		font-size: 2rem;
		text-align:center;
		margin: 20px 0 0;
	}
	#heroDiv {
		margin: 20px auto !important;
		float: none !important;
		text-align:center !important;
	}
	#mainContentHome p {
		font-size:1.1rem;
	}
	h1#indexTitle {
		font-size:2.1rem;
	}
	#contactUsDiv h1 {
		font-size: 1.7rem;
	}
	#contactUsDiv h3 {
		font-size: 1.2rem;
		line-height: .2rem;
	}
	#contactUsDiv h4 {
		font-size: .9rem;
	}
	#donateDiv {
		margin:auto 30px !important;
	}
	#mImg {
		width: 207px !important;
		height: auto;
	}
}

@media only screen and (max-width: 575px) {
	#donateDiv {
		margin:auto 40px !important;
	}
} 

@media only screen and (max-width: 500px) {
	.projectImg {
		float: none;
	}
	#CoName {
		font-size: 28px; 
		line-height: 34px;
		font-weight: bold;
		margin: 0;
	}
	#donateDiv {
		margin:auto !important;
	}
} 

@media only screen and (max-width: 434px) {
	#CoName {
		font-size: 24px; 
		line-height: 34px;
		font-weight: bold;
		margin: 0;
	}
	 #tagLine {
		font-size: 16px !important;
	}
	h1#indexTitle {
		font-size:1.8rem;
	}
	.contentLg#mainContent p {
		font-size:1.2rem;
	}
	#contactUsDiv h1 {
		font-size: 1.4rem;
	}
	#contactUsDiv h3 {
		font-size: 1rem;
		line-height: 0rem;
	}
	#contactUsDiv h4 {
		font-size: .9rem;
	}
	#mainContent > div > div > div > div {
		margin: 0;
		padding: 0;
	}
	#mapFrame {
		width: 300px !important;
	}
}

@media only screen and (max-width: 400px) {
	#CoName {
		font-size: 24px; 
		line-height: 34px;
		font-weight: bold;
		margin: 0;
	}
	 #tagLine {
		font-size: 16px !important;
	}
	h1#indexTitle {
		display: none;
		font-size:1.6rem;
	}
	.contentLg#mainContent p {
		font-size:1.2rem;
	}
}