.static-head {padding:2rem 0;text-align:center;}
.static-head small {}
.static-head strong {font-size:3rem;color:var(--brand);margin:2rem 0;}
.static-head p {max-width:60%;margin:auto;}

.static-links {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:2rem;}
.static-links a {color:#777;padding:.5rem;margin:.5rem;border-bottom:1px solid transparent;transition:.4s;font-family:'EB Garamond', serif;font-size:1.25rem;}
.static-links a:hover {color:var(--brand);border-bottom:1px solid var(--brand);}

.static-details {}
.static-details section {margin-bottom:2rem;}
.static-details section:not(:last-child) {border-bottom:1px solid var(--brand);padding-bottom:2rem;}
.static-details section > strong {font-size:2rem;color:var(--brand);margin-bottom:1rem;}
.static-details article {}
.static-details article strong {font-size:1.25rem;color:var(--brand);}
.static-details article ul {margin-left:2rem;}
.static-details article li {list-style:circle;font-size:14px;margin-bottom:.5rem;}
.static-details article p {margin:1rem 0;}
.static-details figure {}
.static-details img {}

.static-details table {margin-top:2rem;border:1px solid #ddd;border-collapse: collapse;}
.static-details table th {}
.static-details table tr {border-bottom:1px solid #ddd;}
.static-details table tr:nth-child(even) {background:#f9f9f9;}
.static-details table td {padding:.5rem;}
.static-details table td:nth-child(odd) {font-weight:bold;}

.static-details table+strong {margin-top:2rem;}

@media only screen and (max-width:768px){
    .static-head strong {font-size:2rem;}
    .static-head p {max-width:90%;}


    .static-links {flex-direction:column;align-items:flex-start;}
    .static-links a {font-size:1rem;padding:.25rem;margin:.25rem;}
}