.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  min-width: 350px;
  line-height: normal;
}

.top {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}

p {
  color: #666;
  line-height: 21px;
  font-size: 10pt;
  font-family: Telex, Times, serif;
  margin-bottom: 1rem;
}

h1 {
  color: #91733c;
  margin: 0.5rem 0 2rem 0;
  font-family: "PT Sans Caption", Times;
  font-weight: normal;
  font-size: 2.25rem;
}

.portfolio{
  margin: 0;
}

h2 {
  color: #91733c;
  margin: 0.5rem 0 2rem 0;
  font-family: "PT Sans Caption", Times;
  font-weight: normal;
  font-size: 1.75rem;
}

h3 {
  color: #91733c;
  margin: 0.5rem 0 2rem 0;
  font-family: "PT Sans Caption", Times;
  font-weight: normal;
  font-size: 1.25rem;
}

.row {
  border-bottom: 1px dotted #999;
  padding: 3rem 0 3rem 0;
  display: flex;
  align-items: center;
}

.toprow{
  padding: 2rem 0 3rem 0;
}

.row a {
  color: #91733c;
}

.logos {
  max-width: 300px;
}

.icon {
  max-width: 50px;
  margin-bottom: 10px;
}

.mainlogo {
  max-width:467px;
}

.column {
  padding: 0 2rem;
  max-width: 400px;
  min-width: 300px;
}

.footer {
  color: #91733c;
  margin: 3rem auto;
  font-family: "PT Sans Caption", Times;
  font-weight: normal;
}

.footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.footer li {
  margin: 1rem 2rem;
}

.footer a {
  color: #91733c;
  text-decoration: none;
}

.baby{
  max-width: 80%;
}

p.newsindent{
	margin-left: 30pt;
	margin-right: 30pt;
	font-style: italic;
}

span.bigletter{
	font-size: xx-large;
	font-weight: bold;
}

span.boldletter{
	font-weight: bold;
}

span.underlineletter{
	text-decoration: underline;
}

span.italicletter{
	font-style: italic;
}

@media only screen and (max-width: 700px) {


  .mainlogo {
    max-width: 250px;
  }

  .logos {
    max-width: 200px;
  }

  .row {
    flex-direction: column;
  }

  h2,
  .title {
    margin: 0.25rem;
  }


  .footer ul {
    display: inline-block;
  }
  
  
	p.newsindent{
	margin-left: 30pt;
	margin-right: 30pt;
	font-style: italic;
	}

	span.bigletter{
	font-size: xx-large;
	font-weight: bold;
	}

	span.boldletter{
	font-weight: bold;
	}

	span.underlineletter{
	text-decoration: underline;
	}

	span.italicletter{
	font-style: italic;
	}

}
