@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=The+Nautigal:wght@700&display=swap');

* {
  margin: 0;
  padding: 0;
}

a{
	text-decoration: none;
	color: black;
}

html, body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#welcomeMsg{
	width: 100%;
	height: 100%;
	background-color:red;
	background: rgb(252,238,113);
	background: linear-gradient(249deg, rgba(252,238,113,1) 0%, rgba(66,66,66,0.958420868347339) 53%);
	padding: 15px;
	padding-top: 300px;
	color: white;
	box-sizing: border-box;
	font-family: 'Cedarville Cursive', cursive;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'The Nautigal', cursive;
	font-weight: 400;
	font-size: 55px;
	text-align: center;
	position: fixed;
	top:0;
	left:0;
	z-index: 3;
}

#welcomeMsg img{
	width: 50%;
}


.button{
	background-color: #D6EEF6;
	color: gray;
	border: 1px solid rgba(255, 255, 255, 0.0);
	border-radius: 5px;
	padding:15px 25px 15px 25px;
	font-size: 16px;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	box-sizing: border-box;
	margin-top: 10px;
}

h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 600;
}

h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 500;
}

h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

select,
textarea,
input{
	font-family: 'Source Sans Pro', sans-serif;
	border-radius: 2px;
	margin:8px 0px 3px 0px;
	padding: 8px;
	font-size: 16px;
	width: 100%;
	border: 1px solid gray;
	box-sizing: border-box;
}

.error{
	color:red;
}

.sm{
	border-radius: 100%;
	font-size: 40px;
	color: white;
	padding:20px;
	align-content: center;
	text-align: center;
	width: 40px;
	height: 40px;
}

.sm#facebook{
	background-color: blue;
}

.sm#twitter{
	background-color: red;
}

#giveBaner{
	background-color: #D6EEF6;
	max-width:100%;
	height: auto;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	box-sizing: border-box;
}

.msgInfo{
	width: 100%;
	height: auto;
	background-color:#1CB0FC;
	padding: 15px;
	color: white;
	box-sizing: border-box;
	font-weight: 400;
	text-align: center;
	position: fixed;
	top:0;
	left:0;
	z-index: 2;
}

.msgError{
	width: 100%;
	height: auto;
	background-color:red;
	padding: 15px;
	color: white;
	box-sizing: border-box;
	font-weight: 400;
	text-align: center;
	position: fixed;
	top:0;
	left:0;
	z-index: 2;
}

#fotter{
	width: 100%;
	height: 50px;
	padding: 15px;
	box-sizing: border-box;
	background-color: #D6EEF6;
	color: gray;
	font-size: 12px;
	margin: -50px auto 0px auto;
	position: relative;
	text-align: center;
}

#main{
	overflow: auto;
	min-height: 100%;
}

#mainContainer{
	margin-top: 100px;
	margin-bottom: 60px;	
}

.container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding:20px;
	//padding-top:50px;
}

.containerBeforeScroll{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0px 20px 0px 20px;
	display: flex;
	justify-content: space-between;
	font-size: 17.5px;
	font-weight: 400;
}

.containerBeforeScrollImg{
	margin-top: 20px;
}

.containerOnScroll{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0px 20px 0px 20px;
	display: flex;
	justify-content: space-between;
	font-size: 17.5px;
	font-weight: 400;
}

.containerOnScrollImg{
	margin-top: 10px;
}

.containerOnScrollOptions{
	margin-top: 15px;
}

.justFlex{
	display: flex;
}

.spaceBetween{
	justify-content: space-between;
}

/*TOP*/
.topBeforeScroll{
	width: 100%;
	height: 100px;
	background-color: #D5FA00;
	background-color: rgba(255,255,255, 0.0);
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
	color: black;
}

.topOnScroll{
	width: 100%;
	height: 50px;
	background-color: #D5FA00;
	background-color: white;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
}

.containerBeforeScroll img{
	width: 250px;
}

.containerOnScroll img{
	width: 110px;
}

.mobileNav{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: white;
	z-index: 2;
	box-sizing: border-box
}

.mobileNavImg{
	width: 150px;
}
.closeIcon{
	font-size: 30px;
	margin: 10px 15px 0px 0px;
	color: black;
}

.closeIcon:hover{
	font-size: 35px;
}

.mobileNavOptions{
	margin-top: 20px;
	font-size: 18px;	
}

.mobileNavOptions i{
	margin-bottom: 10px;
}

.nonMobileNavShow{
	display: none;
}

.containerBeforeScrollOptions .nonMobileNavShow{
	margin-top: 40px;
}

.mobileNavShow{
	display: inline-block;
}

.containerBeforeScrollOptions .mobileNavShow{
	margin-top: 35px;
}

#mobileNavOpen{
	font-size: 30px;
}

#mainDIV{
	background-image: url("../images/back_ground_m.jpg");
	background-image: url("../images/main2.jpg");
	height: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 350px;
}

.cc{
	width: 100%;
	border: 1px solid gray;
	box-sizing: border-box;
	margin:8px 0px 3px 0px;
	padding: 8px;
}

#addPost{
	margin-top: 50px;
}

#eGive{
	margin-top: 50px;
}

.red{
	color:red;
}

@media screen and (min-width: 700px) {
	
	
	#mainDIV{
	  background-image: url("../images/back_ground.jpg");
	  background-image: url("../images/main2.jpg");
	  background-position: center bottom;
	  background-repeat: no-repeat;
	  background-size: cover;
	  width: 100%;
	  height: 900px;
	  margin: 0px;
	  padding: 0px;
	}
	
	select,
	textarea,
	input{
		font-family: 'Source Sans Pro', sans-serif;
		border-radius: 2px;
		margin:8px 0px 3px 0px;
		padding: 8px;
		font-size: 16px;
		width: 400px;
		border: 1px solid gray;
		box-sizing: border-box;
	}
	
	.button{
		background-color: #D6EEF6;
		color: gray;
		border: 1px solid rgba(255, 255, 255, 0.0);
		border-radius: 5px;
		padding:15px 25px 15px 25px;
		font-size: 16px;
		width: 150px;
		font-family: 'Source Sans Pro', sans-serif;
		box-sizing: border-box;
		margin-top: 10px;
	}
	
	.contactForm input{
		width: 100%;
	}
	
	.nonMobileNavShow{
		display: inline-block;
	}
	
	.mobileNavShow{
		display: none;
	}
	
	#mobileNavOpen{
		font-size: 30px;
	}
	
	.cc{
		width: 400px;
		border: 1px solid gray;
		box-sizing: border-box;
		margin:8px 0px 3px 0px;
		padding: 8px;
	}
	
}