@font-face {
    font-family: open-sans;
    src: url(/css/OpenSans-VariableFont_wdth_wght.ttf);
}
body {
    font-family:  open-sans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

/*LINKS*/

a {
    text-decoration: none;
    color: #000000;
}
a:visited {
    color: #000000;
}
.header-navbar {
    margin-top: 32px;
}

/*LISTS*/

.nav-ul {
    display: contents;
}
.nav-item {
    display: inline-block;
}

/*DROPDOWN-MENU*/

.dropdown {
    position: relative;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-hr {
    margin: 8px 0 8px 0;
}
.dropdown-menu {
    display: none;
    position: absolute;
}

/*LINKS ANIMATED*/

.h3-headline, .img-preview, .p-preview, .nav-link {
    opacity: 1;
    transition: opacity 0.2s ease;
}
a:hover .h3-headline, 
a:hover .p-preview {
    opacity: 0.6;
}
.nav-link:hover {
    opacity: 0.6;
}
a:hover .img-preview {
    opacity: 0.75;
} 

/*TEXT*/

.p-caption {
    font-size: 14px;
    margin-top: 4px;
}
.p-tags {
    color: #808080;
    font-size: 14px;
    text-align: right;
    padding-bottom: 0;
}

/*HEADER STYLING*/

h1 {
    display: inline;
    font-size: 32px;
}
.h2-sub {
    color: #808080;
    font-weight: 200;
    font-size: 16px;
    margin-top: 0;
}
.h4-date {
    color: #808080;
    font-size: 14px;
    font-weight: 300;
}

/*DIVs*/

.content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#header-js {
    margin-top: 100px;
    margin-bottom: 100px;
    /*opacity: 0;
    transition: opacity 0.2s ease;*/
}
#blog-list article {
    margin-bottom: 100px;
}
.post-end {
    margin-bottom: 200px;
}

/*IMAGES*/

img {
    max-width: 100%;
    height: auto;
}

/*TABLES*/
