h1 {
    text-align: center;
    font-family: 'Permanent Marker', cursive;
    font-size: 50px;
    text-decoration: underline overline;
    margin-top: 45px;
    margin-bottom: 0;
}

article h2 {
    font-family: 'Kufam', sans-serif;
}

article {
    margin: 15px;
    color: black;
    justify-content: space-evenly;
    border: 1px solid black;
    width: fit-content;
    background-color: floralwhite;
    border-radius: 20px;
    position: relative;
}

body {
    background-color: rgb(41, 41, 41);
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
}

section {
    width: 100%;
    padding: 20px;
}

nav {
    width: 100%;
    font-family: 'Kufam', sans-serif;
    color: white;
    box-shadow: 0px 2px 3px rgb(39, 39, 39);
    background-color: black;
    border: 1px black solid;
    position: fixed;
    z-index: 100;
    padding-top: 5px;
}

nav a {
    display: block;
    text-decoration: none;
    padding: 10px;
    margin: 0 5px 0 5px;
    color: inherit;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li {
    border-top-right-radius: .5em;
    border-right: 1px solid black;
}

nav input {
    height: 25px;
}

hr {
    width: 75%;
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
}

hr:after {
    background: #f2e4a6;
    content: '§';
    padding: 0 4px;
    position: relative;
    top: -13px;
}

.sub-heading {
    font-size: 25px;
    text-decoration: underline;
    font-family: 'Permanent Marker', sans-serif;
}

.clickable {
    cursor: pointer;
}

.not-clicked {
    box-shadow: 1px 1px 1px black;
}

.clicked::after {
    -webkit-box-shadow: inset 2px 2px 2px #000;
    -moz-box-shadow: inset 2px 2px 2px #000;
    box-shadow: inset 1px 1px 2px #000;
    border-radius: inherit;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.clicked {
    transform: translate(-1px,-1px);
}

.clickable-div {
    margin: 25px;
    border: 1px solid black;
    position: relative;
    padding: 15px 15px 75px 15px;
    background-color: floralwhite;
}

.article-thumbnail {
    display: block;
    height: 250px;
    width: 300px;
    object-fit: cover;
    border: 1px solid black;
}

.blog-post img {
    height: 250px;
    border: black 1px solid;
    box-shadow: 2px 2px 2px black;
}

.blog-post div {

    display: inline-block;
    margin: 1em;
}

.thumbnails {
    flex-wrap: wrap;
    background-color: floralwhite;
    border-top: 25px #887548 solid;
    border-bottom: 25px #887548 solid;
    background-image: url(https://i.imgur.com/TFyTLa7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 2px 2px black, inset 0 -2px 2px black, 0 2px 5px black, 0 -2px 5px black;
}

.box {
    display: flex;
    align-items: center;
}

.nav-box {
    justify-content: space-between;
}

.box-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    color: black;
    text-decoration: underline;
    padding-left: 60px;
    padding-right: 60px;
}

.tab-one {
    background-color: #f2e4a6;
    z-index: 3;
}

.tab-two {
    background-color: #71988e;
    z-index: 2;
}

.tab-three {
    background-color: #dd6555;
    z-index: 1;
}

.cover {
    border: 1px solid black;
    position: relative;
    height: 350px;
    background-image: url(https://images.pexels.com/photos/2983101/pexels-photo-2983101.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 50% 52%;
    width: 100%;
    box-shadow: 0 3px 2px black;
    top: 39px;
    z-index: 99;
}

.adventure-heading {
    margin: 15px;
    font-family: 'Permanent Marker', cursive;
    font-size: 30px;
}

.thumbnail-heading {
    position: absolute;
    /*! top: 72%; */
    left: 50%;
    transform: translate(-50%,0%);
    color: black;
    /*! text-shadow: 2px 2px 1px black; */
    text-align: center;
    width: 75%;
    /*! font-family: 'Kufam', sans-serif; */
    font-size: 25px;
    /*! text-decoration-line: underline; */
    bottom: -20px;
    font-family: 'Permanent Marker', cursive;
}

.icon {
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: cell;
}

.icon-bookmark {
    right: 10px;
    background-image: url(https://i.imgur.com/vOfEgPn.png);
}

.icon-bookmark-filled {
    right: 10px;
    background-image: url(https://i.imgur.com/MiJ3Ffr.png);
}

.icon-favourite {
    right: 50px;
    background-image: url(https://i.imgur.com/MCmeT6W.png);
}

.icon-favourite-filled {
    right: 50px;
    background-image: url(https://i.imgur.com/ZMqSSw4.png);
}

.icon-share {
    right: 90px;
    background-image: url(https://i.imgur.com/OfHJ1Et.png);
}

#main {
    position: relative;
    top: 39px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    background-color: #f2e4a6;
    height: fit-content;
    border: 1px black solid; 
}

#description {
    max-width: 720px;
    margin-bottom: 50px;
}