@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

#mainDIV button{
	background-color: rgba(255,255,255, 0.8);
	color: black;
	border: 1px solid rgba(255, 255, 255, 0.0);
	border-radius: 5px;
	padding:5px 10px 5px 10px;
	font-size: 14px;
	width: 100px;
	font-family: 'Bebas Neue', cursive;
	box-sizing: border-box;
}

#insideMainDIV{
	margin-left: auto;
	margin-right: auto;
	margin-top:20%;
	background-color: rgba(255,255,255, 0.8);
	text-align: center;
	font-family: 'Bebas Neue', cursive;
	font-size: 40px;
	padding-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}

#insideMainDIV2{
	margin-left: auto;
	margin-right: auto;
	margin-top:5%;
	text-align: center;
	font-family: 'Bebas Neue', cursive;
	padding-top: 10px;
	box-sizing: border-box;
}

#mainDIV p{
	font-size: 50px;
	color: rgba(255,215,0);
	color:black;
	box-sizing: border-box;
	
}

.mainFeedDivOptions{
	width: 100%;
	background-color:red;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.small{
	font-size: 12px;
}

#feed{
	background-color: #F5F4F4;
	color:black;
	height: auto;
}

#contact{
	background-color: #F5F4F4;
	background-color: white; 
	color:black;
}

.contact{
}
.contactAddress{
	width: 100%;
}
.contactForm{
	width: 100%;
	margin-bottom:40px;
}

.feed{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 50px;
	max-width: 100%;
	box-sizing: border-box;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	color: black;
}

.box{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 20px;
	max-width: 100%;
	box-sizing: border-box;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	color: black;
}

#feed .postType{
	max-width: 100%;
	background-color: #D6EEF6;
	border-radius: 5px 5px 0px 0px;
	//background-color: #2F8253;
	box-sizing: border-box;
	color: gray;
	height: auto;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
}

.feedInside{
	padding: 30px 15px 30px 15px;
}

.feedInside h2{
	margin-bottom: 4px;
}


#feed h1{
	font-size: 30px;
}

#feed p{
	margin: 0px 0px 8px 0px;
}

.feed img{
	max-width: 100%;
}

.mediaPDF{
	width: 100%;
	height: 500px;
}

@media screen and (min-width: 300px) {
	#mainDIV p{
		font-size: 40px;
		color: black;
		box-sizing: border-box;		
	}
	
	#insideMainDIV{
		margin-left: auto;
		margin-right: auto;
		margin-top:20%;
		background-color: rgba(255,215,0, 0.8);
		background-color: rgba(255,255,255, 0.8);
		text-align: center;
		font-family: 'Bebas Neue', cursive;
		padding-bottom: 5px;
		border-radius: 5px;
		font-size: 20px;
		box-sizing: border-box;
	}
	
}

@media screen and (min-width: 600px) {
	
	.contact{
		display:flex;
		justify-content: space-between;
	}
	.contactAddress{
		width: 45%;
	}
	.contactForm{
		width: 45%;
	}
	
	#mainDIV p{
		font-size: 50px;
		color: black;
		box-sizing: border-box;		
	}
	
	.feed img{
		max-width: 40%;
	}
	.mediaPDF{
		width: 50%;
		height: 500px;
	}
}

@media screen and (min-width: 700px) {
	
	.contact{
		display:flex;
		justify-content: space-between;
	}
	.contactAddress{
		width: 45%;
	}
	.contactForm{
		width: 45%;
	}
	
	#mainDIV button{
		background-color: rgba(255,215,0, 0.8);
		background-color: rgba(255,255,255, 0.8);
		color: black;
		border: 1px solid rgba(255, 255, 255, 0.0);
		border-radius: 5px;
		padding:15px 30px 15px 30px;
		font-size: 30px;
		width: 250px;
		font-family: 'Bebas Neue', cursive;
		box-sizing: border-box;
	}
	
	#insideMainDIV{
		margin-left: auto;
		margin-right: auto;
		margin-top:15%;
		background-color: rgba(255,215,0, 0.8);
		background-color: rgba(255,255,255, 0.8);
		text-align: center;
		font-family: 'Bebas Neue', cursive;
		padding-top: 10px;
		font-size: 40px;
		box-sizing: border-box;
	}
	
	#insideMainDIV2{
		margin-left: auto;
		margin-right: auto;
		margin-top:5%;
		text-align: center;
		font-family: 'Bebas Neue', cursive;
		padding-top: 10px;
		box-sizing: border-box;
	}
	
	#mainDIV p{
		font-size: 75px;
		color: rgba(255,215,0);
		color:black;
		box-sizing: border-box;
		
	}

	.mainFeedDiv{
		display: flex;
		box-sizing: border-box;
	}
	
	.mainFeedDivOptions{
		width: 25%;
		background-color:red;
		text-align: center;
		box-sizing: border-box;
	}
		
}

@media screen and (min-width: 900px) {
	
	.contact{
		display:flex;
		justify-content: space-between;
	}
	.contactAddress{
		width: 45%;
	}
	.contactForm{
		width: 45%;
	}
		
	#mainDIV p{
		font-size: 100px;
		color: black;
		box-sizing: border-box;		
	}
}