/* Fonts */

.nav-primary a {
  font-family: 'Cinzel', serif!important;
  font-weight: 700!important;
  font-size: 13px;
}

h1,h2,h3,h4,h5 {
  font-family: 'Cinzel', serif;
  font-weight: 700;
}

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500!important;
  font-size: 18px!important;
}

.site-footer p {
  font-family: 'Cinzel', serif!important;
  font-weight: 700!important;
  font-size: 13px!important;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.more-link-wrap a {
  font-family: 'Cinzel', serif!important;
  font-weight: 700!important;
  font-size: 14px!important;
}

/* Enter Your Custom CSS Here */

.home-text {
  text-align: center;
}

.button {
  font-family: 'Cinzel', serif!important;
  font-weight: 700!important;
  font-size: 14px!important;
  background-color: #34313b!important;
  color: #fff!important;
  border-color: #fff!important;
}

.button:hover {
  font-family: 'Cinzel', serif!important;
  font-weight: 700!important;
  font-size: 14px!important;
  background-color: transparent!important;
  color: #34313b!important;
  border-color: #34313b!important;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}