* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'lora';
    src: url(fonts/Lora-Regular.ttf) format(truetype);
    font-style: normal;
    font-weight: 700;
}

html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}

h1, h2, h3, h4, h5, h6 p, a {
    margin-block-end: 0;
    margin-block-start: 0;
}

body {
    background-color: rgb(221, 221, 221);
    background-image: url("images/all_tr_logos.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
    padding: .5rem;
}

.lora {
    font-family: lora;
    font-weight: 700;
    font-size: smaller;
}

p {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

details {
    height: fit-content;
    width: 100%;
}

summary {
    padding: 0%;
    margin: 0%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    list-style-type: none;
    text-decoration: underline;
    width: 100%;
}
    
details summary::-webkit-details-marker {
  display: none;
}

details img {
    max-width: 100%;
}

.basetext {
    padding: 0%;
    margin: 0%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    width: 100%;
    height: fit-content;
}

.headline {
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
    color: rgb(240, 1, 180);
    font-size: large;
}

.divwidth {
    width: 450px;
    max-width: 70%;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1;
}

.paddingimg {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.bottomspace {
    margin-bottom: calc(13.333px * 1.1);
}

/* Tiny Manager Page */

#deletetextbox {
    width: 60%;
}

.filename {
    padding-bottom: 1rem;
}

.clickfilename {
    cursor: pointer;
    color: blue;
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
}

@media screen and (max-width: 750px) {
    body {
        background-image: url("images/all_tr_logos-yellow.png");

    }
}