/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* header.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

.filter {
  margin-top: 10px;
  font-size: 15px;
}

.img {
  width: 200px;
}

.item {
  margin: 20px;
  max-height: 100%;
}

.label {
  width: 100%;
  padding-left: 20px;
  padding-top: 0;
  color: #2c3346;
}

.title {
  text-align: center;
  text-decoration: none;
  outline: none;
  list-style: none;
  font-size: 1.6rem;
  color: #2c3346;
}

.gallery {
  max-width: 100%;
  display: flex;
  overflow: scroll;
  overflow-y: hidden;
  background-color: #ffffff;
}

@media screen and (max-width: 600px) {
  .content {
    max-width: 100%;
    margin: 0 auto;
  }

  .section {
    max-width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 20px 25px;
    text-align: center;
  }

  .section p {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
  }
  .section h1 {
    font-size: 20px;
    margin-left: 15px;
    margin-right: 20px;
  }

  .section-h {
    max-width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 20px 25px;
    text-align: center;
  }

  .section-h p {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
  }
  .section-h h1 {
    font-size: 20px;
    margin-left: 15px;
    margin-right: 20px;
  }

  .img {
    width: 150px;
  }

  .title {
    font-size: 1rem;
  }
}
@media (max-width: 999px) {
  body {
    overflow-x: hidden;
  }
}
