@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;
}

h2 {
    color: #EF7967;
    font-weight: bold;
    font-size: 1.2vw;
}

#contact_info {
    width: 30vw;
    height: 60vh;
    float: left;
    margin-left: 7vw;
    margin-top: 2vh;
}

#div_contact {
    width: 100%;
    display: inline-block;
}

#div_gmaps {
    width: 50vw;
    height: 55vh;
    float: right;
    top: 5vh;
    margin-right: 8vw;
    position: relative;
}

#gmaps_iframe {
    position: relative;
    width: 50vw;
    height: 55vh;
    float: right;
}

#direct_contact {
    color: #0F4881;
    font-weight: bold;
    font-size: 1.0vw;
}

p {
    font-size: 1.0vw;
    font-weight: normal;
}

input{
    display: none;
}

span{
    display: none;
}

#div_gmaps_mobile{
    display: none;
}

#gmaps_iframe_mobile{
    display: none;
}