body {
    font-family : 'Raleway', sans-serif;
    white-space : normal;
    line-height : 1.9;
}

h1, h2, h3, h4, h5, h6 {
    color : hsl(200, 100%, 23%);
}

h6 {
    font-weight : 600;
}

.menu {
    width : 100%;
}

.menu-item {
    text-align     : center;
    vertical-align : middle;
    line-height    : 34px;
    border-bottom  : 1px solid hsl(200, 100%, 34%);
}

.menu-item:hover > a:hover {
    color : hsl(200, 100%, 48%);
}

.menu-item:hover {
    border-bottom : 1px solid #FFFFFF;
}

.menu-item > a, .menu-item > a:visited {
    color : hsl(200, 100%, 34%);
}

.site-info {
    text-align : center;
}

.woocommerce #sidebar {
    display : none;
}

.woocommerce-breadcrumb {
    display : none;
}

.page-title{
    display: none;
}

.site-content, .main-navigation{
    margin-top: 40px;
}

.entry-content{
    margin: 0;
}