body {
  margin: auto;
  width: 800px;
    /*background-color: #fdfff2;*/
}

#h1_title {
  margin-top: 50px;
  font-family: 'Roboto';
  text-align: center;
  font-size: 6.0em;
  font-weight: 100;
  color: #77541d;
  margin-bottom: 0;
}

#img_banner {
    display: block;
    margin-right: auto;
    margin-left: auto;
   padding-right: ;
   padding-left: ;
   height: 65px;
  vertical-align: middle;
  padding-bottom: 20px;
  
}

#section_menu {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1.3em;
  width: 800px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#section_menu p {
  margin-top: 0;
}

.span_menu {
  margin-right: 70px;
  margin-left: 70px;
  border: solid 1px white;
  padding: 0 10px 0 10px;
}


#section_main {
  margin: auto;
  margin-bottom: 60px;
  text-align: center;
  border-bottom: 1px solid #77541d;
}

#curator-feed-default-feed-layout {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.galcolumn crt-col-0{
    width: 25%;
}

.galcolumn crt-col-1{
    width: 25%;
}

.crt-post-footer {
    display: none;
}

.crt-post-header {
    display: none;
}

.crt-post-text {
    display: none;
}

#p_whatIs {
  margin-top: 100px;
}

#img_hello {
  width: 300px;
}

#img_headshot {
  width: 300px;
  padding-bottom: 50px;
}

#p_thumbnails {
  padding-top: 20px;
  margin-bottom: 80px;
}

#contactEmail {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin: auto;
    margin-bottom: 75px;
    margin-top: -85px;
    width: 600px;
    font-family: 'Montserrat', sans-serif;
    color: #77541d;
}

.img_thumbnail {
  width: 200px;
  padding-right: 25px;
  padding-left: 25px;
  opacity: 1;
  transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.img_thumbnail:hover {
  cursor: pointer;
  opacity: .5;
    
}

a {
  text-decoration: none;
   color: #77541d; 
}

a:hover {
    color: #ecc25c;
}

.text {
    font-size: 14px;
    line-height: 1.6;
    text-indent: 30px;
    text-align: left;
    margin: auto;
    margin-bottom: 100px;
    width: 600px;
    font-family: 'Montserrat', sans-serif;
    color: #77541d;
}

.myWorkText {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 60px;
    padding-bottom: 0px;
    width: 600px;
    font-family: 'Montserrat', sans-serif;
    color: #77541d;
}

.p_date {
   margin-top: 100px;
  font-size: 14px;
  color: #ecc25c;
   font-family: 'Montserrat', sans-serif;
}

.h1_post {
  margin-top: -10px;
   font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #77541d;
 
}


.p_topic {
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: -10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #77541d;
  text-align: center;
}

.p_spreadImage img {
  padding-bottom: 30px;
  width: 600px;
}

.a_externalLink {
  text-decoration: underline;
}


.img_myWork {
   width: 500px;
   text-align: center;
}


footer {
  font-family: 'Montserrat', sans-serif;
  color: silver;
  font-size: 12px;
  text-align: center;
  margin-top: 120px;
}



