@font-face { font-family: "Helvetica Neue"; src: url('./assets/fonts/HelveticaNeue.otf'); } 

body {
    overflow: hidden;
}

.container{
    height: 100vh;
    width: 100%;
}

.banner{
    max-height: 20vh;
    width: 100%;
    text-align: center;
}

.logo{
    width: 14%;
    padding-top: 4vh;
    padding-bottom: 4vh;
}

.action-title{
    max-height: 10vh;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: "Helvetica Neue", sans-serif;  
    font-weight: bold;  
    padding-bottom: 4vh;
}

.action-buttons{
    width: 100%;
    text-align: center;
}

.buttons{
    display: inline;
}

a.button-link {
    padding: 10px 25px;

    text-decoration: none;
    color: initial;

    border-width: 2px;
    border-color: rgb(33, 120, 190);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(230, 238, 247);
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 4vh;
  
    font-size: 17px;
    font-family: "Helvetica Neue";
    color: rgb(33, 120, 190);
    font-weight: bold;
}

a.button-link:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    background-color: rgb(33, 120, 190);
    box-shadow: 0px 5px 5px #868686;
}

a.button-link:active {
    color: #89B6E1;
}

#americas-button:hover~.background-map, #emea-button:hover~.background-map, #apac-button:hover~.background-map, #americas-map, #emea-map, #apac-map{
    display: none;
}

#americas-button:hover~#americas-map, #emea-button:hover~#emea-map, #apac-button:hover~#apac-map {
    display: block;
}  

.background-map,
.foreground-map{
    margin: auto;
    max-height: 70vh;
    max-width: 100vw;
    display: block;
}