/*
Theme Name: Hortus
Theme URI:
Description:
Version: 1.0
Author: dEvExus
Author URI: http://www.devexus.com/
License: Located in 'licensing' folder
License URI: Located in 'licensing' folder
Tags:
*/

p {
color: #6E6B66;
font-family: "Volte", sans-serif;
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-size: 1.15rem;
line-height: 23px;
}

h1 { 
    color: #7DB29E;
    font-family: "Volte", sans-serif;
    font-size: 2rem;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
    text-align: center;
}


h2 { 
    color: #6E6B66;
    font-family: "Volte", sans-serif;
    font-size: 1.9rem;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 500;
    text-align: center;
}



a:link {
    color: #7DB29E; 
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
    color: #6E6B66;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #7DB29E;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: #7DB29E;
    background-color: transparent;
    text-decoration: none;