@charset "UTF-8";
/* CSS Document */


.state_heading {
	font-size: 40px;
	margin: 30px auto;
	text-align: center;
	border-bottom: dashed 2px #1299E2;
	width: 30%
}

.state-1 {
	margin: 10px auto;
	display: flex;
	width: 100%;
	
}

.state-1 img {
	width: 600px;
	height: 300px;
}

.state_box {
	width: 1200px;
	margin: 20px auto;
}

.intro_content {
	width: 50%;
	margin: 0px 100px;
}

.read {
	width: 70%;
	margin: 20px auto;
	 position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.5em ;
    color: #454545;
}

.read:after {
	position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.state-2 {
	display: flex;
	margin: 20px auto;
	width: 1000px;
}

.img1 {
	width: 300px;
	height: 225px;
}

.child_content {
	width: 70%;
	margin-left: 30px;
	 position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.5em ;
    color: #454545;
}

.child_content:after {
	position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.emblem1-1 {
    margin: 30px 100px;
}
