/*
How lovely of you to take a look into our coding.
We keep our coding simple and clean, just like our products :)

For the easy copy/paste primary color is:
#a8915a
*/

html {
    color: #3d4246;
    padding: 10px;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #f7f7f7;
    background-image: url('../img/international-background-product.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    font-size: 19px;
    margin: 20px 0 0 0;
}

a,
a:visited {
    text-decoration: none;
    color: #3d4246;
}

.modal {
    max-width: 480px;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

.logo-wrapper {
    text-align: center;
    padding: 40px;
}

.logo {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.lang {
    display: block;
    padding: 20px 40px;
    border-top: 1px solid rgba(0,0,0,0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lang:first-child {
    border-top: none;
}

.lang:hover {
    background-color: #a8915a;
    color: #fff;
}