/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
    font-family: 'Roboto', sans-serif;
}
a:focus {
    outline: 1px dotted;
}
hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #03131b;
    font-size: 19px;
}
h2 {
    font-weight: 800;
    font-size: 18px;
    margin-top: 40px;
}
b {
    color: #407d1a;
    font-size: 14px;
    font-weight: 800;
    display: inline;
}
h4 {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
}
h5 {
    font-size: 19px;
    color: #096;
    font-weight: bold;
}
h6 {
    font-size: 15px;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
li {
    font-size: 14px;
    color: #212121;
    line-height: 24px;
    margin-left: 20px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    margin-bottom: 20px;
    color: #333333;
}
p {
    font-size: 14px;
    margin-right: 20px;
    color: darkslategrey;
    line-height: 20px;
    font-weight: 400;
}
a:active {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:hover {
    font-weight: bold;
}
a:current {
    font-weight: bold;
}
strong {
    font-weight: bold;
}

.product-topic{
    margin-top: 10px;
}

.topic-passion{
    color:#dfb318;
}

.topic-aloe{
    color:#407d1a;
}

.topic-other{
    color:#119DE1;
}
.currentMenu{
    font-weight: bold;
}

