
html {
    font-size: 18px;
    line-height: 1.5; 
}
body {
    position: relative;
    margin: 0;
    color: #5c5c5c;
    font-size: 1rem;
    font-family: 'PT Sans', sans-serif;
}
body:not(.home) {
    padding-top: 95px;
}

#wpadminbar {
    position: fixed !important;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    margin: 0 0 20px 0;
    color: #5c5c5c;
    text-transform: uppercase;
}

h1 {
    font-size: 45px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 22px;
}

p {
}
p:empty {
    display: none;
}

ul, ol {
    padding: 0;
    margin: 0 0 20px 10px;
}

ul li, ol li {
    margin: 0 0 0 10px;
    padding: 0px;
}

time {
    white-space: nowrap;
}

label {
    font-size: .85rem;
    text-transform: uppercase;
}

a,
a:visited,
a:focus
{
    color: #9cc536;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #69696a;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

input,
textarea,
a,
img {
    outline: none !important;
}

section:before,
section:after {
    clear: both;
    display: table;
    content: "";
}

section {
    position: relative;
    clear: both;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="phone"],
select,
textarea
{
    font-size: .85rem;
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px 10px;
    background: #fff;
    border-radius: 0;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="phone"]:focus,
select:focus,
textarea:focus
{
    border-color: #5c5c5c;
}
textarea {
    min-height: 150px;
    resize: vertical;
}

table {
    margin-bottom: 0px;
    overflow-x: auto;
    border-collapse: collapse;
}
td, th {
    padding: 10px 15px;
    text-align: left;
}
th {
    text-transform: uppercase;
}

fieldset {
    margin-bottom: .5rem;
}

input[type="checkbox"], input[type="radio"] {
    transform: scale(1.5);
    margin-right: 10px;
}