style.css
*{
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
html{
    font-size: calc(60% + 0.8vmin);
}
body{
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: Georgia, serif;
}
/*engineer environ*/
h1 {
    
  padding: 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
  font-size: 40px;
}
h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #0f640c;
  font-size: 50px;
}
/*ชื่อ*/
h4 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 25px;
  text-align: center;
}
/*navigator*/
a {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
}
/*coe34*/
span {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 20px;
  text-align: center;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img, svg {
  vertical-align: middle;
}
.header .navmenu {
  order: 3;
}
nav{
  width: 100%;
  height: 120px;
  background-color: #0f640c;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  
}
nav ul{
  font-family:Georgia, serif ;
  display: flex;

}

nav h1{
  font-family:Georgia, serif ;
}

nav ul li {
  list-style: none;
}

nav ul li a {
  font-family:Georgia, serif ;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: .3s ease;
}
.menu li a{
  margin-top:10px;
  margin-left: 30px;
  height: 100%;
  text-decoration: none;
  font-weight: 700;
  color: #ffffff;
  padding: 0px 30px;
  display: flex;
  
}
nav ul li a:hover {
  color: #000000;
}

/*--------------------------------------------------------------
# Trainers Section
--------------------------------------------------------------*/
.trainers .member {
  position: relative;
}

.trainers .member .member-img {
  margin: 0 700px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .trainers .member .member-img {
    margin: 0 0px;
  }
}

.trainers .member .member-img img {
  position: relative;
  z-index: index 1;
}
.trainers .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.trainers .member .member-info {
  margin-top: 0px;
}

.trainers .member .member-info a {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 22px;
  text-decoration: none;
  color: #000000;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: .3s ease;
}
.trainers .member .member-info a:hover {
  color: #0f640c;
}
.trainers .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  margin-top: -40px;
  margin-bottom: 75px;
}




.menu{
    width: 100%;
    list-style: none;

    
}   



section{
    background-color: #ffffff;
    height: 400px;
    width: 100%;
}

.header-info {
    display: flex;
    justify-content: space-between;
    margin-left: 60px;
    
}
.header img{
   margin-right: 150px;
    margin-top: 120px;
    height: 400px;
    border-radius:5%; 
    
    
    
}
.head {  
    margin-top: 120px;
    margin-left: 30px;
    justify-content: center;
}
.head h3{
    margin-top: 150px;
    margin-left: 50px;
    font-size: 50px;
    font-weight: 1200;
    color: #0f640c;
}
.head p{
    margin-left: 235px;
    margin-top: 15px;
    font-size: 25px;
    color: #136d0f;
    
}
.map{
    margin-top: 300px;
    margin-left: 100px;
    margin-right: 150px;
    display: flex;
    
}
.map iframe{

    width:600px;
    height:300px;
    border-radius:5%;   
}

.map-info{
    margin-top: 20px;
    margin-left: 95px;
    font-family:Georgia, serif ;
    color: #543a3a;
    justify-content: center;
    

}
.map-info h3{

    font-size: 30px;
    font-weight: 200px ;
}
.map-info h2{
    margin-top: 20px;
    font-size: 25px;
    font-weight: 200px ;
}
.map-info p{
    margin-top: 25px;
    font-size: 18px;
    font-weight: 100px
}
.virtual{
    
    margin-top: 200px;
    text-align: center;
    font-weight: 1000;
    font-size: 35px;
    color: #543a3a;
  
}


footer{
  height: 250px;
  margin-top: 200px;
  background-color:#0f640c;
}
.footer2{
    height: 300px;
    margin-top: 4800px;
    background-color:#0f640c;
}
footer h3{
    
    padding-top: 80px;
    text-align: center;
    font-size: 20px;
    font-family:Georgia, serif ;
    color: #ffffff;
    font-weight: bold;
}
footer p{
    
    text-align: center;
    font-size: 20px;
    font-family:Georgia, serif ;
    color: #ffffff;
    font-weight: bold;
}
footer span{
  color: rgb(184, 184, 184);
  font-size: 17px;
}
footer .credits {
  font-size: 17px;
  text-align: center;
  color: rgb(184, 184, 184);
}
footer .credits a {
  text-decoration: none;
  color: #c27a27;
  padding: 10px 5px;
  text-transform: uppercase;
  transition: .3s ease;
}
footer .credits a:hover {
  color: #ffffff;
}