
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

body {
    background-color: white;
    font-family: "Poppins", sans-serif;
    color: #888888;
    font-size: 13px;
    display: unset;
    
}

html {
  scroll-behavior: smooth;
}

.headerBox {
    position: sticky;
    background-color: #fff;
    top: 0;
    border-bottom: #888 dashed 1px;
    font-size: 11px;
    padding: 10px;
}

.resTitle {
    font-family: "Fjalla One", sans-serif;
    font-size: 20px;
    border-bottom: dashed 1px grey;
    text-align: left;
}

a {
    text-decoration: none;
    color: #000;
}

.backButton {
    display: none;
    position: fixed;
    background-color: #fff;
    top: 50%;
    left: 10%;
}

.resItem {
    margin: 30px;
}

.resBody {
    text-align: justify;
    padding: 5px;
}

.coffeelinks{
    margin-top: 4px;
}

.show {
    display: block;
}

.loopGif {
    display: none;
}

.dropdown-content {
    display: none;
}

b {
    color: #594A47;
}

.portContent {
    display: none;
}

.aboutContent {
    display: block;
    padding: 20px
}

.portTitle{
    font-family: "Fjalla One", sans-serif;
    font-size: 15px;
}

.portByline {
    font-size: 11px;
    font-style: italic;
    
}

.portSnippet {
    text-align: justify;
}

.portEntry {
    text-align: right;
    padding: 30px;
}

.portEntries {
    display: block;
    width: 70%;
    margin: auto;
}

.byline {
    display: none;
    padding: 2px;
}

.aboutTiles {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    column-gap: 0px;
    columns: 3;
    width: 100%;
}

.aboutHeader {
    font-size: 30px;
    font-family: "Fjalla One", sans-serif;
    text-align: center;
    margin: 20px;
    width: 70%;
}

.resumeContent {
    width: 70%;
    display: none;
}

.homeContent {
    margin: 10px 40px 10px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    columns: 3;
}

.lildesc {
    font-size: 12px;
}

.readMoreContent {
    text-align: justify;
    margin-left: 30%;
    margin-right: 20px;
    padding: 20px;
    display: none;
}


.doomCircle {
    padding: 10px;
    border: solid #aaa 1px;
    width: 250px;
    box-shadow: 2px 2px 2px #aaa;
    margin: 10px;
}

.hashtags > a {
    margin-top: 2px;
    padding: 4px;
    border: 1px gray solid;
    width: max-content;
    border-radius: 3px;
    font-size: 9px;
    color: black;
}

.dropbtn {
    padding: 4px;
    border: 1px gray solid;
    width: max-content;
    border-radius: 3px;
    color: black;
    font-size: 11px;
}

button {
    padding: 4px;
    border: 1px gray solid;
    width: max-content;
    border-radius: 3px;
    font-size: 11px;
    font-weight: bold;
    background-color: #fff;
    color: black;
}

tag1 {
    border: solid 2px black;
    padding: 2px;
}
            
@media screen and (max-width: 580px) and (min-width: 0px) {
    h1, p, .link-container {
        width: 80%;
    }
        
}
            
@media screen and (min-width: 650px) and (min-height: 0px) and (max-height: 750px) {
    .link-container {
        margin-top: 12px;
    }
}