#select-lang {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fffdf8;
}
#select-lang .center {
position: absolute;
width: 100%;
text-align: center;
color: #fffdf8;
transform: translateY(-50%);
top: 50%;
font-size: 3vw;
color: #00528b;

}
h1 {
font-size: 12vw;
font-style: italic;
font-weight: normal;
line-height: 1;
font-family: 'Times New Roman', Arial;
font-weight: 400;
font-style: normal;
font-style:italic;
}
#select-lang .sub {
font-family: 'Montserrat', Arial;
font-weight: 400;
font-style: normal;
font-size: 3vw;
line-height: 1;
margin-bottom: 10px;

}
#select-lang .sub span {
font-family: 'Montserrat';
font-size: .85em;
font-weight: 200;
}
#select-lang .center > div {
margin-bottom:40px;
}
#select-lang .center > div h1 {

}
#select-lang .center a {
color: #030000;
    /* background: rgba(255, 255, 255, .7); */
    display: block;
    display: inline-block;
    /* width: calc(100% - 40px); */
    /* max-width: 600px; */
    margin: 0px 20px 0;
    font-size: 21px;
    padding: 10px 0;
    border: solid 2px rgba(0,82,139,.2);
    background: #FFF;
    border-radius: 4px;
}
#select-lang .center a table {
width:100%;
}
#select-lang .center a table .w-img {
width:100px;
}
#select-lang .center a img.flag, #select-lang .center a img.arrow {
height: 40px;
display: block;
transition: .5s;
}

#select-lang .center a:hover {
background: rgba(255, 255, 255, 1);
    border: solid 2px rgba(0,82,139,1);

}
#select-lang .center a:hover img.arrow {
margin-left:20px;
}

.img-h1 {
    width:60vw;
}
.img-timeline {
    width: 100vw;
    max-width: 1200px;
    display: block;
    margin: 40px auto 0;
}

@media screen and (max-width: 1000px) {
#select-lang h1 {
font-size: 22vw;
margin-left: -3vw;
}
#select-lang .sub {
font-size: 6vw;
line-height: .9;
padding: 10px 0 5px;
}


#select-lang .center a table .w-img {
width:60px;
}
#select-lang .center a img.flag, #select-lang .center a img.arrow {
height: 30px;
}
#select-lang .center a {
    display: block;
    width:220px;
    margin: 10px auto;
}
.img-h1 {
    width:90vw;
}
.img-timeline {
    width: 100vw;
    max-width: 1000px;
    display: block;
    margin: 50px auto 0;
}
}