body {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #382A27; }

h1 {
  text-transform: uppercase;
  font-size: 1.9em;
  line-height: 1em;
  margin: 0;
  font-weight: 900; }

h2 {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 900;
  margin: 0; }
  h2 span {
    font-weight: 300;
    padding-left: 7px; }

h3 {
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0; }

h4 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0;
  font-weight: normal; }

h5 {
  font-size: 6em;
  line-height: 1em;
  margin: 0;
  font-weight: 100; }

h6 {
  font-size: 2.8em;
  line-height: .8em;
  margin: 0;
  font-weight: 100; }

p,
address,
abbr,
input,
label,
span {
  font-size: 1.2em;
  line-height: 1.5em;
  list-style: none;
  margin: 0; }

a {
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#list-grid {
  padding: 10px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 20px; }
  #list-grid div {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    background: white;
    -webkit-box-shadow: 4px 8px 6px #00000042;
            box-shadow: 4px 8px 6px #00000042; }
    #list-grid div h2, #list-grid div p {
      padding: 20px; }
    #list-grid div a {
      background-color: #CE7C56;
      margin: 20px;
      text-transform: uppercase;
      color: white; }
      #list-grid div a:hover {
        margin: 20px 40px; }
      #list-grid div a:visited {
        color: white; }

/*# sourceMappingURL=list_style.css.map */