@font-face {
  font-family: Montserrat;
  src: url(../font/montserratregular.otf);
}
body {
  width:100%;
  padding-top: 0;
}
#hero  {
    width:100%;
    font-family: Montserrat;
}
nav {
  top: 0;
  position: fixed;
  width: inherit;
}
#home-btn {
  margin-top: 10px;
  text-align: center;
}
#home-btn input {
  padding: 10px;
  background-color: rgba(102,135,138,1);
  color: white;
  border-radius: 10px;
}
.menu-normal {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: rgba(255,255,255,1);
}
.menu-normal a {
  padding: 1.5% 2%;
  text-decoration: none;
}
a.btn {
  padding: 2% 2% 1%;
  text-decoration: none;
}
img.logoscroll {
  margin-top: 10px;
  padding-left: 8%;
  max-width: 500px;
  overflow: hidden;
  transition: all 0.5s;
}
.btn {
  font-family: Montserrat;
  font-size:130%;
  background: none;
  color:rgba(153,153,153,1);
  position: relative;
  transition:color 0.25s ease;
  border: none;
}
.btn:hover {
  color:rgba(51,167,23,1);
}
.btn::after {
  position: absolute;
  content: '';
  top:50%;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: rgba(153,153,153,0.3);
  transform: translateX(-50%) translateY(-50%);;
  transition:width 0.25s ease;
}
.btn:hover::after {
  width: 100%;
}
.btn:focus {
  background: rgba(153,153,153,0.3);
  outline:0;
}
.menu-underline {
  width:100%;
  height:10px;
  background-image: linear-gradient(rgba(128,128,128,1), rgba(128,128,128,0.3), rgba(0,0,0,0));
}
.inner-container {
  margin:auto;
  width:75%;
}
.programdetails {
  display: flex;
}
.programheader {
  display: flex;
  justify-content: space-around;
  margin-top: 10%;
}
.programtitle {
  border-bottom: 2px solid rgba(51,167,23,1);
}
.programtitle h1 {
  text-align: center;
  padding: 0% 0 1%;
  font-size: 130%;
  font-weight: bold;
  color:rgba(153,153,153,1);
}
.programdetails {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 3%;
}
@media only screen and (max-device-width : 1200px) {
  .programdetails {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.programtext {
  max-width: 700px;
}
.programsection {
  width: 100%;
  margin-top: 2%;
}
.programsection p{
  display: inline-block;
  color:rgba(153,153,153,1);
  line-height: 1.5;
}
.programsection a {
  text-decoration: none;
}
.programsection span {
  color: rgba(51,167,23,1);
  font-weight: bold;
}
.poster-details {
  justify-content: space-around;
}
.poster {
  height: 800px;
  width: 595px;
  box-shadow: 0px 0px 20px 5px #000000;
  background-size: cover;
  background-position: center;
}
.zhineng {
  width: 700px;
  height: 300px;
  margin: 2% 0 2% 2%;
  box-shadow: 0px 0px 20px 5px #000000;
  background-image: url(../images/zhineng.jpg);
  background-size: cover;
  background-position: center;
}
.ertekeseletek {
  width: 700px;
  height: 400px;
  margin: 3% 0 3% 2%;
  box-shadow: 0px 0px 20px 5px #000000;
  background-image: url(../images/hands-with-flower.jpg);
  background-size: cover;
  background-position: center;
}
.climate-change-the-facts img{
  margin: 3% 0 3% 2%;
  box-shadow: 0px 0px 20px 5px #000000;
}
.ratoti-zoltan {
  background-image: url(../images/ratoti_zoltan.png);
}
.can-we-stop-climate-change {
  background-image: url(../images/can_we_stop_climate_change.png);
  height: 830px;
  width: 700px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.hamvas-emleknap {
  background-image: url(../images/hamvas_em.jpg);
  height: 550px;
  width: 800px;
}

.poster-haromkiralyok {
  height: 790px;
  width:900px;
  box-shadow: 0px 0px 20px 5px #000000;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.haromkiralyok {
    background-image: url(../images/haromkiralyok.png);
    height: 550px;
    width: 900px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}

.christmas-message {
  margin: 40px;
  text-align: center;
  color: rgba(51,167,23,1);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.sesshin-0816 {
  background-image: url(../images/sesshin_0816.png);
  height: 830px;
  width: 700px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.nevezetes-nevtelen-1 {
  background-image: url(../images/nevezetesnevtelen1.png);
  height: 450px;
  width: 800px;
}

.nevezetes-nevtelen-1-section {
  width: 800px;
  margin: 0px auto;
}

.nevezetes-nevtelen-2 {
  background-image: url(../images/nevezetesnevtelen2.png);
  height: 450px;
  width: 800px;
}

.nevezetes-nevtelen-2-section {
  width: 800px;
  margin: 0px auto;
}

.nevezetes-nevtelen-3 {
  background-image: url(../images/nevezetesnevtelen3.png);
  height: 450px;
  width: 800px;
}

.nevezetes-nevtelen-3-section {
  width: 800px;
  margin: 0px auto;
}

.nevezetes-nevtelen-4 {
  background-image: url(../images/nevezetesnevtelen4.png);
  height: 450px;
  width: 800px;
}

.nevezetes-nevtelen-4-section {
  width: 800px;
  margin: 0px auto;
}

.hamvasbelaest {
  background-image: url(../images/hamvasbelaest.png);
  height: 840px;
  width: 635px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.hamvas-53-emlek-section {
  width: 800px;
  margin: 0px auto;
}

.sesshin211107 {
  background-image: url(../images/sesshin211107.png);
  height: 840px;
  width: 635px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.hamvas125 {
  background-image: url(../images/hamvas125.jpg);
  height: 840px;
  width: 594px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.fmcklima {
  background-image: url(../images/fmc_klima.jpg);
  height: 840px;
  width: 594px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.emlekezes-2022-1 {
  background-image: url(../images/2022_emlekezes_1.png);
  height: 450px;
  width: 800px;
}

.emlekezes-2022-2 {
  background-image: url(../images/2022_emlekezes_2.png);
  height: 450px;
  width: 800px;
}

.emlekezes-2022-3 {
  background-image: url(../images/2022_emlekezes_3.png);
  height: 450px;
  width: 800px;
}

.megemlekezes-2024 {
  background-image: url(../images/2024_megemlekezes.png);
  height: 570px;
  width: 800px;
}

.sesshin250601 {
  background-image: url(../images/sesshin250601.png);
  height: 840px;
  width: 635px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}