/* Universal Styles */

html {
  font-size: 14px;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
background-color: #7B68EE;
}

a {
    color: #FAE03C;
    text-decoration: none;
}


/* Jumbotron */

.jumbotron {

  background-color: #7B68EE;
  padding-top: 2rem;
  text-align: center;
  margin: 1rem;
  color: white;
   text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;

}



.jumbotron h1 {

  font-weight: bold;
  font-size: 3.5rem;
}

.jumbotron p {


  font-weight: bold;
  font-size: 5rem;

  text-shadow:
   -1px -1px 0 #000,
   1px -1px 0 #000,
   -1px 1px 0 #000,
   1px 1px 0 #000;


}



@media only screen and (max-width: 767px) {
  .jumbotron h1 {
    font-size: 2.8rem;
  }

  .jumbotron p {
    font-size: 3.5rem;
  }

}

@media only screen and (max-width: 550px) {
  .jumbotron h1 {
    font-size: 2.3rem;
  }

  .jumbotron p {
    font-size: 2.8rem;
  }
}
