/* karla-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: 'Karla';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/karla-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* karla-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: 'Karla';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/karla-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* karla-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: 'Karla';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/karla-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* karla-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: 'Karla';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/karla-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* karla-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: 'Karla';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/karla-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* work-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: 'Work Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/work-sans-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* work-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: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/work-sans-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* work-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: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/work-sans-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* work-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: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/work-sans-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* work-sans-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: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/work-sans-v19-latin-700.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: 'Karla';

}
main a{
    display: inline;
}
.display-button{
    cursor: pointer;
    width: 55px;
    padding: 15px;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .display-button span{
    background-color:hsl(222, 62%, 34%);
    display: block;
    height: 6px;
    margin-bottom: 5px;
    width: 6px;
    border-radius: 50%;
    float: left;
    margin: 1px;
  }
  .logo{
    color: hsl(222, 62%, 34%);
    font-family: 'Work Sans';
    font-size: 12px;
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .logo a{
    color: hsl(222, 62%, 34%);
  }
  .nav-list{
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-top: 250px;
    display: none;
  }
  .nav-list.show{
    display: block;
  }
  .nav-list li{
    color: hsl(222, 62%, 34%);
    padding-top: 20px;
    cursor: pointer;
  }
  .nav-list a{
    display: block;
    color:hsl(222, 62%, 34%);
  }
  .display-button2{
    cursor: pointer;
    width: 35px;
    padding: 15px;
    margin-top: 15px;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .display-button2 span{
    background-color:hsl(222, 62%, 34%);
    display: block;
    height: 4px;
    margin-bottom: 5px;
    width: 25px;
    border-radius: 1px;
  }
  .container{
    background-color: hsl(0, 0%, 93%);
    text-align: center;
    padding-top: 30px;
    margin: 15px 15px 0px 15px;
    color: hsl(222, 62%, 34%);

  }
  .wrapper{
    width: 90%;
    margin: 0 auto;
    max-width: 660px;
  }
  .container h1{
    padding-top: 80px;
  }
  .container p{
    padding-top: 15px;
    line-height: 25px;
  }
  .container h2{
    padding-top: 15px;
  }
  footer{
    margin: 0px 15px 15px 15px;
    background-color:hsl(0, 0%, 93%) ;
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
    color: hsl(222, 62%, 34%);

  }
  .container button{
    background-color: hsl(222, 62%, 34%);
    border: none;
    color:#fff ;
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Karla';
    font-size: 16px;
    cursor: pointer;
}
.container button:hover{
    background-color: hsl(352, 74%, 47%);
}
.second{
    background-color: hsl(0, 0%, 93%);
    padding-top: 30px;
    margin: 15px 15px 0px 15px;
    color: hsl(222, 62%, 34%);

  }
  .second h1{
    font-size: 36px;
    font-weight: 300;
  }
  .second p{
    line-height: 25px;
    padding-top: 30px;
  }
  #name{
    width: 100%;
    height: 50px;
    border: 2px solid hsl(222, 62%, 34%);
    border-radius: 3px;
    margin-top: 10px;
  }

  .second h3{
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
  }
  #message{
    width: 100%;
    height: 150px;
    border: 2px solid hsl(222, 62%, 34%);
    border-radius: 3px;
    margin-top: 10px;
  }

  .second button{
    background-color: hsl(222, 62%, 34%);
    border: none;
    color:#fff ;
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Karla';
    font-size: 16px;
    cursor: pointer;
}
.second button:hover{
    background-color: hsl(352, 74%, 47%);
}









@media (min-width:992px){
.logo{
    float: left;
    width: 300px;
    margin-left: 30px;
}

.topbar{
    padding-bottom: 15px;
    width: 95%;
    margin: 0 auto;
}
.display-button{
    display: none;
}
.display-button2{
    display: none;
}

.nav-list{
    display: block;
    padding-top: 0;
    width: 600px;
    height: auto;
    position: relative;
    float: right;
}

.nav-list li{
    float: left;
    margin-left: 15px;
    padding-top: 35px;
    padding-bottom: 15px;
}
.nav-list li:hover{
    border-bottom: 5px solid  hsl(222, 62%, 34%);
}
.second h1{
    font-size: 48px;
}







}