@charset "utf-8";
/* CSS Document */

body {
    height: 100%;
    width: 100%;
    font-family: Catamaran, sans-serif;
    background-color: white;
    position: relative;
    margin: 0;
}

.div_logo {
    height: 18vh;
    width: 100%;
    position: relative;
}

.img_logo {
    left: 4vw;
    top: 1vh;
    float: left;
    height: 18vh;
    width: 27vw;
    position: relative;
}

.div_menu {
    height: 10vh !important;
    width: 100vw;
    top: 20vh;
    position: relative;
}

#menu {
    margin-top: 1vh;
    background-color: white;
}

#menu > li {
    float: right;
}

li a:hover {
    color: #EF7967;
}

ul {
    float: right;
    width: 100vw;
    list-style: none;
}

li a {
    display: block;
    color: #0F4881;
    float: right;
    text-decoration: none;
    text-align: center;
    font-size: 1.35vw;
    width: 100%;
    padding: 1vh 4vw;
    font-family: Catamaran, sans-serif;
    font-weight: bold;
}

table {
    horiz-align: center;
    margin: auto;
    align-content: center;
    padding-top: 2vh;
    width: 100%;
    height: 10vh;
    border-spacing: 0px;
}

.second {
    background-color: #0F4881;
    color: white;
}

img {
    height: 15vh;
    width: 5vw;
    margin: auto;
    display: block;
    object-fit: contain;
}

tr {
    display: block;
    margin: auto;
    height: 35vh;
}

td {
    margin: auto;
    width: 25vw;
}

.person {
    margin-right: 10vw;
    margin-left: 10vw;
}

p {
    text-align: center;
    font-size: 1vw;
}

.vertical_center {
    margin-top: 4vh;
}

.td_description {
    width: 80vw;
}

.link {
    color: #EF7967;
    font-weight: bold;
    text-decoration: underline;
}

.about {
    text-align: justify;
}

input{
    display: none;
}

span{
    display: none;
}