body {
  font-family: sans-serif; }

header {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  background-image: url("../img/bo_play_pattern.png");
  background-repeat: repeat;
  overflow: hidden; }
  header h1 {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 20px;
    box-shadow: 0 0 15px;
    border-radius: 117px;
    margin: 50px 0; }

.logo {
  text-align: center; }
  @media (min-width: 768px) {
    .logo {
      text-align: left; } }
  .logo img {
    padding: 50px 20px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px white;
    max-width: 100%;
    overflow: hidden; }

.img-container {
  text-align: center; }
  .img-container img {
    box-shadow: 2px 2px 10px #000000;
    width: 100%; }

@media (min-width: 992px) {
  .img-container {
    width: 100%; } }
section h1 {
  background: #e65c00;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F9D423, #e65c00);
  background: linear-gradient(to right, #F9D423, #e65c00);
  color: #ffffff;
  border-top: 1px solid #e65c00;
  border-bottom: 1px solid #e65c00;
  border-left: 1px solid #e65c00;
  border-radius: 2px; }

aside {
  width: 100%;
  background-image: url("../img/bo_play_pattern.png");
  background-repeat: repeat;
  margin-top: 50px;
  text-align: center;
  overflow: hidden; }

.ramco-cta {
  color: #e65c00;
  padding: 16px 32px 0;
  padding: 40px 50px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px white;
  display: inline-block;
  font-weight: bold; }
  .ramco-cta h2, .ramco-cta p {
    background: -webkit-linear-gradient(yellow, orange, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .ramco-cta h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: bold;
    background: linear-gradient(yellow, orange, red);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: trasparent; }
  .ramco-cta p {
    font-size: 24px;
    margin-bottom: 6px;
    background: linear-gradient(to right, yellow, orange, red);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: trasparent; }

section {
  margin: 50px 0; }
  section h1 {
    text-shadow: 0 1px 2px #e65c00;
    padding: 5px 0 5px 16px; }

.page-content {
  margin: 32px 16px;
  font-size: 18px; }

footer {
  background-color: #9d59cb;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid black;
  color: #fff;
  font-size: 20px;
  text-align: center; }
  footer a, footer a:hover, footer a:focus {
    color: #fff; }
  footer p {
    margin-bottom: 0; }
  footer strong {
    font-size: 24px; }

.nav-container {
  width: 100%;
  background-color: #9d59cb;
  padding: 15px 0;
  border-top: 1px solid #cba6e4;
  border-bottom: 1px solid black; }
  .nav-container a {
    color: #ffffff;
    line-height: 30px;
    font-size: 18px;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 0 1px 2px black; }
  .nav-container nav {
    text-align: center; }
    @media (min-width: 540px) {
      .nav-container nav {
        display: flex;
        justify-content: space-evenly; } }

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