/* Custom CSS - about page */

.chung-about-top-cover .wp-block-cover__background {
	height: 400px;
}
.chung-about-top-cover .wp-block-cover__inner-container {
	margin-top: 150px;
}
.chung-about-top-cover figure {
	aspect-ratio: 1 / 1;
    max-width: 400px;
}

.chung-about-me h2 {
	margin: 20px 0;
    font-size: 40px;
    font-family: 'Noto Sans', sans-serif;
}
.chung-about-me h3 {
	margin: 20px 0 50px;
    font-weight: 500;
    font-size: 30px;
    color: #768693;
}
.chung-about-me p {
	text-align: center;
	margin: 15px 0;
    font-size: 18px;
    color: #768693;
}
.chung-about-me h4 {
	margin-top: 50px;
    font-size: 18px;
}
.chung-about-me a {
	text-decoration: none;
}

@media (max-width:500px) {	
	.chung-about-top-cover .wp-block-cover__background {
		height: 260px;
	}
	.chung-about-top-cover .wp-block-cover__inner-container {
		margin-top: 80px;
	}
	.chung-about-top-cover figure {
	    max-width: 200px;
	}
	.chung-about-me h2 {
		margin: 0;
	    font-size: 28px;
	}
	.chung-about-me h3 {
	    font-size: 21px;
	}
	.chung-about-me p {
	    font-size: 16px;
	}
	.chung-about-me h4 {
	    font-size: 16px;
	}
}


.chung-contact-us-form-div {
    padding: 25px;
    border: 1px solid #b1c1fc;
}
.chung-contact-us-form-div h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}
.chung-contact-us-form-div .chung-form-each-con {
    padding: 8px 8px 16px;
}
.chung-contact-us-form-div .chung-form-each-con label.error {
    color: #d41f1e;
}
.chung-contact-us-form-div .control-label {
    display: inline-block;
    padding-bottom: 9px;
    font-weight: 700;
    text-transform: uppercase;
}
.chung-contact-us-form-div input[type=text], .chung-contact-us-form-div input[type=email], .chung-contact-us-form-div textarea {
    width: 100%;
}
.chung-contact-us-form-div .chung-form-submit-con {
    text-align: center;
}
.chung-contact-us-form-div .requ-submit-btn {
    width: 300px;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: #b1c1fc;
}
.chung-contact-us-form-div .requ-submit-btn:hover {
    background-color: #3f6ea6;
}

.chung-contact-form-feedback .chung-contact-success {
    background-color: #57bf6d;
    padding: 10px;
    margin: 10px;
    color: #fff;
}
.chung-contact-form-feedback .chung-contact-error {
    background-color: #d41f1e;
    padding: 10px;
    margin: 10px;
    color: #fff;
}