@import url('https://fonts.googleapis.com/css2?family=Athiti:wght@500;600;700&family=Kanit:wght@200;400;600&display=swap');
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}
body {
  color: #000000;
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  background-color: #599ade;
}
@media (max-width:414px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
}
a {
	color: #70F63B;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #70F63B;
  outline: none;
  text-decoration: none;
}
::-webkit-selection {
  color: #FFFFFF;
  background: #013660;
}
::-moz-selection {
  color: #FFFFFF;
  background: #013660;
}
::selection {
  color: #FFFFFF;
  background: #013660;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.blue {
  color: #26549d;
}
.list li {
  padding-top: 20px;
  margin-left: 20px;
}
.nopad {
  padding: 0px;
  margin: 0px;
}
.name {
  padding-top: 20px;
  padding-bottom: 30px;  
}
.copy {
  font-size: 12px;
  line-height: 16px;
  padding-top: 30px;
}

 .thumbnail .img-fluid {
	 
     width: 100%;
   overflow: hidden;
 }
 .thumbnail { 
     max-height: 250px; 
   position: relative;
   display: block;
   overflow: hidden;
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
   background-color: #fff; 
	 background-position: top center;
	 
 }
 
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 4px);
  }
  to {
    transform: translate(0, -0px);
  }
}
.logo {
  position: fixed;
  z-index: 99;
  width: 100%;
	background-color:rgba(255, 255, 255, 0.8);
	padding: 10px;
}
.menu {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #26549d;
  padding-right: 10px;
}
.inside {
  z-index: 9;
  position: absolute;
  background-color: rgba(177, 206, 83, 0.7);
  padding: 20px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  max-width: 300px;
}
#first-block {
  background-color: #2868b1;
  padding: 20px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}
.title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.header {
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
}
.header2 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
}
.subheader {
  font-size: 20px;
  line-height: 24px;
  padding-top: 10px;
  font-weight: 600;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
@media (max-width:414px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .header {
    font-size: 24px;
    line-height: 28px;
  }
  .header2 {
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
  }
  .subheader {
    font-size: 18px;
    line-height: 20px;
  }
  .small {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
  }
}
.small {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.enter {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  background: rgb(202, 233, 202);
  background: linear-gradient(20deg, rgba(202, 233, 202, 1) 0%, rgba(252, 248, 224, 1) 92%);
  color: #253f25;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  border-radius: 12px; 
  border: 1px solid #849984;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.enter:hover {
  padding: 10px;
  background-color: #437744;
  color: #1a7232;
  text-decoration: none;
}
.enter:active {
  padding: 10px;
  background-color: #066734;
  color: #FFFFFF;
  text-decoration: none;
}
.zoom {
  transition: transform .2s; /* Animation */
}
.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/*overlay rules */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background-color: rgba(97, 20, 94, 0.9);
  overflow-y: scroll;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 7%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: #FFFFFF;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}