html, body{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 812px) {
    html, body{
        min-height: 800px;
    }
}
body{
    margin: 0;
    background: url("../img/background-1.jpg") no-repeat top center;
    background-size: cover;
}
.frame {
    position: relative;
    height: 100%;
}
img {
    width: 100%;
}
.hills {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: url("../img/hill.svg") no-repeat bottom right;
}
.mainlogo {
    width: 227px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.footer {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding-bottom: 50px;
}
.footer .nominate {
    display: block;
    margin: 0 auto 10px;
    max-width: 500px;
    width: 80%;
}
.footer a {
    display: inline-block;
    width: 200px;
}
.footer a:last-child {
    width: 300px;
}
.hero {
    position: absolute;
    bottom: 0px;
    left: 50px;
    width: 60%;
}
.hero img:nth-child(2){
    pointer-events: none;
    position: absolute;
    left: calc(50% - 80px);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    top: calc(-50% + 120px);
    width: 100%;
    opacity: 0;
    animation: fadein 3s;
    animation-fill-mode: forwards;
}
.title {
    top: 250px;
    position: relative;
    text-align: center;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}
.title a.thisform img {
    width: 89%;
}
.title .withmidas {
    width: 40%;
}
.title .proficeo {
    display: inline-block;
    width: 40%;
    margin-right: 20px;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@media screen and (min-width: 940px) {
    .title {
        position: absolute;
        right: 50px;
        top: calc(50% - 50px);
        left: 50%;
        width: 40%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        max-width: 100%;
        margin: 0;
    }
    .hero {
        bottom: 50px;
        left: 50px;
        width: 40%;
        min-width: 700px;
    }
}
@media screen and (min-width: 500px) {
    .mainlogo {
        top: 30px;
        left: 30px;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}
