/* Example CSS file */ 

html,body{
    font-family: HelveticaNowDisplay-Bold, Helvetica, Arial, sans-serif;
    background: white;
}

#content{
  overflow: hidden;
  min-height: 98vh;
}

.mix_blend{
   mix-blend-mode: difference;
}

.hl_stagger_in{
  color: #fff;
}

.hamburg{
  color: #fff;
}

.stroketext_w{
  text-stroke: 1px rgb(255, 255, 255);
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  color: #000;
  }

  .stroketext_glow{
    animation: flicker 1.5s infinite alternate;
    color: #000 !important;
    }

    /* Flickering animation */
@keyframes flicker {
    
  0%, 18%, 22%, 25%, 53%, 57%, 100% {

      text-shadow:
      0 0 4px #fff,
      0 0 11px #fff,
      0 0 19px #fff,
      0 0 40px #0fa,
      0 0 80px #eff7d1,
      0 0 90px #eff7d1,
      0 0 100px #eff7d1,
      0 0 150px #eff7d1;
  
  }
  
  20%, 24%, 55% {        
      text-shadow: none;
  }    
}


.stroketext_s{
    text-stroke: 1px rgb(0, 0, 0);
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    }

    .exhibitions_container h1{
        font-family: HelveticaNowDisplay-Bold;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .exhibitions_container h2{
      font-family: HelveticaNowDisplay-Bold;
      font-size: 16px;
      margin-top: 5px;
  }

  .exhibitions_container h3{
    font-family: HelveticaNowDisplay-Regular, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

    .pointereventsnone{
      pointer-events: none;
    }

 .fittinger figure{
height: 100%;
width: 100%;
overflow: hidden;
 }   

 .fittinger a{
  height: 100%;
  width: 100%;
   }   

   .fittinger img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
     }   

     .fittinger img:hover{
    transform: scale(1.05);
       }   

.header{
   position: fixed;
   z-index: 10;
}

#logo{
    width: 200px;
    left:55px;
    position: fixed;
    top: 30px;
    z-index: 1;
    mix-blend-mode: difference;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

#logo a{
  cursor: pointer;
}


#logo img{
  cursor: pointer;
    width: 100%;
}


#topnav{
    position:fixed;
    z-index: 10;
    top: 45px;
    right: 60px; 
    mix-blend-mode: difference;
    color: rgba(255, 255, 255, 1);
}

#topnav a{
    text-decoration: none;
}

#topnav ul{
    list-style-type: none;
    padding: 30px;
    margin-left:-30px;

}

#topnav li{
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

#topnav > li{
    text-transform: uppercase;
    margin: 0px 0px 0px 30px;
    font-size: 25px;
}

#topnav > li > ul{
    font-size: 18px;
    line-height: 30px;
   padding-top: 15px;
}

#topnav > li > ul > li{
    text-wrap: nowrap;
    display: block;
    text-transform: none;
}

.dropdown{
display: none;
overflow: hidden;
position: absolute;
top: 100%;
left: 0;
}

 #topnav li ul li:hover .dropdown, #topnav li:hover .dropdown{
     display: block;
    }

.faded{
    opacity: .5;
    transition: opacity 0.8s ease 0s, left 0.8s ease 0s;
}    


#topnav > li > a::after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0.3s, left 0.3s ease 0.3s;
    width: 0;
  }

  #topnav > li > a:hover::after { 
    width: 100%; 
    left: 0; 
    background: #000;
  }

  .dropdown a.current{
    opacity: 1 !important;
  }


  #topnav > li > a.current::after{
    background: none repeat scroll 0 0 transparent !important;;
    bottom: 0 !important; 
    content: "" !important;
    display: block !important;
    height: 3px !important;
    left: 0 !important;
    position: absolute !important;
    background: #fff !important;
    transition: width 0.3s ease 0.3s, left 0.3s ease 0.3s !important;
    width: 100% !important;
  }


  #topnav:hover  a.current::after{

        background: #000 !important;
  }


  .follow {
    display: none;
    height: 30px;
    width: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: fixed;
    top:-300px;
    z-index: 10;
    transform:translate(-50%, -50%);
    pointer-events: none;
    border-radius: 800px;
    background-color: rgba(255, 255, 255, 0.9);
    mix-blend-mode: difference;
    transition: width 1s ease-in-out, height 1s ease-in-out;
  }

  .follow img{
    width: 100%;
    height: auto;
   background-color: #fff;
   opacity: .3;
  }

  .middle_big{
    height: 60px !important;
    width: 60px !important;
    transition: width 1s ease-in-out, height 1s ease-in-out;
  }


  .biggy{
    height: 1200px !important;
    width: 1200px !important;
    border-radius: 800px;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    mix-blend-mode: normal;
    transition: width 1s ease-in-out, height 1s ease-in-out;
  }
  

  .info_container strong{
  font-family:'HelveticaNowDisplay-bold';
  font-weight: normal;
}

.footer{
  margin: -40px 60px 0px 60px;
  height: 40px;
  mix-blend-mode: difference;
  color: #fff;
  padding-top: 10px;
  font-family: HelveticaNowDisplay-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.copyright{
  float: right;
}

.sermon a{
  text-decoration: none;
}

  /* MEDIA QUERIES max-width: 640px*/


 @media (max-width: 640px){


    #header{
        left:15px;
        right: 15px;
        mix-blend-mode: normal;
      }
      
      #logo{
          width: 180px;
          margin-top: 15px;
          z-index: 11;
          left: 15px;
      }


      .menu-button {
        position: fixed;
        top: 35px;
        right: 15px;
        z-index:11;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 9px;
        width: 60px;
        height: 60px;
        cursor: pointer;
        mix-blend-mode: difference;
      }
      
      .menu-button__line,
      .menu-button::before,
      .menu-button::after {
        content: "";
        width: 40px;
        height: 3px;
        background-color: #ffffff;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
      }
      
      .menu-button.is-opened .menu-button__line {
        opacity: 0;
      }
      
      .menu-button.is-opened::before {
        transform: translateY(12px) rotate(-315deg);
      }
      
      .menu-button.is-opened::after {
        transform: translateY(-12px) rotate(315deg);
      }
      

      #topnav{
        position:fixed;
        z-index: 10;
        top: 0px;
        bottom:0px;
        left: 100%; 
        right: -100%; 
        mix-blend-mode: normal !important;
        color: black;
        /* justify-content: center; */
        align-items: center;
       flex-direction: column;
        background-color: #fff;
        display: flex;
        transition: all 1s ease 0.3s;
        padding-top: 160px;
        overflow: scroll;
    }



    #topnav.menu-open{

        right: 0px;
        left: 0px; 
        transition: all 1s ease 0.3s;
    }


    #topnav li{
        display:  block;
        position: relative;
        text-align: center;
        mix-blend-mode: normal !important;
        color: #000 !important;
        transition: all 1s ease 0.3s;
    }

    #topnav > li{
        text-transform: uppercase;
        margin: 0px 0px 25px 0px;
        font-size: 25px;
    }

    #topnav > li > ul{
        font-size: 18px;
        line-height: 30px;
       padding-top: 0px;
       padding-bottom: 0px;
       margin: 0px;
    }

    .dropdown{
        display:block;
        height: 0px;
        /* width: 0px; */
        overflow: hidden;
        position: relative;
        top: 10px;
        left: auto;
        right: auto;
        transition: height 1s ease 0.3s, left 1s ease 0.3s;
        }

        #topnav li ul li:hover .dropdown, #topnav li:hover .dropdown{
            /* display: block; */
            height: 100%;
            width: auto;
            transition: height 1s ease 0.3s, left 1s ease 0.3s;
           }
       

        #topnav > li > a::after {    
            background: none repeat scroll 0 0 transparent;
            top: 35px;
            bottom: auto;
            content: "";
            display: block;
            height: 3px;
            left: 50%;
            position: absolute;
            background: #000000;
            transition: width 0.3s ease 0.3s, left 0.3s ease 0.3s;
            width: 0;
          }

          #topnav > li > a.current::after{
            background: none repeat scroll 0 0 transparent !important;;
            bottom: 0 !important;
            content: "" !important;
            display: block !important;
            height: 3px !important;
            left: 0 !important;
            position: absolute !important;
            background: #000000 !important;
            transition: width 0.3s ease 0.3s, left 0.3s ease 0.3s !important;
            width: 0% !important;
          }

          #topnav > li > a.current:hover::after{
            background: none repeat scroll 0 0 transparent !important;;
            bottom: 0 !important;
            content: "" !important;
            display: block !important;
            height: 3px !important;
            left: 0 !important;
            position: absolute !important;
            background: #000000 !important;
            transition: width 0.3s ease 0.3s, left 0.3s ease 0.3s !important;
            width: 100% !important;

          }

          .follow {
            display: none !important;
           }

 }

 
  