body {
  margin: 0px;
  padding: 5%;
  background-image: url('/images/lilacs-original-1000.png');
  background-repeat: repeat;

  color: #212654;

  font-family: Georgia, 'Times New Roman', Times, serif;
}

.background {
  background-color: rgba(219, 202, 211, 0.95);
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.background > p {
  padding: 10px 40px;
  margin: 0px;
}

#nav-header {
  background-color:#1e4159;
  color: rgba(219, 202, 211, 0.95); 
  border-radius: 10px;
  width: 100%;
}

#wordmark {
  font-size: 60px;
  font-family: 'Abril Fatface', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 600;
  text-align: left;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding: 40px 40px 40px 0px;
  color: rgba(219, 202, 211, 0.95); 
}

#wordmark > a {
  color: rgba(219, 202, 211, 0.95); 
  text-decoration: none;
}

.nav-infobox {
  float: right;
  text-align: right;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 400;
  margin-block-start: 0px;
  padding: 20px;
  font-size: 24px;
}

.nav-infobox-mobile {
  display: none;
}

.nav-infobox > p {
  text-align: center;
}

.nav-infobox > p > a {
  color: white;
  text-decoration: none;
}

#accepting-banner {
  background-color: #DF6637;
  color: white;
  font-size: 32px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#accepting-banner > a {
  color: white;
  text-decoration: none;
}

footer {
  clear: both;
  display: block;
  padding: 40px 20px;
}

.text-menu {
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.text-menu > a {
  color: #212654;
  text-decoration: none;
}

.image-float-right-large {
  float: right;
  width: 400px;
  margin: 0px 40px 20px 20px;
}

.image-float-right {
  float: right;
  width: 380px;
  margin: 0px 40px 20px 20px;
}

.image-float-right-small {
  float: right;
  width: 200px;
  margin: 0px 40px 20px 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: #42566E;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  margin: 32px 40px 12px 40px;
}

h2 {
  /* font-family: 'Philosopher', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  font-family: 'Abril Fatface', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 68px;
  font-weight: 600;
}

h3 {
  clear: both;
  text-align: left;
  font-size: 32px;
}

h4 {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 0px;
}

h6 {
  font-size: 20px;
  font-weight: 300;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.nav-textbox {
  color: #1e4159;
  background-color: rgba(254, 251, 234, 1.0);
  text-align: center;
  border-color: #DF6637;
  border-style: solid;
  border-width: 10px;
  float: right;
  width: 300px;
  margin: 20px;
  /* padding: 20px; */
  padding: 20px 30px;
  margin-top: 40px;
  border-radius: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#nav-menu {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#nav-menu > a {
  color: white;
  text-decoration: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 24px;
  padding: 10px;
}

p, li {
  font-size: 24px;
  line-height: 1.4em;
  text-align: left;
}

.price-explanation {
  font-size: 18px;
}

p > a {
  color:#42566E;
}

/* Button CTA
189	136	88	*/

.cta-button {
  background-color: #DF6637;
  border: none;
  color: white;
  padding: 16px 32px;
  margin-top: 16px;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  width: 280px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cta-button a {
  color: white;
  text-decoration: none;
}

#individual-button {
  font-size: 24px;
}

.pull-quote {
  background-color: rgba(254, 251, 234, 1.0);
  border-color: #1e4159;
  border-style: solid;
  border-width: 10px;
  width: 50%;
  margin: auto;
  padding: 20px 40px;
  text-align: center;
  border-radius: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  align-self: center;
}

.textbox-float-right {
  background-color: rgba(254, 251, 234, 1.0);
  border-color: #1e4159;
  border-style: solid;
  border-width: 10px;
  float: right;
  width: 300px;
  margin: 0px 40px 20px 20px;
  padding: 20px 30px;
  text-align: left;
  border-radius: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.textbox-float-right > ul > li {
  /* font-size: 20px; */
  margin-top: 20px;
  text-align: left;
}

.textbox-center {
  background-color: white;
  width: 500px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

div.textbox > h4 {
  margin-block-start: 0px;
  margin-block-end: 0.5em;
}

div.textbox > p {
  margin-block-start: 0.5em;
  margin-block-end: 0px;
}

.work-experience {
  padding-bottom: 30px;
}

.work-experience > p {
  padding: 5px 40px 0px 40px;
  margin: 0px;
}

.years-worked {
  color:#42566E;
}

.contact-info > a {
  color: #42566E;
  text-decoration: none;
}

@media screen and (max-width: 430px) {
  #wordmark {
    font-size: 48px;
  }

  /* smaller font for accepting banner */
  #accepting-banner {
    font-size: 24px;
  }

  /* smaller page title */
  h2 {
    font-size: 32px;
  }

  /* smaller font for h3 title */
  h3 {
    font-size: 26px;
  }

  h6 {
    font-size: 16px;
    font-weight: 300;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }

  /* nav text box narrower and below wordmark */
  .nav-infobox {
    display: none;
  }

  .nav-infobox-mobile {
    display: block;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 300;
    margin-block-start: 0px;
    padding: 10px;
    font-size: 12px;
  }

  .nav-infobox-mobile > p {
    color: white;
    text-align: left;
    margin-left: 40px;
  }
  
  /* narrower text box */
  .textbox-float-right {
    border-width: 10px;
    float: none;
    width: 60%;
    /* margin: 0px 40px 20px 20px; */
    margin: 20px;
    padding: 20px 30px;
    border-radius: 40px;
    font-size: 16px;
  }


  
  /* narrower image, centered rather than floated right */
  .image-float-right {
    float: none;
    width: 80%;
    margin: 20px;
  }

  .image-float-right-large {
    float: none;
    width: 80%;
    margin: 20px;
  }
  
  .image-float-right-small {
    float: none;
    width: 200px;
    margin: 20px;
  }

}