body {
    cursor: default;
}

a {
    cursor: pointer;
}

::selection {
    background: pink;
    color: white;
}

/* BG switcher  */
/*     background-color: rgba(250,250,250,0.66); */

body > div:first-child,
body > div:first-child > div:first-child {
    position: fixed !important;
    bottom: 0;
    right: 0;
    background-attachment: fixed !important;
    background-size: cover !important;
/*
    background-blend-mode: screen;
    background-color: #999 !important;
*/
    height: 100%;
    width: 100%;
}

a:hover, a:focus {
color: #FF2F7C;
text-decoration: none;
}


#bgcol {
/*     display: none; */
    position: fixed;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0px none #333;
    background-color: rgba(250,250,250,0.66);
    background-attachment: fixed !important;
}

#container {
background-color: transparent;
/*     padding-bottom: 145px; */
}

header {
    
}

header h1 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-size: 50px;
    margin: 155px 0;
}

header h1 #fore {
 line-height: 0.8;   
}

header h1 #sur {
    margin-left: 30px;
}

#topbar {
    border-top: solid 1px #111;
    border-bottom: solid 1px #111;
    
    font-family: "jaf-facitweb", sans-serif;
    font-weight: 700;
}

#info,
#navigation {
padding-top: 25px;
padding-bottom: 25px;
}

#info {

}

#byline {
        
}

#contact {

}

#telephone,
#email {
}

#telephone {
    
}

#email {
    
}

#navigation {
    padding-top: 45px;
}

@media (max-width: 768px) {
    #navigation {
        padding-top: 0px;
    }   
}

#navigation .navlink {
    text-transform: uppercase;
}

#body {
    margin-top: 25px;
}

#testimonials {
    padding-bottom: 1em;
}

#testimonials .item {
    
}

blockquote {
    margin: 0;
    padding: 0;
    font-family: "minion-pro-caption", serif;
    font-style: italic;
    line-height: 23px;
    font-weight: 400;
/*     margin-bottom: 25px; */
}

cite {
    display: block;
    text-align: right;
    font-family: "jaf-facitweb", sans-serif;
    font-size: 10px;
    padding-top: 10px;
    line-height: 1.4;
}

cite::first-line {
    font-weight: 700;
}

#content {
    
}

#content .about,
#content .services,
#content .clients {
    font-weight: 600;
}

#content .about {
    
}

#content .services ,
#content .clients {
    font-weight: 400;       
}

#content ul {
  padding-left: 0;
  list-style: none;
}

#content h3,
#content h4,
#content h5,
#content h6 {
    text-transform: uppercase;
    color: #333;
/*     font-family: minion-pro, Georgia, 'Times New Roman', Times, serif; */
}


#content h3,
#content h4 {
    font-size: 11px;
    letter-spacing: 1px;
}

#content h4 {
    font-weight: 700;
}