@import url('https://fonts.googleapis.com/css?family=Special+Elite');
/* Main Font */
header a
h1
h2, 
h3, 
h4, 
h5, 
h6, 
body, 
code, 
body #mc_signup_submit, 
input, 
textarea{
    font-family:"Special Elite";
}

/* Main Color */
.dropcap.type2,
.shortcode_blockquote.type2:before,
.dropcap.type5,
.menu li:hover a,
.menu_mobile li:hover a,
.menu_mobile li:hover li:hover a,
.menu_mobile li:hover li:hover li:hover a,
.box_type2,
.menu li:hover .sub-menu li:hover > a,
.featured_items_title a:hover,
.fp_cat a:hover,
.most_popular .currprice,.most_popular .currperiod,
.contact_info_text a:hover,
.block_post_meta_stand a:hover,
.prev_next_links a:hover,
.portfolio_item_title:hover h4,
.post-comments span:hover
.preview_categ a:hover{
    color:#008080;
}

.content-link {
    color: #333;
    cursor: pointer;
    text-decoration-line: underline;
}

.content-link:hover {
    color: #008080;
}

.content-button {
    color: #fafafa;
    background-color: grey;
    padding: 10px;
}

.content-button:hover {
    color: #fafafa;
    background-color: #008080;
    padding: 10px;
}

/* Border Color */
.shortcode_blockquote.type5{
    border-color:#fafafa;
}

/* Main Background-Color */
.btn_type5
hr.type3
body .btn_type3:hover
body .btn_type1:hover
.most_popular .shortcode_button
.sicon{
    background-color:#fafafa;
}

/* Headers */
h1 {
    font-size:33px;
    line-height:50px; 
    letter-spacing: 20px;
}
h2 {
    font-size:28px;
    line-height:30px;
     letter-spacing: 16px;
}
h3 {font-size:24px;
        line-height:26px;
     letter-spacing: 7px;
}
h4 {
    font-size:21px;
    line-height:23px; 
    letter-spacing: 4px;
}
h5 {
    font-size:17px;
    line-height:19px; 
    letter-spacing: 1px;
}
h6 .comment-reply-title {
    font-size:15px;line-height:17px;
}