@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;
    object-fit: contain;
}

.div_menu {
    height: 10vh;
    width: 100%;
    top: 20vh;
    position: relative;
}

#menu {
    margin-top: 1vh;
    background-color: white;
}

#menu > li {
    float: right;
}

li a:hover {
    color: #EF7967;
}

ul {
    float: right;
    width: 100%;
    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;
}

p {
    font-family: Catamaran, sans-serif;
    color: white;
}

#div_content_of_regulations {
    background-color: #0F4881;
    height: 43vh;
    width: 100%;
    position: relative;
    top: 10vh;

}

#text_of_regulations {
    color: white;
    font-family: Catamaran, sans-serif;
    font-size: 1.0vw;
    font-weight: normal;
    width: 50%;
    margin: auto;
    text-align: justify;
}

input{
    display: none;
}

span{
    display: none;
}