/* Enter Your Custom CSS Here */

.site-footer p {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0;
    padding-top: 5px;
}

.site-footer a {
    color: #767676;
    text-align: center;
}



.nav-primary span.sub, .nav-secondary span.sub {
    font-family: HoneyScript-Light !important;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: lowercase !important;
}

.genesis-nav-menu a {
    color: #333;
    display: block;
    font-family: HoneyScript-Light;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.5;
    padding: 0 20px 8px;
    text-transform: lowercase !important;
}

h6 {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 3.5px;
    line-height: 1.25;
    margin: 0 0 30px;
    text-transform: uppercase;
}

body {
    background: #fff;
    color: #333;
    font-family: 'Playfair Display', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1.3px;
    line-height: 2;
    margin: 0;
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background: #fff;
    border: 1px solid #fff;
    outline: 1px solid #ffc1c8;
    color: #000;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 12px 25px;
    overflow: auto;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
    background-color: #ffc1c8;
    border: 1px solid #fff;
    outline: 1px solid #333;
    color: #000 !important;
  	font-weight: 700;
}


@font-face{
	font-family: 'HoneyScript-Light';
	src: url('http://jyniferleeinteriors.com/wp-content/themes/Hello Foxy/font/HoneyScript-Light.ttf');
	font-weight:normal;
}