﻿html, body{ height:100%; margin:0; }

html {
    font-size: 120%;
}

body {
    font-family: Raleway, sans-serif;
    display: table;
    width: 100%; 
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.sitemap--title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    margin: 0px;
}

h2 {
    margin-top: 50px;
    padding-left:20px;
    font-size:26px;
    font-weight: 300;
}

ul {
    columns: 2;
    column-gap: 70px;
}

li {
   margin-bottom: 4px;
   list-style: none;
   position: relative;
   word-break:break-word;
}

li::before {
   content: '';
   position: absolute;
   width: 8px;
   height: 8px;
   left: -20px;
   top: 8px;
   border: 5px solid transparent;
   box-sizing: border-box;
   border-left-color: black;
}

.subtitle {
    padding-left:0px;
    margin-bottom:8px;
}

.subtitle::before {
    left: -20px;
}

.subtitle:not(:first-child) {
    margin-top:20px;
}

.list--item {
    padding-left:20px;
}

.list--item::before {
    left: 0px;
}

a {
   font-size: 15px;
   letter-spacing: 0.8px;
   line-height: 28px;
   color: #0865dc;
   text-decoration: none;
}

a:hover {
    opacity:0.8;
}

.pubs--list {
    text-transform: capitalize;
}

footer {
    max-width: 1200px;
    width: 100%;
    margin:auto;
    display: table-row;
    height:35px;
    margin-top:70px;
    font-size:16px;
    text-align:center;
    vertical-align:middle;
}

@media (max-width: 767.98px) {
    footer {
        height:70px;
    }
}

.footer--content {
    margin-top:40px;
    padding:0px 12px;
}

.icon--skarabee {
    width:18px;
    height:18px;
    fill:#F48220;
}

@media (max-width: 767.98px) {
    ul {
        columns: 1;
    }
}