/* Enter Your Custom CSS Here */

.phsi-textbox {
    width: 35%;
    margin: 25px 25px 25px 0px;
    padding: 25px;
    border: 1px solid d9d9d9;
    float: left;
    background-color: #f6f5ed;
    text-align: left;
    line-height: 30px;
    font-size: calc(18px + (22 - 18) * ((100vw - 240px) / (1600 - 240)));
    font-family: 'Crimson Pro', serif;
    font-weight: 300;
    
}


@media screen and (max-width: 568px){
.phsi-textbox {
    width: 100%;
    height:  auto;
    margin: 6px auto;
    padding: 20px;
    border: 1px solid d9d9d9;;
     display: block;
    background-color: #f6f5ed;
    text-align: left;
    line-height: 27px;
    font-weight: 300;
     
}
}

.side-textbox {
    margin: 25px 25px 25px 0px;
    padding: 25px;
    border: 1px solid d9d9d9;
    float: left;
    background-color: #DED9C8;
    text-align: left;
    line-height: 30px;
    font-size: calc(15px + (15 - 15) * ((100vw - 240px) / (1600 - 240)));
    font-family: 'Crimson Pro', serif;
    font-weight: 300;
    
}


@media screen and (max-width: 568px){
.side-textbox {
    width: 100%;
    height:  auto;
    margin: 6px auto;
    padding: 20px;
    border: 1px solid d9d9d9;;
     display: block;
    background-color: #DED9C8;
    text-align: left;
    line-height: 27px;
    font-weight: 300;
     
}
}


.sidetext {
      padding: 12px;
      color: #ffffff;
   	  font-size: 20px;
      text-decoration: none;
      display:block;
    
}
/* unvisited link */
a.sidetext:link { color:#732306;}

/* visited link */
a.sidetext:visited {
   color:#591B04;
}

/* mouse over link */
a.sidetext:hover {
   color:#fff;
}

/* selected link */
a.sidetext:active {
  color:#f2f2f2;
}


.photo {
  width: 100%;
  height: auto;
  text-align: center;
  border: 1px solid #BFBCAA;
  padding: 6px;
  background-color: #f2f2f2;
  margin-top: 20px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}



.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  
}


/* Create three equal columns that sits next to each other */
.column {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.phototab { width: 100%;
  height: auto;
  text-align: center;
  padding: 12px 6px;
margin-bottom: 60px;}

.peoplephotos { width: 100%;
  height: auto;
  text-align: center;
  padding: 12px 6px;
background-color: #fff;
margin-bottom: 15px;}

.peoplespacer {height: 30px;}

.header-photo {width: 100%;
  height: auto;
  text-align:left;
  padding: 6px 6px;
background-color: #f2f2f2;
margin-top: 15px;}

.newsheading {background-color: #732306;
      padding: 6px;
      color: #ffffff;
   	font-size: 20px;
    	text-decoration: none;
}
/* unvisited link */
a.newsheading:link { color:#ffffff;}

/* visited link */
a.newsheading:visited {
   color:#f2e3b3;
}

/* mouse over link */
a.newsheading:hover {
   color:#Bf8450;
}

/* selected link */
a.newsheading:active {
  color:#f2f2f2;
}

.photo-left {float:left;
height: auto;
padding:18px;
margin: 6px;
border: 1px solid #ccc;}

.photo-right {float:right;
height: auto;
padding:12px;
margin: 12px;
border: 1px solid #ccc;}


.small-margin-photo-left {float:left;
height: auto;
padding:6px;
margin: 12px 12px 12px 0px;
border: 1px solid #ccc;}