@charset "UTF-8";
@import "animate.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
/* CSS Document */

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: white;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500px;
  -webkit-text-size-adjust: none;
  color: #333333;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  line-height: 82px;
  font-weight: 600;
  color: #333333;
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 56px;
  }
}
h2 em {
  display: block;
  font-family: 'Yesteryear', cursive;
  font-size: 100px;
  line-height: 82px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h2 em {
    font-size: 26px;
    line-height: 56px;
  }
}
h3 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #333333;
}
p a:hover {
  text-decoration: underline;
}

.img__border {
  border:1px solid grey;
}

a:hover {
  text-decoration: none;
}