html {
    height: auto;
    min-height: 100%;
}

body {
    font-family: "Arial";
    font-weight: normal;
    font-style: normal;
    color: white;
    background-image: url("../images/CoverMap2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.5;
    z-index: -1;
    background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.div-centered-wrapper {
    text-align: center;
}

.aromniLogo {
    position: relative;
    margin-top: 25px;
    margin-left: 50px;
}

.slogan {
    word-break: break-word;
    font-weight: 600;
    font-size: 50pt;
}

.slogan-vertical {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    width: 100%;
}

.coming-soon {
    margin: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    padding: 10px 20px 10px 20px;
    border: 2px solid white;
    border-radius: 11px;
    background-color: transparent;
    font-size: 16pt;
    color: white;
}

.copyright {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.mailto {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    width: 100%;
    text-align: center;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}


@media screen and (max-height: 600px) {
    .slogan-vertical {
        top: 40%;
        left: 50%;
        -ms-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
    }
}

@media screen and (max-height: 900px) {
    .coming-soon {
        position: absolute;
        top: 60%;
        left: 50%;
        -ms-transform: translate(-50%, -40%);
        transform: translate(-50%, -40%);
    }
}

@media screen and (max-height: 400px) {
    .slogan-vertical {
        position: relative;
        top: 25px;
        left: auto;
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    .coming-soon {
        position: relative;
        top: 50px;
        left: 50%;
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .copyright {
        position: relative;
        top: 75px;
    }
	.mailto {
        position: relative;
        top: 75px;
    }
}

@media screen and (max-height: 230px) {}

@media screen and (max-width: 728px) {
    .slogan {
        font-size: 40pt;
    }
    .coming-soon {
        font-size: 14pt;
    }
}

@media screen and (max-width: 600px) {
    .div-centered-wrapper-mobile {
        text-align: center;
    }
    .aromniLogo {
        margin-top: 25px;
        margin-left: 0px;
        display: inline-block;
    }
    .slogan {
        font-size: 20pt;
    }
    .coming-soon {
        font-size: 12pt;
    }
}

@media screen and (max-width: 320px) {
    .slogan {
        line-height: normal;
    }
    .coming-soon {
        font-size: 10pt;
    }
}