body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;

}

blockquote {
  position: relative;
  padding-left: 30px;
  font-size: 1.2em;
  line-height: 1.4;
}

blockquote:before {
  content: "“";
  position: absolute;
  color:black;
  top: 0;
  left: -20px;
  font-size: 3em;
  font-family: serif;
}

.meta {
  font-size: 0.9em;
  border: 1px solid lightgray;
  padding: 10px;
}

.container {
    float: left;
    max-width: 700px;
    margin: auto;
    margin-right: 0px;
    padding: 0rem;
    vertical-align: right;
}

h1 {
  font-size: 6rem;
  font-weight: lighter;
  margin-bottom: 0.1rem;
  line-height: 5rem;
  text-align: right;
}

h3 {
    margin-top: 3rem;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 10px;
}

p, dl {
    font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.main {
    width: 600px;
    float:right;
}

#portrait {
    width:300px;
    height: 500px;
    object-fit: cover;
    object-position: 0px;
    float:right;
}

footer {
    clear:both;
}

dl {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

dt {
 font-weight: bold;
  margin-right: 10px;
  font-size: 12px;
  clear:right;
}

dd {
  margin: 0 0 10px 0;
  padding-left: 0;
  margin-bottom: 3rem;
  width:100%;
}

a:visited {
  color: blue;
}




@media (max-width: 1000px) {

    #portrait {
        width: 100%;
        height: 200px;
        object-fit: cover;
      object-position: 0px 20%;	
	      float:right;
    }

    .container {
        float: left;
        width: 100%;
        margin: 0 auto;
        padding: 0rem;
    }

  h1 {
    line-height: 3.5rem;
    font-size: 4rem;
    margin-right: 20px;
  }

  .main {
      width: 90%;
      padding: 10px;
  }

  p {
     font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2rem;
  }
}
