/* Art of Wine Page CSS */
@keyframes bouncing {
    0% {bottom: 0;}
    50% {bottom: 20px;}
    100% {bottom: 0;}
}

.arrow {
    animation: bouncing 1s infinite ease-in-out;
    bottom: 0;
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.aow-h1 > h1
{
  font-family: 'Boston Traffic';
  color: purple;
  font-size: 50px;
  vertical-align: top;
  line-height: 1.0;
  font-weight: 650;
  text-shadow: 1px 1px 5px white;
}
.aow-h1 > h2
{
  font-family: 'Open Sans';
  color: white;
  font-size: 1.5em;
  vertical-align: top;
  text-align: left;
  line-height: 1.6;
  font-weight: bold;
  text-shadow: 1px 1px 3px purple;
  background-color: black;
}

.aow-slogan
{
  font-size: 22px;
  text-align: center;
  font-style: italic;
}

.aow-header
{
	font-family: 'Amatic SC', cursive;
  	font-size: 60px;
}

.aow-info
{
  color: black;
}

.aow-info > p
{
  color: black;
  font-size: 16px;
  text-align: justify;
}

#aow-copy {
  color: black;
  font-family: 'Open Sans';
  font-size: 16px;
  text-align: justify;
}

.copy
{
text-align: justify !important;
}