@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);

body {
  background: #ECE9E0;
  color: #000;
}

hr {
    margin-top:-15px;
    margin-left:1%;
    margin-right: 1%;
    background:transparent;
    border-bottom:1px solid #000;
  }

p {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 32px;
    margin-left: 5%;
    margin-right: 5%;
}

h1 {
    font-size: 40px;
  }

@keyframes fadeIn {
  from {top: 20%; opacity: 0;}
  to {top: 100; opacity: 1;}
  
}

@-webkit-keyframes fadeIn {
  from {top: 20%; opacity: 0;}
  to {top: 100; opacity: 1;}
  
}

.row {
    display: flex;
    /*border: 3px solid black;*/
}

.column {
   padding: 10px;
   flex: 40%;
   display: flex;
   align-items: center;
   justify-content: center;
   /*border: 3px solid red;*/
}

.column img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}


.bioColumn{
    padding: 10px;
    flex: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 3px solid red;*/
}

.bioColumn img {
    flex-shrink: 0;
    min-width: 90%;
    min-height: 90%
}


  .img{
    height: 100%;
    width: 100%;
  }

/* Blockquotes */

.blockquote {
    padding: 60px 80px 40px;
    position: relative;
}
.blockquote p {
    font-family: "Utopia-italic";
    font-size: 35px;
    font-weight: 700px;
    text-align: center;
}

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  
  content:"\f10d";
  font-size: 200px;
  color: rgba(0,0,0,0.1);
   
}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #bf0024;
    height: 3px;
    width: 200px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);

.otro-blockquote{
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #000 ;
  line-height:1.6;
  position: relative;
  background:#ECE9E0;
}

.otro-blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#000;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.otro-blockquote::after{
  content: '';
}

.otro-blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.footer {
    position: bottom;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    color: #848884;
    display: block;
    font-size: 14px;
    padding: 20px;
    background-color: #000;
    text-align: center;			
}

.footer a{
font-size: 20px;
color: #FFF;
}

.footer a:hover {
color: #555;
}

/* If the screen size is 1200px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 1200px) {
    h1 {
      font-size: 30px;
      text-align: center;
      justify-content: center;
    }

    p {
        font-size: 18px;
        text-align: justify;
        margin-left: 5%;
        margin-right: 5%;
    }

  .row {
      width: 100%;
      align-content: center;
      display: block;
      justify-content: center;
      /*border: 3px solid black;*/
    }

    /* Three image containers (use 25% for four, and 50% for two, etc) */
  .column {
    align-content: center;
    width: 100%;
    padding: 5px;
    justify-content: center;
    /*border: 3px solid red;*/
  }
  
  .footer a{
      font-size: 14px;
      color: #FFF;
  }
}