/* lato-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: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-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: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-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: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-900 - 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: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v24-latin-900.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: 'Lato';
    background-color: rgb(34, 28, 28);
}
main a{
    display: inline;
}
.display-button{
    background-color:#1d1919 ;
    color: rgba(255,255,255,.5);
    cursor: pointer;
}
.display-button p{
    text-align: center;
    padding: 20px;
    letter-spacing: 2px;
    font-size: 12px;
}
.nav-list{
    text-align: center;
    background-color:#1d1919 ;
    padding-bottom: 20px;
    display: none;
}
.nav-list.show{
    display: block;
}
.nav-list li{
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 10px;
    font-weight: 100;
    cursor: pointer;
}
.nav-list a{
    color: rgba(255,255,255,.5);
    display: block;
}
.active a{
    color: rgba(255, 255, 255, 0.853);

}
.nav-list li:hover{
    color: #eac381;
}
.container{
    text-align: center;
    width: 80%;
    margin: 50px auto;
}
.container img{
    padding-bottom: 20px;
}
.container p{
    color: rgba(255,255,255,.5);
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 10px;
    cursor: pointer;
}
.container p:hover{
    color: #eac381;

}
.second{
    width: 80%;
    color: rgba(255,255,255,.5);
    margin: 0 auto;
    max-width: 960px;
}
.second h2{
    font-size: 16px;
    padding-bottom: 20px;
}
.second p{
    font-weight: 100;
    line-height: 28px;
}

.left,.right{
    margin-top: 50px;
}
.second img{
    margin-top: 80px;
}
.logo{
    text-align: center;
}
.logo img{
    width: 50%;
}
.map{
    margin-top: 150px;
    cursor: pointer;
}
.content{
    width: 80%;
    margin: 50px auto;  
    color: rgba(255,255,255,.5);
    max-width: 900px;
}
.content h1{
    color: rgba(255,255,255,.5);
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 10px;
}
.content h2{
    color: rgba(255,255,255,.5);
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 10px;
}
.content h3{
    color: rgba(255,255,255,.5);
    font-size: 16px;
    letter-spacing: 2px;
    padding-top: 10px;
}
.content p{
    color: rgba(255,255,255,.5);
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 10px;
}






@media (min-width:640px){
.container{
    width: 70%;
    max-width: 710px;
}
.nav-list{
    width: 60%;
    margin: 30px auto;
    max-width: 700px;
}
.nav-list{
    display: block;
    background-color: transparent;
    text-align: center;
}
.display-button{
    display: none;
}
.nav-list li{
    float: left;
    padding-left: 20px;
}
.left{
    width: 50%;
    float: left;
}
.right{
    width: 50%;
    float: left;
}







}