@font-face {
    font-family: Montserrat;
    src: url(https://aventa.io/Montserrat.ttf);
}
@font-face {
    font-family: 'Open Sans';
    src: url(https://aventa.io/OpenSans.ttf);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body, h1, h2, h3, p {
    line-height: 1;
    font-family: 'Open Sans', Arial, sans-serif;
}

html, body, h1, h2, h3, p, a, a:visited {
    color: #0388A6;
}

html, body {
    background-color: white;
    max-width: 100%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: white;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: white;
}

body::-webkit-scrollbar-thumb {
    background-color: #0388A6;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

.clearfix {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

h1, h2, h3 {
    font-family: 'Montserrat';
}

h1 {
    font-weight: 500;
}

p, address, li {
    margin: 1rem 0;
    line-height: 1.4;
}

p:last-child {
    margin-bottom: 0;
}

a {
    cursor: pointer;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

hr {
    background-color: #212121;
    border: none;
    height: 1px;
}

figure {
    width: 100%;
}

figcaption {
    margin: 10px;
    text-align: center;
}

u {
    text-decoration: underline;
}

i {
    font-style: italic;
}

sup {
    font-size: 0.5rem;
    vertical-align: super;
}

b {
    font-weight: bold;
}

b.big {
    font-size: 2rem;
    float: left;
}

b.gray {
    background-color: #212121;
    color: white;
    font-weight: normal;
}

b.blue {
    background-color: #0388A6;
    color: white;
    font-weight: normal;
}