@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,600&family=Quicksand:wght@300;400;500;600;700&family=Shadows+Into+Light+Two&display=swap');

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
	border-radius: 20px; 
}

.has-font-shadows {
	font-family: 'Shadows Into Light Two', cursive;
}

.has-font-mulish {
	font-family: "mulish", sans-serif;
}

.has-font-abeezee {
	    font-family: 'ABeeZee', sans-serif;

}

.has-font-quicksand {
	  font-family: 'Quicksand', sans-serif;
}

.shadow-effect {
box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.25);
}


p { 
font-size: 1.125rem;
font-family: 'ABeeZee', sans-serif;
}

h1 {
font-size: 3rem;
font-family: 'Quicksand', sans-serif;
}

h2 {
font-size: 4.25rem;
font-family: Shadows Into Light Two;
letter-spacing: 0.2125rem; 
}

h3,h4,h5,h6 {
font-family: Quicksand;
}


.wpcf7
{
	background-color: white;
  	border: 2px solid #B24D47;
	border-radius: 25px;
	padding: 10px;
    width: 600px;
    height: 600px;
}

.wpcf7 .form-content {
	flex-direction: column;
	display: flex;
   align-items: flex-start;
	justify-content: flex-start;
    width: 580px;
    height: 600px;
    padding: 10px;   
}

.wpcf7 label {
		font-family: "Quicksand";
		font-size: 15px;
		font-style: bold;
		color: #08474D;
        margin-right: 2px;
}

.wpcf7 input[type=text]
{
    	background-color: #fff;
		border: 1px  solid #B24D47;
		border-radius: 5px;
    	color: #08474D;
		font-family: "Quicksand";
		font-size: 14px;
        width: 50%;
        margin-right: 10px;     
}

.wpcf7 .form-names {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	width: 100%;
    }

.wpcf7 .form-email {
	width: 75%;
}

.wpcf7 input[type=email] {
	background-color: #fff;
		border: 1px  solid #B24D47;
		border-radius: 5px;
    color: #08474D;
		font-family: "Quicksand";
		font-size: 14px;
    margin-right: 10px; 
		width: 100%;
}

.wpcf7 textarea {
	background-color: #fff;
		border: 1px  solid #B24D47;
		border-radius: 5px;
    color: #08474D;
		font-family: "Quicksand";
		font-size: 14px;
	width: 100%;
}

.wpcf7 input[type=submit] {
		background-color: #B24D47;
	border-color: white;
	border-radius: 50px;
		color: white;
	padding: 10px 20px 10px 20px;
}

wp-block-file__button wp-element-button { 
font-size-adjust: scale 50%;
}

