@charset "UTF-8";

/* Box-sizing fix for better layout control */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Hamburger Menu - Mobile/Tablet Only */
.menu-toggle {
    display: none;
}

.menu-icon {
    display: none;
}

body {
    background-color: #deebde;
    font-family: "PT Serif", serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}
a.one:visited {
    text-decoration: none;
    color: black;
}
a.one:hover {
    color: white;
}

.main {
    text-align: center;
}

a.two:link {
    color: #deebde;
}
a.two:visited {
    color: #deebde;
}
a.two:hover {
    color: black;
}
a.two:link,
a:visited {
    background-color: black;
    color: #deebde;
    padding: 18px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.two:hover,
a:active {
    background-color: #deebde;
}

a.three:hover {
    color: white;
}
a.four:hover {
    color: white;
}

a.five:link {
    color: #deebde;
}
a.five:visited {
    color: #deebde;
}
a.five:hover {
    color: black;
}
a.five:link,
a:visited {
    font-family: "Lucida Console", "Courier New", monospace;
    background-color: black;
    color: #deebde;
    padding: 18px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.five:hover,
a:active {
    background-color: #deebde;
}

p.a {
    font-size: 15.4px;
    text-indent: 0px;
    line-height: 1.5;
    text-align: left;
}
p.b {
    font-size: 22px;
    text-indent: 0px;
    line-height: 0;
    text-align: left;
}
p.c {
    font-size: 12px;
    text-indent: 0px;
    text-align: left;
}
p.d {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 15px;
    text-indent: 0px;
    line-height: 1.7;
    text-align: left;
}
p.e {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 19px;
    text-indent: 0px;
    line-height: 0.1;
    text-align: left;
}

p.f {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 14px;
    background-color: #f1f9f1;
    margin: 0;
    padding: 18px 18px 0 18px;
    text-indent: 0px;
    line-height: 1.5;
    text-align: justify;
}
p.g {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 12.9px;
    background-color: #f1f9f1;
    margin: 0;
    padding: 6px 18px 18px 18px;
    text-indent: 0px;
    line-height: 1.4;
    text-align: right;
}
p.h {
    font-size: 26px;
    margin: 40px 0 50px 0;
    text-indent: 0px;
    line-height: 0;
    text-align: left;
}

.logo {
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-image: url(img/Logo-ENG-02.jpg);
    height: 128px;
    width: 365px;
    margin-top: 32px;
    margin-left: 220px;
    margin-bottom: 15px;
    background-color: #deebde;
    background-blend-mode: multiply;
}

.header {
    padding: 30px;
    text-align: center;
    font-size: 35px;
}

/* Create three columns that float next to each other */
.column1 {
    float: left;
    width: 700px;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 12px;
    overflow: hidden; /* Prevent content from bleeding out */
}

.column1 img {
    max-width: 100%;
    height: auto;
    margin-left: 0; /* Remove horizontal margins */
    margin-right: 0; /* Remove horizontal margins */
    margin-top: 1px;
    margin-bottom: 4px;
    display: block;
}

.column2 {
    float: left;
    width: 200px;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 12px;
    overflow: hidden; /* Prevent content from bleeding out */
}

.column3 {
    float: left;
    width: 160px;
    padding-top: 6px;
    padding-left: 20px;
    overflow: hidden; /* Prevent content from bleeding out */
}

.column4 {
    float: left;
    top: 15px;
    left: 130px;
    padding-top: 10px;
    width: 150px;
    margin-left: 930px;
    margin-top: -25px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.sidenav {
    height: 100%;
    width: 180px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding-top: 112px;
    padding-left: 14px;
    overflow-x: hidden;
}

/* Side navigation links */
.sidenav a {
    color: black;
    text-decoration: none;
    display: block;
    font-family: "PT Serif", sans-serif;
}

/* Desktop navigation visible by default */
.sidenav-desktop {
    display: block;
}

/* Mobile navigation hidden by default */
.sidenav-mobile {
    display: none;
}

.sidebarPone {
    color: black;
    font-size: 24px;
    text-decoration: none;
    display: block;
    font-family: "PT Serif", sans-serif;
    line-height: 1;
    text-indent: 8px;
    text-align: left;
}
.sidebarPtwo {
    color: black;
    font-size: 24px;
    text-decoration: none;
    display: block;
    font-family: "PT Serif", sans-serif;
    line-height: 1;
    text-indent: 14px;
    text-align: left;
}

.sidebarPthree {
    color: black;
    font-size: 16px;
    text-decoration: none;
    display: block;
    font-family: "PT Serif", sans-serif;
    line-height: 0.7;
    text-indent: 28px;
    text-align: left;
}

.sidebarPfour {
    color: black;
    font-size: 15px;
    text-decoration: none;
    display: block;
    font-family: "PT Serif", sans-serif;
    line-height: 0.1;
    text-indent: 9px;
    text-align: left;
}
.sidebarPfive {
    font-family: "Lucida Console", "Courier New", monospace;
    text-indent: 5px;
    line-height: 0.1;
    text-align: left;
    color: black;
    margin-top: 50px;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

/* Style the content */
.content {
    max-width: 1200px;
    margin-left: 170px;
    padding-left: 10px;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 2px;
    color: black;
}

h1 {
    display: block;
    font-size: 1.1em;
    font-family: "Lucida Console", "Courier New", monospace;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

img {
    border: 2px solid black;
    margin-top: 1px;
    margin-bottom: 4px;
    margin-left: 16px;
    margin-right: 2px;
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 28px;
    padding: 0;
}

li {
    margin-bottom: 5px;
}

/* Medium devices such as tablets (1024px or lesser) */
@media only screen and (max-width: 1024px) {
    p.a {
        font-size: 18px;
        text-indent: 0px;
        line-height: 1.5;
        text-align: left;
    }
    p.b {
        font-size: 24px;
        text-indent: 0px;
        line-height: 1.2;
        text-align: left;
    }
    p.c {
        font-size: 16px;
        text-indent: 0px;
        text-align: left;
    }
    p.d {
        font-family: "Lucida Console", "Courier New", monospace;
        font-size: 18px;
        text-indent: 0px;
        line-height: 1.7;
        text-align: left;
    }
    p.e {
        font-family: "Lucida Console", "Courier New", monospace;
        font-size: 21px;
        text-indent: 0px;
        line-height: 1.2;
        text-align: left;
    }

    p.f {
        font-family: "Lucida Console", "Courier New", monospace;
        font-size: 16px;
        background-color: #f1f9f1;
        margin: 0;
        padding: 18px 18px 0 18px;
        text-indent: 0px;
        line-height: 1.5;
        text-align: justify;
    }
    p.g {
        font-family: "Lucida Console", "Courier New", monospace;
        font-size: 15px;
        background-color: #f1f9f1;
        margin: 0;
        padding: 6px 18px 18px 18px;
        text-indent: 0px;
        line-height: 1.4;
        text-align: right;
    }
    p.h {
        font-size: 28px;
        margin: 40px 0 50px 0;
        text-indent: 0px;
        line-height: 1.2;
        text-align: left;
    }

    .sidenav {
        position: static;
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .sidebarPone {
        color: black;
        font-size: 22px;
        text-decoration: none;
        display: block;
        line-height: 1.5;
        text-indent: 8px;
        margin: 15px 0;
        text-align: left;
    }
    .sidebarPtwo {
        color: black;
        font-size: 22px;
        margin: 15px 0;
        text-decoration: none;
        display: block;
        line-height: 1.5;
        text-indent: 14px;
        text-align: left;
    }

    .sidebarPthree {
        color: black;
        font-size: 18px;
        text-decoration: none;
        display: block;
        line-height: 1.5;
        margin: 12px 0;
        text-indent: 28px;
        text-align: left;
    }

    .sidebarPfour {
        color: black;
        font-size: 16px;
        text-decoration: none;
        display: block;
        margin: 12px 0;
        line-height: 1.5;
        text-indent: 9px;
        text-align: left;
    }

    .sidebarPfive {
        font-family: "Lucida Console", "Courier New", monospace;
        text-indent: 5px;
        line-height: 1.5;
        text-align: left;
        color: black;
        font-size: 18px;
        margin: 20px 0;
        text-decoration: none;
    }

    .logo {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-size: contain;
        background-repeat: no-repeat no-repeat;
        background-position: center;
        background-image: url(img/Logo-ENG-02.jpg);
        height: 96px;
        width: 274px;
        margin-top: 30px;
        margin-bottom: 10px;
        background-color: #deebde;
        background-blend-mode: multiply;
    }

    /* Hamburger Menu for Tablet */
    .menu-icon {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        cursor: pointer;
        z-index: 1000;
        background: black;
        padding: 12px;
        border-radius: 4px;
    }

    .menu-icon span {
        display: block;
        width: 25px;
        height: 3px;
        background: #deebde;
        margin: 5px 0;
        transition: 0.3s;
    }

    /* Hide desktop navigation, show mobile navigation */
    .sidenav-desktop {
        display: none;
    }

    .sidenav-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        height: 100%;
        background: #deebde;
        padding: 80px 20px 20px;
        transition: left 0.3s;
        overflow-y: auto;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .menu-toggle:checked ~ .sidenav-mobile {
        left: 0;
    }

    .menu-toggle:checked ~ .menu-icon span:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .menu-toggle:checked ~ .menu-icon span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle:checked ~ .menu-icon span:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .content {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

    .column1 {
        float: none;
        width: 100%;
        padding-top: 6px;
        padding-left: 0;
        padding-right: 0;
    }

    .column1 img {
        margin-left: 0;
        margin-right: 0;
    }

    .column2 {
        float: none;
        width: 100%;
        padding-top: 6px;
        padding-left: 0;
        padding-right: 0;
    }
    .column3 {
        float: none;
        width: 100%;
        padding-top: 6px;
        padding-left: 0;
    }

    img {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Small devices such as phones (768px or lesser) */
@media only screen and (max-width: 768px) {
    p.a {
        font-size: 16px;
        text-indent: 0px;
        line-height: 1.6;
        text-align: left;
    }
    p.b {
        font-size: 22px;
        text-indent: 0px;
        line-height: 1.3;
        text-align: left;
    }
    p.c {
        font-size: 15px;
        text-indent: 0px;
        text-align: left;
        line-height: 1.4;
    }
    p.d {
        font-family: "Lucida Console", "Courier New", monospace;
        font-size: 16px;
        text-indent: 0px;
        line-height: 1.7;
        text-align: left;
    }
    p.e {
        font-family: "Lucida Console", "Courier New", monospace;
        font-size: 20px;
        text-indent: 0px;
        line-height: 1.3;
        text-align: left;
    }

    p.f {
        font-family: "Lucida Console", "Courier New", monospace;
        font-size: 15px;
        background-color: #f1f9f1;
        margin: 0;
        padding: 15px 15px 0 15px;
        text-indent: 0px;
        line-height: 1.5;
        text-align: justify;
    }
    p.g {
        font-family: "Lucida Console", "Courier New", monospace;
        font-size: 14px;
        background-color: #f1f9f1;
        margin: 0;
        padding: 6px 15px 15px 15px;
        text-indent: 0px;
        line-height: 1.4;
        text-align: right;
    }
    p.h {
        font-size: 26px;
        margin: 30px 0 40px 0;
        text-indent: 0px;
        line-height: 1.3;
        text-align: left;
    }

    .sidenav {
        position: static;
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .sidebarPone {
        color: black;
        font-size: 20px;
        margin: 12px 0;
        text-decoration: none;
        display: block;
        line-height: 1.5;
        text-indent: 8px;
        text-align: left;
    }
    .sidebarPtwo {
        color: black;
        font-size: 20px;
        text-decoration: none;
        display: block;
        margin: 12px 0;
        line-height: 1.5;
        text-indent: 14px;
        text-align: left;
    }

    .sidebarPthree {
        color: black;
        font-size: 16px;
        text-decoration: none;
        margin: 10px 0;
        display: block;
        line-height: 1.5;
        text-indent: 28px;
        text-align: left;
    }

    .sidebarPfour {
        color: black;
        font-size: 15px;
        text-decoration: none;
        display: block;
        margin: 10px 0;
        line-height: 1.5;
        text-indent: 9px;
        text-align: left;
    }

    .sidebarPfive {
        font-family: "Lucida Console", "Courier New", monospace;
        text-indent: 5px;
        line-height: 1.5;
        text-align: left;
        color: black;
        font-size: 16px;
        margin: 18px 0;
        text-decoration: none;
    }

    .logo {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        background-size: contain;
        background-repeat: no-repeat no-repeat;
        background-position: center;
        background-image: url(img/Logo-ENG-02.jpg);
        height: 75px;
        width: 214px;
        margin-top: 20px;
        margin-bottom: 10px;
        background-color: #deebde;
        background-blend-mode: multiply;
    }

    /* Hamburger Menu for Mobile */
    .menu-icon {
        display: block;
        position: fixed;
        top: 15px;
        right: 15px;
        cursor: pointer;
        z-index: 1000;
        background: black;
        padding: 10px;
        border-radius: 4px;
    }

    .menu-icon span {
        display: block;
        width: 22px;
        height: 3px;
        background: #deebde;
        margin: 4px 0;
        transition: 0.3s;
    }

    /* Hide desktop navigation, show mobile navigation */
    .sidenav-desktop {
        display: none;
    }

    .sidenav-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        height: 100%;
        background: #deebde;
        padding: 70px 20px 20px;
        transition: left 0.3s;
        overflow-y: auto;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .menu-toggle:checked ~ .sidenav-mobile {
        left: 0;
    }

    .menu-toggle:checked ~ .menu-icon span:nth-child(1) {
        transform: rotate(-45deg) translate(-4px, 5px);
    }

    .menu-toggle:checked ~ .menu-icon span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle:checked ~ .menu-icon span:nth-child(3) {
        transform: rotate(45deg) translate(-4px, -5px);
    }

    .content {
        margin-left: 0;
        margin-right: 0;
        padding-left: 12px;
        padding-right: 12px;
        max-width: 100%;
    }

    .column1 {
        float: none;
        width: 100%;
        padding-top: 6px;
        padding-left: 0;
        padding-right: 0;
    }

    .column1 img {
        margin-left: 0;
        margin-right: 0;
    }

    .column2 {
        float: none;
        width: 100%;
        padding-top: 6px;
        padding-left: 0;
        padding-right: 0;
    }
    .column3 {
        float: none;
        width: 100%;
        padding-top: 6px;
        padding-left: 0;
    }

    img {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Extra small devices - prevent logo/hamburger collision */
@media only screen and (max-width: 400px) {
    .logo {
        width: 180px;
        height: 63px;
        margin-top: 15px;
    }

    .menu-icon {
        top: 12px;
        right: 12px;
        padding: 8px;
    }

    .menu-icon span {
        width: 20px;
        height: 2px;
        margin: 4px 0;
    }
}
