/*
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-size:120%;
}

p, a, span {
    font-family: "Roboto", sans-serif;
    
}
*/


/* Overriding header fonts */
header,
footer,
body h1,
.nav ul a{
    font-family: "Roboto Condensed";
    font-size:100%;
}


/* Overriding body fonts */

body,
footer,
footer.main a,
.account-links a,
.ProductDetails {
    font-family: "Roboto";
}


.productAttributeValue {
    float:left;
}


/* Making jewelry page headings larger */
body h1 {
    font-size:140%;
}


/* Overriding weird image max-width rule so that artist photo is proper size */
img.portrait {
    max-width:none;
}


/*
.row.row-slideshow {
    width:auto;
    max-width:none;
}
*/


.footer-menu {
    background-color:#525252;
    text-align:center;
    padding:20px;
}



footer.main a.footer-menu-item  { 
    color: #FFFFFF;
    padding:0px 18px;
    font-size:105%;
    font-family: "Roboto Condensed";
}

footer.main a.footer-menu-item:hover {
    color: #35D8C0;
}