/* Default styles */
.lppagecontent {
  width: 100%;
 min-height: 960px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
	/*margin-bottom: 2em; */
	
 

}

.lpcontentwrapper {
  width: 90%;
  min-height: 90%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.maintitle {
  width: 100%;
  height: 20%;
  font-size: 4em;
	margin: 2em 0 1em 0; 
}

.lpcontenttitle {
  width: 100%;
  height: 15%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 3em;
	margin-bottom: 1em; 
}

.lpcontentsection {
  width: 50%;
 /* min-height: 25em; */
  border-radius: 25px;
  padding-top: 5%;
  font-size: 2em;
	
	font-size: 5em; 
	
}
#landingtext p{
	font-size: 1.125em; 
}
#openingimage img {
width: 100%; 
	height: 15em; 
	
	object-fit: cover;
	border-radius: 25px; 
	}

#openingtext{
  padding-bottom: 2.5%;
	/*margin-bottom: 2em; */
}
#c2abutton{
  margin-top: 5%; 
  width: 100%; 
  height: 2em; 
  text-align: center;

}
#c2abutton button {
  height: 100%;
  width: 80%; 
	text-decoration: none;  
	font-size: 1.5em; 
}
#c2abutton a   {
 
	text-decoration: none;  
}
@media screen and (max-width: 768px) {

	
	.lppagecontent {
 height: fit-content; 
		
	
}
#landingtext p{
	font-size: 1em; 
}
	
	#openingimage {
	margin: 1em 0; 
		 
	}
	#openingimage img{
	width: 100%; 
	height: 15em;
		object-fit: cover;
		border-radius: 12px; 
		 
	}
	
  #c2abutton {
    height: 3em; 
    margin 2em 0;
  }  
  #c2abutton button{
    width: 90%; 
    height: 100%; 
    font-size: 3rem;
	 background: #FEFF86;
  }
}
/* Media queries for different screen sizes */
@media (max-width: 576px) {
  .maintitle {
    font-size: 2em;
  }
  .lpcontenttitle {
    font-size: 1.5em;
  }
  .lpcontentsection {
    width: 100%;
    height: 30%;
    font-size: 1.5em;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .maintitle {
    font-size: 2.75em;
	  color: red; 
  }
  .lpcontenttitle {
    font-size: 2em;
  }
  .lpcontentsection {
    width: 100%;
    height: 30%;
    font-size: 1.5em;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .maintitle {
    font-size: 3.5em;
  }
  .lpcontenttitle {
    font-size: 2.5em;
  }
  .lpcontentsection {
    width: 50%;
    height: 40%;
    font-size: 2em;
  }
}

@media (min-width: 993px) {
  .maintitle {
    font-size: 4em;
  }
  .lpcontenttitle {
    font-size: 3em;
  }
  .lpcontentsection {
    width: 50%;
    height: 40%;
    font-size: 2em;
  }
}
