body {
  background-image: url("../images/bg1.jpg");
  background-size: cover;
  margin: 0;
  padding: 0;
}

body header {
  padding: 20px;
  height: 40px;
}

body header .logo img {
  width: 40px;
  float: left;
  vertical-align: middle;
}

body header .menubutton {
  float: right;
  padding: 5px;
  padding-top: 2px;
  background-color: transparent;
  color: #caf8c4 !important;
  font-size: 22px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
}

body header .title {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  position: relative;
  vertical-align: middle;
  float: left;
  margin-left: 6px;
  margin-top: 2px;
}

body header menu {
  position: absolute;
  right: 5px;
  top: 85px;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  display: none;
}

body header menu.show {
  display: block;
}

body header menu li {
  font-family: "Athiti", sans-serif;
  font-weight: 500;
  font-style: normal;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

body header menu li a {
  text-decoration: none;
  color: #000;
}

body .wrap {
  width: 100%;
  height: 100%;
}

body .wrap .logo {
  margin: auto;
  width: 100%;
  margin-top: 150px;
  text-align: center;
}

body .wrap .logo img {
  width: 160px;
  position: absolute;
  margin-left: -80px;
  left: 50%;
}

body .wrap .logo .title {
  position: relative;
  padding-top: 160px;
  display: block;
  color: #fff;
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
}

body .wrap .logo .tagline {
  position: relative;
  color: #6F6;
  font-family: "Athiti", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: none;
}

body .wrap .logo .tagline.show {
  display: inline-block;
}

body .wrap .logo button {
  padding: 10px;
  margin-top: 30px;
  background-color: #6d9b6d;
  color: #fff;
  border: 1px solid #fff;
}

body .wrap .entrycheck {
  border: 1px solid green;
  background-color: rgba(33, 255, 55, 0.15);
  width: 280px;
  padding: 10px;
  margin: auto;
  margin-top: 20px;
}

body .wrap .entrycheck input[type="checkbox"] {
  -webkit-transform: scale(2);
          transform: scale(2);
}

body .wrap .entrycheck input[type="checkbox"].hide {
  display: none;
}

body .wrap .entrycheck label {
  color: #fff;
  font-family: "Athiti", sans-serif;
  font-weight: 300;
  margin-left: 10px;
}

body .wrap .entrycheck label.hide {
  display: none;
}

body .wrap .entrycheck .spin {
  display: none;
}

body .wrap .entrycheck .spin.show {
  display: block;
  height: 40px;
}

body .wrap .entrycheck .spin img {
  width: 30px;
  height: 30px;
  margin: auto;
  margin-left: -15px;
  padding-top: 5px;
}

body article {
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 200;
  width: 100%;
  height: 100%;
}

body article p a {
  color: #227522;
}

body article h3 {
  padding: 10px;
  margin: 0;
  padding-top: 20px;
}

body article .charts {
  padding: 5px;
}

body article .charts canvas {
  width: 500px;
  background-color: #fff;
  margin-bottom: 20px;
}

body article .profiles {
  width: 98%;
  margin: 1%;
}

body article .profiles h2 {
  margin: 0;
  padding: 0;
  padding-top: 25px;
}

body article .profiles .profile {
  padding: 1%;
  margin: 1% 0;
  background-color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

body article .profiles .profile .pic {
  min-width: 180px;
  height: 200px;
  width: 200px;
  border: 1px solid #868aa1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 10px;
}

body article .profiles .profile .words {
  padding-left: 10px;
  margin: 10px 0;
}

body article .profiles .profile .words h3, body article .profiles .profile .words h4, body article .profiles .profile .words h5 {
  padding: 0;
  margin: 0;
}

body article .profiles .profile .pic-jw {
  background-image: url(../images/profile/Image25.jpg);
}

body article .profiles .profile .pic-pm {
  background-image: url(../images/profile/Image23.jpg);
}

body article .profiles .profile .pic-sr {
  background-image: url(../images/profile/Image26.jpg);
}

body article .profiles .profile .pic-ar {
  background-image: url(../images/profile/Image24.jpg);
}

body article .profiles .profile .pic-td {
  background-image: url(../images/profile/Image27.jpg);
}

body article .profiles .profile .pic-im {
  background-image: url(../images/profile/Image31.jpg);
}

body article .profiles .profile .pic-kg {
  background-image: url(../images/profile/Image28.jpg);
}

body article .about {
  padding: 2%;
  background-color: #fff;
}

body article .about .wrapmap {
  text-align: center;
}

body article .about .wrapmap img {
  max-width: 800px;
  width: 96%;
  padding: 2% 0;
}

body footer p {
  font-family: "Merriweather Sans", sans-serif;
  color: #aaa;
  text-align: center;
  padding: 20px;
  font-size: 12px;
}
/*# sourceMappingURL=main.css.map */