/* playfair-display-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/playfair-display-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* playfair-display-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/playfair-display-v37-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* playfair-display-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/playfair-display-v37-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* playfair-display-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/playfair-display-v37-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* playfair-display-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/playfair-display-v37-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  @font-face {
    font-family: "Belinda W00 Regular";
    src: url("/fonts/f6a8b2423790ec81bbbd18662bbc7f03.eot");
    src: url("/fonts/f6a8b2423790ec81bbbd18662bbc7f03.eot?#iefix")format("embedded-opentype"),
    url("/fonts/f6a8b2423790ec81bbbd18662bbc7f03.woff2")format("woff2"),
    url("/fonts/f6a8b2423790ec81bbbd18662bbc7f03.woff")format("woff"),
    url("/fonts/f6a8b2423790ec81bbbd18662bbc7f03.ttf")format("truetype"),
    url("/fonts/f6a8b2423790ec81bbbd18662bbc7f03.svg#Belinda W00 Regular")format("svg");
}
/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
}
main a{
    display: inline;
}

.topbar{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #000;
}
.topbar p{
    margin-top: 10px;
    font-size: 22px;
    font-weight: 300;
}
.topbar h1{
    font-family: 'Playfair Display';
    font-size: 48px;
}
.topbar h3{
    font-family: "Belinda W00 Regular";
    font-weight: 300;
    font-size: 28px;
}
.display-button{
    cursor: pointer;
    width: 90%;
    margin: 10px auto;
    padding: 15px;
    text-align: center;
    background-color: rgb(237 233 225);
  }
  .nav-list{
    text-align: center;
    display: none;
  }
  .nav-list.show{
    display: block;
  }
  .nav-list li{
    padding: 15px;
    cursor: pointer;

  }
  .nav-list a{
    display: block;
    color: #000;
  }
  .photo{
    width: 90%;
    margin: 0 auto;
  }
  .bratt{
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
    text-align: center;
    max-width: 550px;
  }
  .bratt h2{
    font-size: 36px;
    font-weight: 300;
    padding-top: 15px;
  }
  .bratt p{
    text-align: left;
    padding-top: 15px;
    font-weight: 300;
    padding-bottom: 15px;
  }
  .event{
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .event h2{
    font-weight: 300;
    text-align: center;
    font-size: 36px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .event p{
    font-family: 'Playfair Display';
    font-size: 20px;
    font-weight: 300;
  }
  .event span{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
  }
  .event img{
    margin-top: 30px;
  }
  .line{
    width: 80%;
    margin: 50px auto;
    height: 2px;
    background-color: #000;
    margin-bottom: 0;
}
.down{
    text-align: center;
    margin-top: 100px;

}
.line2{
    height: 2px;
    background-color: #000;
    margin-bottom: 0;
}
.down img{
    margin-top: -50px;
}
.unu img{
    width: 32px;
    margin-top: 10px;
}
.unu{
    margin-top: 30px;
    text-align: center;
    font-family: 'Playfair Display';

}
.unu h3{
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 30px;
}
.unu p{
    font-size: 18px;
    padding-top: 5px;
}
.unu span{
    text-decoration: underline;
    cursor: pointer;
    color:#173981 ;
}
footer{
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    margin-top: 80px;
}

.second{
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .second h2{
    font-weight: 300;
    text-align: center;
    font-size: 52px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .second p{
    font-family: 'Playfair Display';
    font-size: 20px;
    font-weight: 300;
    padding-top: 20px;
  }
  .second span{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
  }


@media (min-width:767px){
.wrapper{
    width: 95%;
    margin: 0 auto;
    max-width: 1000px;
}
.display-button{
    display: none;
}
.nav-list{
    display: block;
}
.nav-list li{
    display: inline-block;
}
.current{
    background-color: rgb(237 233 225) ;
}
.nav-list li:hover{
    background-color:  rgb(237 233 225);
}
.rgt{
    float: right;
}
.unu{
    width: 33%;
    float: left;
}
.unu h3{
    margin-top: 80px;
}
.photo{
    margin-top: 10px;
}

}