@font-face {
    font-family: 'IBMPlex';
    src: url('/css/IBMPlexSans-Variable.ttf') format('truetype');
}

body { 
    background-color: #f3f1ed;
    font-family: 'IBMPlex';
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0 0;
    margin-bottom: 0;
    font-family: 'IBMPlex';
}

a {
    text-decoration: none; 
    color:#141414;
}

button {
  background-color: #e1dedd;
  border: 2px dotted grey;
  align-items: center;
  cursor: pointer;
  text-transform:capitalize;
  width: 100%;
  font-size: 1rem;
}

button:hover {
  border: 2px solid grey;
}

button:active {
  background-color: #a1a1a1;
  box-shadow: 0 5px #666;
}

.all-content {
   display: flex; 
}

p {
   padding : 0;
   margin : 0;
}


.body-text {
    position: absolute;
    left: 25.0%;
    font-size: 13pt;
    margin-top: 3vh;
    margin-bottom: 2vh;
    padding-bottom: 5vh;
    width: 50vw;
    text-align: justify;
}

.index-table {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: -50%;
  transform: translate(-50%, -50%);
}

.body-text li {
    margin-bottom: 2ch;
}

.sidebar {
    margin-top: 3vh;
    margin-left: 3vw;
    margin-right: 2vw;
    font-size: 14pt;
}

.title {
    margin-bottom: 10px;
    text-decoration: none;
    color: #141414;
}

.title h1 {
    text-decoration: none;
    font-size: 16pt;
    margin: 0 0 0 0;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.links a { text-decoration: none; color: #2d2d2d;}
.links a:visited { text-decoration: none; color: #2d2d2d; }
.links a:hover { text-decoration: underline; color: #2d2d2d; }
.links a:focus { text-decoration: none; color: #2d2d2d; }

.links div:not(:last-child) {
    margin-bottom: 20px;
}

.links div:first-child {
    margin-top: 0px;
}

.deets {
    display: none;
}

.docdata li {
    margin-bottom: 5px;
}

.docdata ol {
    padding-left: 5px;
    margin-bottom: 0;
}

.docdata ol p {
    margin: 0 0 0 0;
}

.docdata h1 {
    font-size: 20pt;
}

.docdata h2 {
    font-size: 18pt;
}

.docdata h3 {
    font-size: 16pt;
}

.title-container {
    margin-bottom: 3vh;
}

.post-wrap {
    width: 600px;
    margin-top: 15px;
}

.post-wrap p {
    font-weight: 500;
}

@media (max-width: 1000px) {
    .post-wrap {
        width: 100%;
    }

    .all-content {
        width: 95%;
        display: block;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        margin: auto;
    }

    .body-text {
        text-align: left;
        margin-top: 2vh;
        width: 80vw;
        left: auto;
        right: auto;
        margin: auto;
        margin-left: 3vw;
    }

    .deets {
        display: block;
    }

    .deets a {
        color: #141414;
    }

    .title {
        margin-bottom: 0;
        margin-right: 20px;
    }
    
    .sidebar {
        margin: auto;
        margin-top: 2vh;
        margin-bottom: 2vh;
        align-content: center;
        align-items: center;
    }

    .links {
        display: none;
    }

    .links div {
        margin: 0 0 0 0;
        margin-right: 10px;
    }

    .mail-links {
        display: none;
    }

    .sidebar {
        margin-top: 3vh;
        margin-left: 3vw;
        margin-right: 2vw;
        font-size: 14pt;
    }
}

.sign {
    width: 100%;
    background-color: #e1dedd;
    border: 2px dotted grey;
    align-items: center;
}

.authdetails {
    font-size: 11pt;
    margin-left: 5px;
    margin-top: 10px;
}

.body-text a {
    text-decoration: underline;
}