body
{
  background-color: #F9F7EB;
  color: #1E2E34;
  padding-left: 15%;
  padding-right: 15%;
}

h1
{
  color: #1E2E34;
  font-family: Georgia, serif;
  background-image: linear-gradient(to right, #F6AE2D, #FD5635);
  background-repeat: no-repeat;
  background-size: 100% 50px;
  background-position-y: 24px;
  border-radius: 7px;
}

h2
{
  color: #F6AE2D;
  font-family: Georgia, serif;
}

h3
{
  color: #1E2E34;
  text-decoration: underline #F6AE2D dashed;
  font-family: Georgia, serif;
  font-size: 26px;
  margin-block-start: 1.3em;
}

h4
{
  color: #1E2E34;
  text-decoration: underline #F6AE2D dashed;
  font-family: Georgia, serif;
}

p
{
  color: #1E2E34;
  font-family: Trebuchet MS, sans-serif;
}

a
{
  color: #FD5635;
}

img
{
  width: 15%;
  float: left;
}

.headshot
{
  height: 235px;
  width: 235px;
}

.container {
  margin-top: 10px;
  overflow: auto;
}

iframe {
  width: 100%;
  height: 900px;
}

@media screen and (max-width: 1000px)
{
  body
  {
    padding-left: 10px; 
    padding-right: 10px;
  }

  .headshot
  {
    height: 200px;
    width: 200px;
  }
}