@charset "UTF-8";

h3{
  font-size:42px;
  text-align: center;
}
#bgimg {
  background-image: url(img/forests.jpg);
  position: fixed;
  width: 120vw;
  height: 120vh;
  z-index: -20;
  animation-name: anim_h;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 6s;
}
 @keyframes anim_h {
   0% {
     transform: translate(0, -100px); 
  }
   100% {
     transform: translate(0, -80px); 
  }
}
.about{
  font-family: var(--font-sans);
}
.about p {
  margin: 0;
  font-size: clamp(14px, 3vw, 20px);
}
.speech{
  background-image:url(img/forestsback.jpg) ;
  padding:15vh 0;
  color:var(--clr-bl);
}

.speech_container{
  width: 70%;
  margin: 0 auto;
  padding: 40px 40px 100px 40px;
  background-color: rgba(230 255 230/0.3);
  border-radius: 2px;
  box-shadow: 8px 8px 5px 5px rgba(0, 0, 0, 0.2);
}
h3 {
     font-weight: 400;
    font-style: normal;
}
.sentence{
  display: flex;
  flex-direction: row;
  gap:clamp(30px,5vw,100px);
  line-height: 1.6em; 
  padding-top:100px ;
}
.sentence p {
  width:80%;
 }

.rep {
  display: flex;
  flex-direction: column;
  gap:15px;
}
.rep img {
  width: 400px;
  height: auto;
  filter:drop-shadow(5px 5px 8px var(--vlr-bl));
}
.rep p{
width: 100%;
font-size: 20px;
text-align: center;
}

.overview{
  position: relative;
  background-color: var(--clr-wh);
  padding:10vh 0;
  color: var(--clr-bl);
}
.overview p {
  padding: 0;
  width: 80%;
  margin: 0 auto;
  line-height: 2em;
}
.ov{
    position: relative;
    width: 70%;
    padding:50px 0;
    margin: 0 auto;
}
.ov:before,
.ov:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.ov:before {
  border-left: 10px solid var(--clr-deepgreen);
  top: 0;
  left: 0;
}
.ov:after {
  border-right: 10px solid var(--clr-green);
  bottom: 0;
  right: 0;
}

.overview_container {
  width:600px;
  margin: 0 auto;
  padding:15vh 0;
}
.overview_container p{
  padding-top:20px ;
  text-align: right;
}
.contents{
  display: flex;
  flex-direction: row;
  border-top: 1px solid var(--clr-lightwh);
  height: 50px;
  line-height: 50px;
}

.topics {
  width: 120px;
  padding-left: 20px;
  font-size: 18px;
}

.content {
  padding-left: 20px;
  font-size: 18px;
}
.borderbottom{
  border-bottom:1px solid var(--clr-lightwh);
}
.org{
  background: linear-gradient(to bottom, rgba(20, 80, 20, 0.9), rgba(20, 80, 20, 0.6),rgba(30, 139, 34, 0));
  padding: 20px 0 15vh 0;
}
.org h3 {
  padding-bottom: 50px;
  color: rgba(200,200,200);
}
.org_container{
  width: 70%;
  margin: 0 auto; 
}
#access {
  width: max(60%, 600px);
  margin: 0 auto;
  color:var(--clr-lightwh);
}

#access iframe {
  width: 100%;
  height: 700px;
  margin: 0 auto;
}

#access_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto;
  padding:15vh 0;
}

.item_container {
  display: flex;
  flex-direction: column;
  width: 600px;
}

@media (max-width: 767px) {
body {
  font-size:16px;
}
p {
  font-size: 16px;
}
h3{
  font-size:32px ;
}
.speech h3 {
  margin: 0;
  padding: 30px 0 20px 0;
}
.speech_container {
  width: 90%;
  margin: 0 auto;
  padding: 0px 20px 50px 20px;
}
.rep  {
  margin: 0 auto;
}
.sentence {
  flex-direction: column-reverse;
  gap:30px;
  line-height: 1.6em;
  padding-top:5px ;
}
.sentence p{
  width: 100%;
}
.overview {
  padding: 50px 0;
}

.ov {
  position: relative;
  width: 90%;
  padding: 30px 0;
  margin: 0 auto;
}
.ov p{
  width:90%;
  margin:0 auto;
}
.overview_container {
  width:max(300px,90%);
  padding-bottom: 15vh;
}

.overview_container h3 {
  padding-bottom: 20px;
}

.contents {
  display: flex;
  flex-direction: column;
  height: 50px;
  line-height: 20px;
}
.topics {
  width:auto;
  padding-left:10px;
  font-size:14px;
  width: 66px;
  height: 20px;
  line-height: 20px;
}
.content {
  width:auto;
  padding-left:10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.org {
  background: linear-gradient(to bottom, rgba(20, 80, 20, 1.0), rgba(20, 80, 20, 0.7), rgba(30, 139, 34, 0));
  padding:20px 0 50px 0;
}
.org h3 {
  padding-bottom: 10px;
}

.org_container {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.org_container img{
  width: 70%;
  margin: 0 auto;
}
#access {
    width:max(300px,90%);
    padding: 50px 0 15vh 0;
  }
#access iframe {
  height: 300px;
}
#access_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding:50px 0 0 0;
}

}
