* {
  box-sizing: border-box;
}

body {
  font-family: 'quicksandlight', Arial, Helvetica, sans-serif;
}



/* Style the header */
.header {
  background: url('../img/paws.png');
  object-fit: cover;
  text-align: center;
  width: 100%;
  height: 148px;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 85% 85% / 30%;
  font-size: 40px;
  font-family: 'quicksandlight', Arial, Helvetica, sans-serif;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 395px; 
}

p{
    font-size: 16px;
}
img{
    height: 385px;
    width: auto;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(46, 113, 147);
    font-size: 20px;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover {
    background-color: rgb(25, 24, 24);
  }

/* Style the footer */
.footer {
  background-color: #f1f1f1;
  font-family: 'quicksandlight', Arial, Helvetica, sans-serif;
  padding: 10px;
  text-align: center;
}
@font-face {
  font-family: 'quicksanddash';
  src: url('../webfont/quicksand_dash-webfont.woff2') format('woff2'),
       url('../webfont/quicksand_dash-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'quicksandbold';
  src: url('../webfont/quicksand-bold-webfont.woff2') format('woff2'),
       url('../webfont/quicksand-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'quicksandbold_italic';
  src: url('../webfont/quicksand-bolditalic-webfont.woff2') format('woff2'),
       url('../webfont/quicksand-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'quicksanditalic';
  src: url('../webfont/quicksand-italic-webfont.woff2') format('woff2'),
       url('../webfont/quicksand-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'quicksandlight';
  src: url('../webfont/quicksand-light-webfont.woff2') format('woff2'),
       url('../webfont/quicksand-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'quicksandlight_italic';
  src: url('../webfont/quicksand-lightitalic-webfont.woff2') format('woff2'),
       url('../webfont/quicksand-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'quicksandregular';
  src: url('../webfont/quicksand-regular-webfont.woff2') format('woff2'),
       url('../webfont/quicksand-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .column {
    width: 100%;
  }
}