@font-face {
    font-family: "Nimbus Sans TW01Con";
    src: url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.eot");
    src: url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/3591a95e9abd510d170b0ba4077e70d3.svg#Nimbus Sans TW01Con")format("svg");
}
/* amatic-sc-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: 'Amatic SC';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/amatic-sc-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* amatic-sc-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: 'Amatic SC';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/amatic-sc-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* niconne-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: 'Niconne';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/niconne-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-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: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v34-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-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: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* raleway-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: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v34-latin-500.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;
    background: url(/images/bg.webp);
    background-size: cover;
}
main a{
    display: inline;
}
.nav-list{
    font-family: "Nimbus Sans TW01Con";
width: 817px;
margin: 0 auto;
background-color: #fff;
margin-top: 20px;

}
.nav-list a{
    color: #000;
}
.nav-list li{
    float: left;
    padding: 7px 15px 7px 15px;
    border-right: 1px solid rgb(20,20,20);
    cursor: pointer;
}
.nav-list li:hover{
    background-color: rgb(183,190,158);
    color: #fff;
}
.active li{
 background-color: #666;
}
.active a{
    color: #fff;
}
.check{
    text-align: center;
    margin-top: 15px;
}
.check img{
    width: 250px;
    cursor: pointer;
}
.logo{
    background-color: #ffffffb4;
    margin-top: 10px;
    border: 1px solid #999;
}
.page-wrapper{
    width: 980px ;
    margin: 0 auto;
}
.unu h2{
    font-family: 'Amatic SC';
    font-size: 28px;
    color: rgb(20,20,20);
    letter-spacing: 3px;
}
.unu img{
   width: 400px;
}
.unu{
    width: 48%;
    float: left;
    margin-right: 2%;
}
.dogs{
    background-color: #ffffffc9;
    padding-top: 50px;
    padding: 30px;
}
.unu p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 14px;
    margin-top: 15px;
}
.unu h3{
    font-weight: 20;
    font-family: 'Raleway';
    font-size: 13px;
    margin-top: 30px;

}
.unu h3:hover{
    cursor: pointer;
    color:rgb(0, 183, 255) ;
}
.content{
    background-color: #ffffffc9;
    padding-top: 50px;
    padding: 30px;
}
.content h1{
    font-family: 'Amatic SC';
    font-size: 46px;
    letter-spacing: 3px;
}
.content p{
    font-family: 'Raleway';
    padding-top: 15px;
}
.content h2{
    font-family: "Nimbus Sans TW01Con";
    padding-top: 15px;
}
footer{
    background-color: rgb(183,190,158);
    padding-top: 50px;
    padding-left: 30px;
    padding-bottom: 30px;
}
footer p{
    font-family: 'Raleway';
    color: #fff;
    padding-top: 10px;font-size: 14px;
}
footer img{
    margin-top: 10px;
}
footer span{
    font-family: 'Amatic SC';

}
.l-foot{
    width: 500px;
    float: left;
}
.rgt-ft{
    float: right;
    margin-top: 30px;
    margin-right: 30px;
}
.second {
    background-color: rgba(234, 224, 215);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.second h1{
    font-family: 'Amatic SC';
    font-size: 46px;
    letter-spacing: 3px;
    font-weight: 300;
}
.second h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    margin-bottom: 20px;
}
.second p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    width: 760px;
    margin: 0 auto;
    line-height: 22px;
    padding-top: 15px;
}