html, body{
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    padding: 0;
    margin: 0;
}

.corner-logo{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 4em;
    margin-right: 1em;
    margin-bottom: 1em;
}

.navbar__frame{
    width: 70%;
}

.navbar{
    background-color: #ffffff;
    width: 100%;
}

::-webkit-scrollbar {
    display: none;
}

.jumbotron{
    height: 30em;
    width: 100%;
    padding-left: 5em;
    background-image: url('../image/HeaderBackground.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: space;
}

.logo{
    width: 50%;
}

.jumbotron__title--first{
    font-size: 3.5em;
    margin-top: 1em;
    color: #ac8140;
    text-shadow: 2px 2px 4px #ffffff;
    font-weight: bolder;
}
.jumbotron__title--second{
    font-size: 3.5em;
    color: #ac8140;
    text-shadow: 2px 2px 4px #ffffff;
    font-weight: bolder;
}

.jumbotron__description{
    font-size: 1em;
    color: white !important;
    text-shadow: 2px 2px 4px #000000;
}

.jumbotron__button{
    margin-top: 2em;
}

.jumbotron__button--contact{
    background-color: #ac8140;
    padding: 0.8em;
    color: white;
    border-style: solid;
    border-color: #ac8140;
    border-radius: 5px;
}

.jumbotron__button--video{
    color: #ac8140;
    font-size: 1em;
}

a{
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .blankSpace{
        visibility: hidden;
        display: none;
    }
    html, body{
        width: 100%;
        overflow-x: hidden;
        min-height: 100vh;
        padding: 0;
        margin: 0;
    }

    .jumbotron{
        height: 13em;
        padding-left: 2em;
        /*background-image: url('../image/backgroundDummy.jpg');*/
    }

    .jumbotron__title--first{
        font-size: 1em;
        margin-top: 0.5em;
        color: #ac8140;
        text-shadow: 2px 2px 4px #ffffff;
        font-weight: bolder;
    }
    .jumbotron__title--second{
        font-size: 1em;
        color: #ac8140;
        text-shadow: 2px 2px 4px #ffffff;
        font-weight: bolder;
    }

    .jumbotron__description{
        color: white;
        text-shadow: 2px 2px 4px #000000;
        font-size: 0.5em;
    }

    .jumbotron__button{
        margin-top: 0.1em;
    }

    .jumbotron__button--contact{
        background-color: #ac8140;
        padding: 0.8em;
        color: white;
        border-style: solid;
        border-color: #ac8140;
        border-radius: 5px;
        font-size: 0.5em;
    }

    .jumbotron__button--video{
        color: #ac8140;
        font-size: 0.7em;
    }
  }
