@charset "utf-8";

@media screen and (min-width: 600px) {
	#hero_main {
		width: 739px;
		margin-top: 4rem !important;
		margin-bottom: 2rem !important;
		padding-top: 130px;
		background-position: right !important;
		height: 350px !important;
		background-image: url("../img/what_kind_aem.png");
	}
}

#hero_main {
	height: 25em;
	background-image: url("../img/what_kind_aem_mini.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	width: auto;
	margin: 2rem auto 0 auto;
	box-sizing: border-box;
}
#hero_main p {
	font-size: 16px;
}

h1 {
	background-color: rgba(255,255,255,0.9);
	color: black;
	font-weight: bolder;
	font-size: 26px;
	width: 400px;
}
h1 + p {
	background-color: rgba(255,255,255,0.9);
	width: 300px;
	margin-left: 30px;
	/*text-shadow: 0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white,0 0 4px white;*/
}

h1::before {
	border: none;
	content: none;
	display: block;
	margin: 0;
	position: inherit;
}


body > div > nav > ul {
	margin: 0;
	text-align: center;
}
body > div > nav > ul > li {
	list-style: none;
	width: 120px;
	margin: 10px;
	padding: .9rem 4rem;
	background-color: white;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #dcdcdc;
	display: inline-block;
	font-weight: bolder;
	position: relative;
}
body > div > nav > ul > li:first-child {
	margin: 0 10px 10px 10px;
	background-color: #98e075;
	border: none;
}
body > div > nav > ul > li:not(:first-child) a::after {
	position: absolute;
	top: 5%;
	left: 1.5rem;
	content: '';
	margin-top: 12px;
	border: 8px solid transparent;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-color: black;
	transition: all .2s;
}
body > div > nav > ul > li:not(:first-child) a:hover::after {
	left: 2.5rem;
}
body > div > nav > ul > li a {
	text-decoration: none;
	color: black;
}
body > div > nav > ul > li a:hover {
	color: #dcdcdc;
}



table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

table tr {
  background-color: #fff;
}

table th,
table td {
  padding: 10px 0;
  border-top: 1.5px solid #eee;
  border-bottom: 1.5px solid #eee;
  border-right: 1.5px solid #eee;
}

table  th {
  width: 30%;
  padding: 10px 0;
  font-size: 14px;
  padding: 10px;
  background-color: #333;
  color:#fff;
}

table tr{
  text-align: center;
  width: 20%;
  padding: 20px 0;
  background-color: #fff;
  color:#3a3a3a;
}

table tr:hover{
  background-color: #d2f7cd;
}





.box00 {
    position: relative;
    margin: 4em 0;
    padding: 1em 1em;
    border: solid 3px #98e075;
    border-radius: 8px;
    width: 80%;
}
.box00 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #98e075;
    font-weight: bold;
}
.box00 p {
    margin: 0; 
    padding: 0;
}