body {
    background: #f5d9d5;
    font-family: "Nunito", sans-serif;
    font-family: "Amatic SC", sans-serif
}
h1 {
    text-align: center;
}
.blurb h2 {
   color: #000000;
   font-weight: 100;
   font-size: 2.5rem;
}
/* #EA1C2C; */
.blurb p {
    color: #E718BF;
    font-weight: 100;
    font-size: 1.7rem;
    line-height: 2;
}

.content {
    margin-top: 100px;
    margin-bottom: 100px;
}

#mainNavbar {
    font-size: 1.5rem;
    font-weight: 100;
}

#mainNavbar .nav-link {
    color: white;
}

#mainNavbar .nav-link:hover {
    color: #E718BF;
}

#mainNavbar .navbar-brand {
    color: #E718BF;
    font-size: 1.5rem;
}

#headingGroup span {
    color: #E718BF;
}

#headingGroup h1 {
    font-weight: 100;
    font-size: 4rem;
}

.navbar.scrolled {
    background: rgb(222,192,222);
    transition: background 500ms;
}

@media (max-width: 1200px) {
    #headingGroup h1 {
        font-weight: 100;
        font-size: 3rem;
    }
    .blurb h2 {
        font-size: 2rem;
    }
}
.container {
  padding: 10em;
  text-align: center; 

}
form {
  /* Center the form on the page */
  margin: 0 auto;
  width:500px;
  /* Form outline */
  padding:6em;
  border: 1px solid #CCC;
  border-radius: 2em;
  padding-top: 9.0em;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

form li + li {
  margin-top: 2em;
  
}
footer{
  font-size: 1.5em;
  padding: 40px;
  background-color:white;
  text-align: center;
}
label {
  font-size: 24px;
  display: inline-block;
  width: 50px;
  text-align: left;
  color: #E718BF;
}
 
input,
textarea {
  
  font: 1em sans-serif;

  /* Uniform text field size */
  width: 300px;
  box-sizing: border-box;

  /* Match form field borders */
  border: 1px solid #999;
}

input:focus,
textarea:focus {
  /* Additional highlight for focused elements */
  border-color: #000;
}

textarea {
  /* Align multiline text fields with their labels */
  vertical-align: top;

  /* Provide space to type some text */
  height: 5em;
}

button {
  /* Align buttons with the text fields */
   /* same size as the label elements */
  color: #f8f4f7;
  padding-left: 40px;
}

button {
  background-color: #E718BF; 
  border-radius: 15px;
  color: white;
  padding: 13px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  padding-left: 40px;
  margin-left: .5em;
  color: #faf6f9;
  align-content: center;
}
