/* Portfolio Title */
.nvr-pf-text .nvr-pf-title {
    font-family: Playfair Display SC !important;
    font-size: 13px;
    text-transform: initial;
}
/* Background image fit to scale */
.section.default{
  background-size:cover;
}
/* Navigation */
.sf-menu a {
    letter-spacing: 1px;
}
/* H3 */
h3 {
    color: #424242;
    font-size: 35px;
    font-style: italic;
    letter-spacing: 2.5px;
    line-height: 53px;
  	padding-top: 35px;
}
/* H4 */
h4 {
    color: #777;
    font-size: 26px;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 1.2;
}
/* H5 */
h5 {
    color: #cc9900 !important;
    font-size: 25px;
    letter-spacing: 1px;
}
/* Slider Text Position */
.section.slider .text-caption.top .caption-content {
    margin-top: 560px;
    text-align: center;
}
/* Slider H2 */
.section.slider .caption-content h2 {
    font-style: italic;
    border: 0 solid #fff;
    font-size: 100px;
    letter-spacing: 0px;
    text-transform: initial;
}
/* Slider H4*/
.section.slider .caption-content h4 {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 25px;
    text-transform: initial;
}
/* Hide icons */
.topnav > li > a:hover, .topnav > .current_page_item > a, .topnav > .current_page_item > a:hover, .topnav > .current_page_parent > a, .topnav > .current_page_parent > a:hover, .topnav > .current-menu-parent > a, .topnav > .current-menu-parent > a:hover, .topnav > .current-menu-item > a, .topnav > .current-menu-item > a:hover{background-image:none !important;}

/* Hyperlinks */
section.light-menu a, section.light-menu a:visited {
    color: #cc9900;
}

/* Page Titles */
#afterheader .pagetitle, .section-title .pagetitle {
    font-size: 45px;
    letter-spacing: 0;
    line-height: 47px;
    text-transform: initial;
}

/*Portfolio Titles*/
.nvr-pf-text .nvr-pf-title {
    color: #cc9900;
}
/*Portfolio Icon Hidden*/
.nvr-pf-img a.gotopost, div.frameimg a.gotopost {
    display: none;
}
/*Portfolio Icon Center*/
.nvr-pf-img a.zoom, div.frameimg a.zoom {
    margin-left: -30px;
}

