* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url('images/1388712.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}

#MainNAV {
    background-color: rgb(111, 83, 4);
    width: 100%;
    display: flex;
    justify-content: left;
    padding: 1%;
    font-family: Impact;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

#Intro {
    background-color: darkgoldenrod;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
    height: 300px;
    position: relative;
    z-index: 5;
}

#Logo {
    width: 300px;
    display: left;
    justify-content: center;
    align-items: center;
}

#logoImage {
    width: 80%;
    height: auto;
    margin-top: 50px;
}

#PayOff {
    width: 50%;
    font-family: Impact;
    font-size: 100px;
    color: white;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
    text-align: left;
}

#GokSite {
    width: 59%;
    font-family: Impact;
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    margin-top: -5%;
    position: absolute;
    top: 300px;
}

#Monkey {
    width: 450px;
    display: right;
    justify-content: center;
    align-items: center;
}

#MonkeyImage {
    width: 65%;
    height: right;
    margin-top: 45px;
    margin-left: 200px;
}

#Frame2 {
    width: 300px;
    display: left;
    justify-content: center;
    align-items: center;
}

#Frame2Image {
    width: 100%;
    height: auto;
    margin-top: 0px;
}