﻿body {
}

.region .hero {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.region h1 {
  color: #fff;
  font-weight:400;
  font-size: 60px;
  font-family:'Freestyle Script', serif;
  text-shadow: 2px 2px 2px rgba(117, 107, 107, 1);
  margin: 0;
  opacity: 0;
}
.region h2 {
  color: #e0e0e0;
  font-family:'Arial', sans serif;
  text-shadow: 2px 2px 2px rgba(117, 107, 107, 1);
  margin: 15px 0 25px 0;
  font-weight: 400;
  font-size: 18px;
  opacity: 0;
  text-transform:uppercase;
}
.region a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.region p {
  background: transparent;
  text-align: center;
  padding-bottom:4px;
  color:#fff;
  font-size:24px;
  font-weight:700;
  text-shadow: 2px 2px 2px rgba(117, 107, 107, 1);
  display: inline-block;
  font-family:'Arial', sans serif;
  text-transform: uppercase;
  margin-top: 90px;
  opacity: 0;
}

.region2 p {
  background: transparent;
  text-align: center;
  padding-bottom:4px;
  color:red;
  font-size:15px;
  font-weight:700;
  text-shadow: 2px 2px 2px rgba(117, 107, 107, 1);
  display: inline-block;
  font-family:'Arial', sans serif;
  text-transform: uppercase;
  margin-top: 90px;
  opacity: 0;
}


.region p:hover {
  color: #05060C;
  padding-bottom:4px;
  text-shadow: 2px 2px 2px rgba(117, 107, 107, 1);

}
.region .other-links {
  margin-left: 15%;
  margin-top: 20px;
}
.region .other-links a {
  background: none;
  text-transform: none;
  color: #5b9bd8;
  font-size: 12px;
  display: inline-block;
  margin: 5px;
  padding: 10px 15px;
  background: #fff;
  opacity: 0;
}
.region .other-links a:hover {
  color: #e3e3e3;
}