/* ---------- GLOBAL RESET ---------- */
* {
    box-sizing: border-box;
    transition: 0.35s ease;
}

/* ---------- GENERAL CLASSES ---------- */
.rela-block {
    display: block;
    position: relative;
    margin: auto;
}

.rela-inline {
    display: inline-block;
    position: relative;
    margin: auto;
}

.floated {
    display: inline-block;
    position: relative;
    float: left;
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 88%;
}

.caps {
    text-transform: uppercase;
}

.justified {
    text-align: justify;
}

p.light {
    color: #777;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: black;
    text-align: center;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 40px;
    color: black;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 28px;
    color: black;
}

/* ---------- BODY ---------- */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 28px;
    background: url('http://kingofwallpapers.com/leaves/leaves-016.jpg') right no-repeat;
    background-size: cover;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.92);
}

/* ---------- PAGE CONTAINER ---------- */
.page {
    width: 90%;
    max-width: 1800px;
    margin: 80px auto;
    background-color: white;
    box-shadow: 6px 10px 28px 0px rgba(0, 0, 0, 0.4);
}

/* ---------- TOP BAR ---------- */
.top-bar {
    height: 220px;
    background-color: #848484;
    color: white;
}


#donntu {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 1000;
}

/* ---------- NAME SECTION ---------- */
.name {
    position: absolute;
    right: 0;
    left: calc(350px + 5%);
    height: 220px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 58px;
    font-weight: 100;
    line-height: 50px;
}

.name div {
    width: 94%;
}

/* ---------- SIDE BAR ---------- */
.side-bar {
    position: absolute;
    top: 60px;
    left: 5%;
    width: 350px;
    background-color: #F7E0C1;
    padding: 320px 30px 50px;
}

.menu {
    margin-top: 60px;
}

/* ---------- MUGSHOT / LOGO ---------- */
.mugshot {
    position: absolute;
    top: 50px;
    left: 85px;
    height: 210px;
    width: 210px;
}

.mugshot .logo {
    margin: -23px;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    margin: 0;
    color: black;
    height: 250px;
    width: 250px;
}

.logo .logo-svg {
    height: 100%;
    width: 100%;
    stroke: black;
    cursor: pointer;
}

.logo .logo-text {
    position: absolute;
    top: 58%;
    left: 16%;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: calc(250px / 5 + 250px / 50);
    letter-spacing: 0px;
    font-weight: 400;
    line-height: calc(250px / 5 + 250px / 30);
}

/* ---------- SOCIAL LINKS ---------- */
.social {
    padding-left: 60px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.social::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 10px;
    height: 35px;
    width: 35px;
    background-size: cover !important;
}

/* ---------- SIDE HEADERS ---------- */
.side-header {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 600;
    line-height: 28px;
    margin: 60px auto 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #888;
}

/* ---------- LIST ---------- */
.list-thing {
    padding-left: 25px;
    margin-bottom: 10px;
}

/* ---------- CONTENT CONTAINER ---------- */
.content-container {
    margin-left: calc(320px + 6%);
    width: calc(95% - 350px);
    padding: 25px 40px 50px;
}

.content-container > * {
    margin: 0 auto 25px;
}

.content-container > h3 {
    margin: 0 auto 5px;
}

.content-container > p.long-margin {
    margin: 0 auto 50px;
}

.title {
    width: 80%;
    text-align: center;
}

.separator {
    width: 240px;
    height: 2px;
    background-color: #999;
}

.greyed {
    background-color: #DDD;
    width: 100%;
    max-width: 580px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 6px;
    font-weight: 600;
    line-height: 28px;
}

/* ---------- RESPONSIVE ---------- */
@media screen and (max-width: 1150px) {
    .name {
        color: white;
        font-family: 'Raleway', sans-serif;
        font-size: 38px;
        letter-spacing: 6px;
        font-weight: 100;
        line-height: 48px;
    }
}

/* ---------- TABLE STYLING ---------- */
.content-container table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.content-container td {
    padding: 12px 16px;
    vertical-align: top;
}

.content-container td:first-child {
    width: 30%;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: right;
}

.content-container td:nth-child(2) {
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}

.content-container tr:hover td {
    background-color: #fff5e8;
    transition: background-color 0.3s ease;
}

/* ---------- LINKS ---------- */
a {
    color: #a86b00;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

a:hover {
    color: #7a4b00;
    border-bottom: 1px solid #7a4b00;
}

/* ---------- SIDE MENU BUTTONS ---------- */
a.side-header {
    display: block;
    text-align: center;
    background-color: #f1d3a8;
    color: #000;
    padding: 10px 0;
    margin: 15px 0;
    border-radius: 10px;
    letter-spacing: 3px;
    font-weight: 600;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

a.side-header:hover {
    background-color: #e8b86d;
    color: #fff;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.circle-video {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
}

.circle-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.publication p {
    text-align: justify;
}