/* Tablets */
@media screen and (max-width: 1000px) {

header nav {
	float: left;
}

.logo {
	width: 100%;
	clear: both;
}

.nav {
	line-height: 70px;
}

.menu {
	float: left;
}

#container {
	margin-top: 12px;
	overflow: hidden;
}

#mainbanner {
	display: none;
}

.split-container {
	width: 100%;
	flex-direction: column;
}

.split-container img {
	display: block;
	margin: 0 auto;
 	width: 60%;
}

.intro-container-About {
	width: 80%;
  text-align: center;
  margin: 10px auto;
}

.intro-container-About h5 {
	text-align-last: center;
}

.img-About img {
	margin: 10px auto 30px;
}

.intro-container{
	margin: 40px auto;
}

.intro-container {
	width: 80%;
  text-align: left;
  margin: 10px auto;
}

.box-container {
	flex-direction: column;
}

.box {
	width: 70%;
	align-self: center;
}

.box p {
	font-weight: normal;
}

footer ul {
	width: 100%;
	text-align: center;
	float: none;
}

}

@media screen and (max-width: 480px) {

.nav{
	height: 60px;
}

#container {
	float: left;
}

#container>.btn, #container>.btn1:hover, #container>.btn2:hover{
	display: none;
}

#mainbanner {
	display: none;
}

.split-container img {
	width: 98%;
}

.intro-container {
	margin: 0 auto;
}

.intro-container-About p {
	font-weight: normal;
}

.intro-container p {
	line-height: 25px;
	font-size: smaller;
	font-weight: normal;
}

.item {
	width: 70px;
	height: 70px;
	margin: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.item img {
	width: 70px;
}

.item h3 {
	font-size: smaller;
}

.box-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.box {
	display: flex;
  flex-direction: column;
  background-color: #fff;
  line-height: 40px;
  width: 70%;
  margin: 20px 15px;
  border-radius: 12px;
	align-self: center;
}

.box h4 {
	font-size: medium;
	font-weight: normal;
}

.box {
	margin-left: 0;
	margin-right: 0;
	font-size: smaller;
}

label {
	display: block;
	cursor: pointer;
}

.logo {
	width: 100%;
	clear: both;
}

.menu {
	text-align: center;
	width: 100%;
	display: none;
	float:left;
}

.menu a {
	display: block;
	border-bottom: 1px solid #eaeaeb;
	margin: 0;
	line-height: 50px;
	font-size: 100%;
}

.menu a:hover{
	height: 50px;
	line-height: 50px;
}

.menu a:active{
	height: 50px;
	line-height: 50px;
}


#toggle:checked + .menu {
	display: block;
	cursor: pointer;
}

#banner img {
	margin-top: 18px;
}

#slogan-section{
	background: #e20422;
}

footer ul {
	width: 80%;
	text-align: center;
	float: none;
}
