body {
padding: 0 0;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.9em;
line-height:1.6em;
}
img {
width: 100%;
padding: 0;
}
#content a {
color: darkorange;
}
#content h2 {
font-size: 32px;
}
#content p {
font-size: 16px;
}
#navigation h1.nav-header {
padding: 0 15px;
margin-bottom: 0;
}
#navigation a.nav-header {
padding: 5px 15px;
font-weight: bold;
}
#navigation ul.uk-nav {
padding: 15px 0;
}
#navigation p {
padding-bottom: 10px;
}
#navigation li.language-select select {
float: right;
}
#content h2 {
font-family: Georgia, "Times New Roman", Times, serif;
}
#content img.header {
margin-bottom: 20px;
}
#content ul {
list-style-type: square;
}
#content li.done {
color: #008000;
text-decoration: line-through;
}
#content li {
font-size: 16px;
}
.imgs div {
padding-bottom: 25px;
max-height: 300px;
}
.imgs img {
padding-bottom: 25px;
object-fit: contain;
width: 100%;
height: 300px;
}
.gifs img {
object-fit: cover;
}
#content p.images-text {
margin-top: -15px;
}
#content .iframe-container {
position: relative;
padding-bottom: 56.5%;
}
#content iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
h2 {
margin-top: 25px;
}
}