body {
     background: #39177B;
     background-size: 105%;
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-position: top;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     color: rgb(103, 103, 103);
     overflow: auto;
     margin: 0;
}



/*** EXTRA ***/

@media (min-width: 1200px) {
#mob {
    display: none;
}
}

@media (max-width: 1199px) {
#pc {
    display: none;
}
}


.gradient {
    background: url('https://ulrikberg.com/bamblelekene/banner.png');
    width: 100%;
    height: auto;
    background-size: 50%;
    background-attachment: fixed;
    background-position: top;
}

@media (max-width: 1199px) {
.gradient {
    width: 100%;
    height: auto;
    background-size: 100%;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
}
}

.container {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: relative;
}

.mid {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top_left {
    top: 0;
    left: 0;
    margin: 0;
    position: fixed;
}

.top_right {
    top: 0;
    right: 0;
    float: right;
    position: fixed;
}

.bot_left {
    position: absolute;
    bottom: 0;
    float: left;
}

.text {
    background: url('https://ulrikberg.com/bamblelekene/text.png');
    width: 80%;
    height: auto;
    background-size: 70%;
    background-repeat: no-repeat;
}

/*** NEXT SECTION ***/

.container2 {
    background-color: transparent;
    width: 100%;
    height: 100%;
}

