footer {
width: 100%;
margin 0;
bottom: 0;
height: 85px;
border-top: 5px solid rgb(163,145,97);
padding-top: 36px;
}

.gold {
color: rgb(163,145,97);
}

.frame {
background: transparent;
height: 500px

}

.instagram img, .instaholder {
margin: 3px;
border: 6px solid rgb(102,106,103);

}

.hidden {
display: none;
}

#funfacts {

font-size: 12px;

}

.instaholder {
width: 292px;
height: 292px;
display: block;

}

.advice {
font-style: italic;
}

.treeElement

{
border: 6px solid #666;
margin-bottom: 0.4em;
min-height: 525px;

}

.sectionGuide {
margin: 15px auto auto;
position: relative;
display: block;
}

.connector {
 background:transparent url(../images/DottedConnector.png) center center repeat-y;
}

.connector img {
position:relative;
left: -4000px;
}

ul.small_images li img{
height: 90px;
}

.quotes {
border: 3px solid rgb(163,145,97);
margin-bottom: 8px;
padding: 12px;
background: url('../images/frenchstucco.png');


}

.quotes h5 {
float:right;

}


.quotename {
color: rgb(163,145,97);
}

#aokiModal {
width: 600px;
}

.reveal-modal {
border: 6px solid rgb(163,145,97);
}

.sliderThing{
width: 500px;
height: 500px;
background: url('images/cakman/SharonJones.jpg') center center no-repeat;

}

.section-container.tabs .content {
  display:block:important!
  opacity: 0; 
}
.section-container.tabs .active .content{
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  opacity: 1;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

ul.photoslides{
min-height: 400px;
}


.clickhere{
margin-top: 28px;
margin-left: 12px;
}