body {
    margin: 1% 3% 2% 16%;
    position: relative;
    display: flex;
    background-color: rgba(222, 217, 205, 0.864);
    flex-direction: column;
}
body::before,
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

body::before {
    border: 10px solid white; 
}

body::after {
    border: 10px solid rgb(255, 255, 255); 
    z-index: 1;
}

@font-face {
    font-family:Bluu;
    src:url(bluunext-bold.ttf)
}

@font-face {
    font-family:Syne;
    src:url(Syne-VariableFont_wght.ttf)
}

.heading {
    margin: 1% 4% 2% 4%;
    text-align: left;
    border-bottom: 2px solid #1b1501;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.heading a:hover, a:active {
    font-style: italic;
    cursor: pointer;
}

.wide {
    width: 100%;
    text-align: justify;
    order: 2;
}


.table_contents {
    width: 30%; 
    margin-left: -16%;
    margin-top: 14%;
    position: fixed;
    text-align: left;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    order: 1; 
}

.table_contents ul {
    list-style-type: none;
}


.table_contents li a {
    color: #1b1501;
    line-height: 2.2;
    text-decoration: none;
    letter-spacing: normal;
    transition: letter-spacing 0.15s ease-out;
    font-style: normal;
}

.table_contents li a:hover h4 {
    color: #85a21a;
    letter-spacing: 0.1em;
    transition: letter-spacing 0.15s ease-in;
}
.table_contents li.active h4 {
    color: rgb(41, 98, 255);
    letter-spacing: 0.1em;
    font-family: bluu;
    font-size: 1.1vw;
  }
  

.table_contents h2 {
    display: inline;
}

.colon {
    color: rgb(41, 98, 255);
    margin-left: 10px;
}

.quote {
    text-align: justify;
}

.container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin: 0% 4% 2% 5%;
    cursor: default;
}

.container a {
    color: #1b0801;
    text-decoration: underline;
}

.citation {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    margin: 0% 4% 2% 8%;
}
.citation a {
    color: #1b0801;
    text-decoration: none;
}

.citation a:hover {
    color: #85a21a;
    cursor: pointer;
}

.container a:hover {
    color: #85a21a;
    cursor: pointer;
}

.column_3 {
    width: 6%;
    writing-mode: vertical-lr;
    text-align: left;
    transform: rotate(360deg);
}

.column_1 {
    flex: 0 0 45%;
    margin: 0% 3% 2% 0%;
}

.column_2 {
    flex: 0 0 45%;
    margin: 0% 0% 2% 2%;
}


.column_1 a {
    text-align: left;
}


.column_2 a {
    text-align: right;
}

.thumbnail {
    height: 15vw;
    width: auto; 
    margin: 0 auto;
    display: block;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}


.thumbnail:hover {
    opacity: 0.75;
    transition: opacity 0.4s ease-in-out;
}

.logo {
    width: 16vw;
    margin: 0 auto;
    display: block;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    cursor: pointer;
}
.logo:hover {
    opacity: 0.75;
    transition: opacity 0.4s ease-in-out;
}

#typicalx,
#jobx,
#trainingx,
#resox {
    text-align: right;
    margin-right: 4%;
    margin-top: 4%;
    cursor: default;
  }

  #professionalx,
  #technicalx,
  #laborx {
    margin-left:4%;
    margin-top: 5%;
    cursor: default;
  }

.tasks {
    font-family: Syne;
    font-size: 1vw;
    text-align: left;
    line-height: 1.5;
    letter-spacing: .06em;
    color: #1b1501;
}

a {
    text-decoration: none;}
    
h7 {
    font-size: 2.7vw;
    font-family: Bluu;
    font-weight: lighter;
    color: #1b1501;
    letter-spacing: .05em;
    padding-top: 2%;
    line-height: 1;
    }


h1 {
    font-size: 2vw;
    font-family: Bluu;
    color: rgb(41, 98, 255);
    letter-spacing: .05em;
    padding-top: 2%;
    line-height: 1;
}


h2 {
    font-size: 1.2vw;
    font-family: Bluu;
    font-weight: lighter;
    line-height: 1.5;
    color: #1b1501;
}

h3 {
    font-size: 1.1vw;
    font-family: Syne;
    line-height: 1.8;
    font-weight: normal;
    letter-spacing: .06em;
    color: #1b1501;
}

h4 {
    font-size: 1vw;
    font-family: Syne;
    font-weight: normal;
    line-height: 2;
    letter-spacing: .06em;
    color: #1b1501;
}

h5 {
    font-size: 1.4vw;
    font-family: Syne;
    color: rgb(41, 98, 255);
    letter-spacing: .15em;
    font-weight: lighter;
    margin: 11% 0% 0% 0%;
}

h6 {
    font-size: 1.2vw;
    font-family: Bluu;
    font-weight: lighter;
    color: rgb(41, 98, 255);
    letter-spacing: .05em;
}

p {
    font-family: Syne;
    font-size: 1vw;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #1b1501;
}

p1 {
    font-family: Syne;
    font-size: .8vw;
    line-height: 1;
    letter-spacing: .05em;
    color: #1b1501;
}



h1, h2, h3, h4, h5, h6, p .colon {
    display: inline;
}

p, h1 {
    display: inline;
}

