body{
    font-family: "Monteserrat", arial;
    margin: 0;
}

.front-logo img{
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 80%;
    max-width: 1050px;
    display: block;
}

.wrapper{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.logo {
	width: 400px;
	float: left;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}

html {
	font-family: "Montserrat", sans-serif, arial;
}

.nav {
	Text-align: right;
	height: 70px;
	line-height: 70px;
  border-bottom: 1px solid #555555;
}

.menu {
	margin: 0px 30px 0 0;
}

.menu a {
	text-decoration: none;
	clear: right;
	color: #555555;
	margin: 0 10px;
	line-height: 70px;
	font-size: 120%;
}

.menu a:hover {
	color: #ff5b5b;
	line-height: 70px;
}

.menu a:active {
	color: #ff5b5b;
	height: 70px;
}

label  {
	margin-right: 45%;
	font-size: 26px;
	line-height: px;
	display: none;
	width: 26px;
	float: right;
	text-align: center;
}

#toggle {
	display: none;
}

#banner img {
	width: 100%;
	margin: 0 auto 30px auto;
}

#home-menu h2{
    background-image: url(images/menu-head.png);
    background-repeat: no-repeat;
    width: 156px;
    height: 74px;
    text-indent: -10000px;
    margin: 0 auto;
    position: relative;
    top: -4px;
}

#home-menu ul{
    padding: 0;
    list-style-type: none;
}

#home-menu ul:after{
    content: "";
    clear: both;
    display: block;
}

#home-menu li{
    float: left;
    width: 42%;
    padding: 0;
    margin: 20px 0 20px 8%;
}

#home-menu li:nth-child(odd){
    margin: 20px 8% 20px 0;
}

section:after {
  content:"";
  clear: both;
  display: block;
}

.split-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  max-width: 1300px;
  text-align: left;
}

.split-container img {
  width: 100%;
  margin-top: 30px;
}

.intro-container-About{
  display: block;
  width: 42%;
  text-align: right;
  margin: 80px auto;
  font-family: arial;
}

.intro-container-About p {
  color: #555555;
  line-height: 30px;
  font-weight: lighter;
  font-family: system-ui;
}

.intro-container-About h5 {
  color: #555555;
    line-height: 5px;
    font-weight: lighter;
    font-family: system-ui;
    font-size: unset;
}

.intro-container{
  display: block;
  width: 70%;
  max-width: 1000px;
  text-align: center;
  margin: 80px auto;
  font-family: arial;
}

h4 {
  color: #555555;
  font-size: larger;
  font-weight: lighter;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #e04d4d;
  line-height: 40px;
  text-underline-offset: 10px;
}


.intro-container p {
  color: #555555;
    line-height: 30px;
    font-weight: lighter;
    font-family: system-ui;
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 80px;
  flex-wrap: wrap;
}

.flex-container:after {
  content:" ";
  clear: both;
  display: block;
}

.item-container {
  display: flex;
  align-items: center;
  justify-content: space-around;

  flex-wrap: wrap;
}

.item {
  width: 130px;
  height: 130px;
  margin: 10px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item img {
  width: 85px;
}

.item h3 {
  font-weight: lighter;
  color: #5a5a5a;
}

.box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  line-height: 40px;
  width: 23%;
  margin: 10px 15px;
  border-radius: 12px;
  align-self: normal;
}

.box h4 {
  color: #555555;
  font-size: larger;
  font-weight: lighter;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #e04d4d;
  line-height: 40px;
  text-underline-offset: 10px;
}

.box a {
  text-decoration: none;
}

.box:hover {
  border: 2px #e20422 solid;
}

.box p {
  color: #555555;
  font-weight: lighter;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 30px;
}

.index-container{
  display: block;
  width: 70%;
  max-width: 1000px;
  text-align: left;
  margin: 80px auto;
  font-family: arial;
}

.index-container p {
  color: #555555;
  line-height: 30px;
  font-weight: lighter;
  font-family: system-ui;
}

#slogan-section {
	background: url(plan.png) no-repeat fixed;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: arial;
	text-align: center;
  margin-bottom: 70px;
  border-bottom: 2px solid #df2b2b;
}

#heading-caption {
	background-color: #03d6ec;
	color: #fff;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: arial;
	text-align: center;
}

footer{
    background: #3b3b3b;
    margin-top: 0;
    padding: 30px 0;
}

footer:after{
    content: "";
    display: block;
    clear: both;
}

footer ul{
    float: left;
    list-style-type: none;
    color: #eee;
    width: 25%;
    margin: 0 auto;
}

footer li{
    margin: 10px 0;
}

footer a{
    color: #eee;
    text-decoration: none;
}
