.container {
  width: 700px;
  margin: 20px auto;
}

body {
  margin: 0;
}

h1, h2 {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Arial,sans-serif;
  text-align: center;
}

h1 {
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.04;
  letter-spacing: -.028em;
  color: rgba(0,0,0,.8);
  margin-top: 39px;
  margin-bottom: 0px;
}

h2 {
  font-size: 30px;
  color: rgba(0,0,0,.44);
  font-weight: 300;
  font-size: 27px;
  line-height: 1.22;
  letter-spacing: -.022em;
  margin-top: 8px;
  margin-bottom: 22px;
}

p {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  letter-spacing: .01rem;
  color: rgba(0,0,0,.8);
  font-weight: 300;
  font-size: 21px;
  line-height: 1.58;
  margin-top: 29px;
}


a {
  text-decoration: underline;
  color: rgba(0,0,0,.8);
  font-style: bold;
  font-size: 21px;
  line-height: 1.58;
  letter-spacing: -.003em;
}

/* figure */
#woman {
  margin: 0;
  max-height: 100%;
  max-width: 50%;
  float: left;
  margin-top: 43px;
  margin-right: 20px;
  margin-bottom: 39px;
  margin-left: 0px;
}

figcaption {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
  text-align: center;
  letter-spacing: -.02em;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0,0,0,.6);
  letter-spacing: 0;
}

.green_link {
  text-decoration: none;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(233, 253, 240, 1), rgba(233, 253, 240, 1));
}

.green_link:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(125, 255, 179, 1), rgba(125, 255, 179, 1));
}



/* IMAGES */

#main_img {
  width: 100%;
  height: 100%;
  margin-bottom: 39px;
  overflow-y: hidden;
  overflow-x: hidden;
}

#woman_img {
  max-height: 100%;
  max-width: 100%;
  float: left;
  margin-bottom: 8px;
}



/* REST */

.woman_caption {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  margin-top: 10px;
  color: rgba(0,0,0,.6);
  outline: 0;
  text-align: center;
  z-index: 300;
}

hr {
  border-style: none;
  border-width: 0;
}

.divider_div {
  width: 700px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.section_divider::before {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 1.2em;

  content: '...';
  color: rgba(0,0,0,.6);
  top: -30px;
}
