@font-face {
    font-family: "font1";
    src: url(/templates/sites/avilinga/fonts/lato/Lato-Light.woff2) format('woff2'), url(/templates/sites/avilinga/fonts/lato/Lato-Light.woff) format('woff'), url(/templates/sites/avilinga/fonts/lato/Lato-Light.ttf) format('ttf');
}
@font-face {
    font-family: "font1";
    src: url(/templates/sites/avilinga/fonts/lato/Lato-Regular.woff2) format('woff2'), url(/templates/sites/avilinga/fonts/lato/Lato-Regular.woff) format('woff'), url(/templates/sites/avilinga/fonts/lato/Lato-Regular.ttf) format('ttf');
    font-weight: bold;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    font-family: font1, serif;
    color: #333;
}

body {
    padding-top: 50px;
}

.body-container {
    position: relative;
    min-height: 100%;
    padding-left: 250px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.body-container.admin {
    padding-top: 80px;
}

.container {
    max-width: 774px;
}

h1 {
    font-weight: normal;
    font-size: 28px;
    margin: 0.67em 0 0 0;
}

h2 {
    font-weight: normal;
    font-size: 22px;
    margin: 2em 0 0 0;
    border-top: 5px solid #17152f;
    padding-top: 2em;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    margin: 1.3em 0 0 0;
}

quote {
    border: 1px solid #ccc;
    padding: 10px;
    display: block;
    border-left: 20px solid #ccc;
    font-size: 16px;
    margin: 1em 0;
}

p {
    margin: 1em 0;
    font-size: 16px;
}

pre {
    padding-left: 2em;
    margin-bottom: 0;
    background-color: #ecf3f8;
    white-space: pre-wrap;
}

pre + pre {
    margin-top: 0;
}

ul {
    margin: 0;
    padding-inline-start: 20px;
}

ul li {
    margin: 0.67em 0;
    font-size: 16px;
}

ul li::marker {
    font-size: smaller;
}

a {
    color: #3B7EFF;
    text-decoration: none;
    border-bottom: 1px dashed #3B7EFF;
}

hr {
    border: none;
    border-top: 2px solid #17152f;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.text-color-red {color: #eb212e;}
.text-color-orange {color: #f59331;}
.text-color-yellow {color: #fff02a;}
.text-color-green {color: #00a453;}
.text-color-blue {color: #00afec;}
.text-color-purple {color: #65318f;}
.text-color-gray {color: #0056a4;}
