body {
    font-family: 'Pridi', serif;
}
h1 {
    font-size: 24px;
    color: #750353;

}
h2 {
    font-size: 22px;
    color: #750353;
}
h3 {
    font-size: 18px;
    color: #750353;
    padding-top:7px;
}
/* unvisited link */
a:link {
    color: #4c0236;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: #4c0236;
    text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
    color: #750353;
    text-decoration: none;
  }
  
  /* selected link */
  a:active {
    color: #750353;
    text-decoration: none;
  }

.top-title {
    background-image: url("../images/BacchusWine-BG-001.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0 20px 0;
    margin: 20px 0 20px 0;
    color: #4c0236;
}
.top-title-a {
    font-family: 'Pacifico', cursive;
    font-size: 40px;
    color: #750353;
    padding-bottom:10px;
}
.wine-list {
    font-size: 14px;
    color: #4c0236;
}
.bottom-div {
    background-image: url("../images/BacchusWine-BG-002.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0 20px 0;
    margin: 20px 0 20px 0;
    font-size: 34px;
    color: #4c0236;
}
.bottom-link {
    margin-bottom:10px;
}


/*media sizes*/
@media (min-width: 576px) {
    .wine-list {
        font-size: 16px;
        color: #750353;
    }
  }
  
  @media (min-width: 768px) {
    .wine-list {
        font-size: 18px;
        color: #750353;
    }
  }
  
  @media (min-width: 992px) {
    .wine-list {
        font-size: 20px;
        color: #750353;
    }
  }
  
  @media (min-width: 1200px) {
    .wine-list {
        font-size: 20px;
        color: #750353;
    }
  }