@font-face {
  font-family: "Gfont";
  src: url("../fonts/gfont.otf");
}

:root
{
  --my-blue: #3A6688;
  --button-bg: #3A6688;
  --button-text-color: #fff;
  --baby-blue: #f8faff;
  --facebook-color: #4867aa;
  --insta-color: #ff005d;
  --linkedin-color: #027bb6;
  
}


*
{
    box-sizing: border-box;
}

body
{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'Helvetica', sans-serif;
  /* font-family: 'Poppins', sans-serif; */
  width: 100%;

}

.page
{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: initial;

  scroll-behavior: smooth;
  overflow-x: hidden; 
  
}

h1
{
  margin: 0;
  font-family: "Poppins", sans-serif;
  text-shadow: 1px 1.5px #000000;
  color: #ffffff;
}

h2
{
  /* font-family: "GFont", sans-serif;
  margin: 0; */
  /* font-weight: 600; */
  /* font-size: 70px; */
  color: #000;
}




section.header-top-bar
{
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 80px;

  /* background-color: rgba(230, 230, 230, 0.3); */

  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.705), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.3), #ffffff00);
}

section.header-top-bar img
{
  height: 65px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,.7));
}


section.banner-medium
{

  width: 100%;
  height: 60vh;
  /* max-height: 488px; */

  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: center;

  box-shadow: 0 3px 4px rgba(0,0,0,.4);


}

h1
{
  position: relative;
  z-index: 1;
  font-size: 4em;
  grid-column: 1;
  grid-row: 1;
  padding-left: 100px;
}

.banner-medium .banner-image
{
  position: relative;
  grid-column: 1;
  grid-row: 1;
  

  width: 100%;
  height: 60vh;
  /* max-height: 488px; */
  background-color: #000;
  
}

.banner-medium .banner-image::before
{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  /* width: var(--bg-width); */
  /* max-width: 130%; */
  height: 100%;
  /* height: 50vh; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/pawel-czerwinski-PfIxbIu_7YM-unsplash.jpg');
  

  opacity: .9;
}

.about-container
{
  
  margin: 80px 0;
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  align-items: center;
  /* justify-content: center; */
  /* gap: 50px; */
}

.about-container .me-description
{
  position: relative;
  /* top: -210px;
  left: 0; */
  width: 95%;
  max-width: 700px;
  height: 100%;
  display: grid;
  /* grid-template-rows: 250px auto 1fr 50px; */
  /* justify-items: center; */
  margin: 0 25px;
  /* background-color: #fff; */
}

.about-container .me-description h2
{
  /* text-decoration: underline; */

  margin: 0;
  margin-top: 30px;
  /* font-style: italic; */
  font-weight: 600;
  justify-self: flex-start;
  font-family: "Poppins", sans-serif;
  /* font-family: "GFont", sans-serif; */
  font-size: 1.5em;
  /* font-size: 70px; */
  color: #000;
  /* text-shadow: 1px 1.5px 1px rgba(0, 0, 0, 0.4); */
}

/* .about-container .me-description h2:nth-child(n+1)
{
  
  justify-self: flex-start;
} */

.about-container .me-description p,
.about-container .me-description ul li
{
  text-align: justify;
  line-height: 25px;
}







@media (min-width: 1300px) {
  /* h1
  {
    font-size: 5em;
  } */

  /* .about-container
  {
    padding: 0 100px;
  } */
}


@media (max-width: 1000px) {
  /* .about-container
  {
    padding: 0;
  } */
  
}




@media (max-width: 880px) {

  
}




@media (max-width: 800px) {

  h1
  {
    padding: 0;
    text-align: center;
  }

  /* .header-top-bar a
  {
    display: none;
  } */

  section.header-top-bar
  {
    display: none;
  }

  
  .hypno-arche,
  .reglementation
  {
    width: 100%;
  }
}

@media (max-width: 700px) {

  section.waves,
  section.waves svg
  {
    height: 110px;
  }
}


@media (max-width: 650px) {
  
  footer
  {
    height: unset;
    padding: 5px;
  }
  
  footer,
  .reglementation,
  .footer-copyright
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .reglementation,
  .reglementation a,
  .footer-copyright
  {
    margin: 10px 0;
  }
  
  .footer-copyright p
  {
    margin: 3px 0;
  }
  
  img.logo-arche
  {
    width: 130px;
    height: 130px;
  }
  
  a.snh-bg
  {
    width: 95px;
    height: 93px;
  }

  img.logo-snh
  {
    width: 125px;
    height: 125px;
  }
  
}


@media (max-width: 600px) {

  .about-container
  {
    padding: 0;
  }

  section.banner-medium 
  {
    
    justify-content: center;
    
    padding-left: 0;
  }

  .about-container .me-description h2
  {
    font-size: 1.3em;
    text-align: center;
    justify-self: unset;
  }


}


@media (max-width: 500px) {

  h1
  {
    font-size: 2.5em;
  }
}