/* Enter Your Custom CSS Here */
.homepage-slide-title {
 display:none; 
}

#homepage-slider-wrap {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

button, input[type="button"], input[type="submit"] {
   font-family: "goudy bookletter 1911",serif;
}

.symple-button span.symple-button-inner {
   font-family: "goudy bookletter 1911",serif;  
}

h1 a, h2 a, h3 a, h4 a {
  font-weight:normal!important;
}

#site-navigation .dropdown-menu li {
 font-size:15px; 
}

 #logo a {
    color: #000;
    font-size: 1.5em;
    text-decoration: none;
    text-transform: none;
    letter-spacing:1px;
}

.portfolio-entry-title, .heading {
  text-align:center;
}

.textwidget {
  text-align:center;
}

.textwidget img {
  opacity:0.7;
  transition:all ease 0.6s;
      -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.textwidget img:hover {
  opacity:1;
}

.homeabout h2 {
    font-size: 29px;
    margin-top: 0;
    text-transform: uppercase;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 2px 0 0;
    clear: both;
    height: 0;
    margin: 40px 0;
}

.portfolio-entry-categories a {
  display:none;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px;
}