html {

    background-color: #e9ebf0;
    background-image: url('images/bg_optimized.png');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    
}

* {

    font-family: 'Lora', serif;
    font-size: 12px;
    cursor: url('images/my-cursor.png'), auto;

}

.container {

    padding-left: 20px;
    padding-right: 20px;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;

}

.title-container {

    display: block;
    text-align: center;

    padding-top: 20px;

}

.title {

    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 62px;

    display: inline-block;
    padding: 16px 46px 16px 46px;

    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: inset 0px 0px 50px -3px rgba(99,250,53,0.85);
    -moz-box-shadow: inset 0px 0px 50px -3px rgba(99,250,53,0.85);
    box-shadow: inset 0px 0px 50px -3px rgba(99,250,53,0.85);

}

.info-container {

    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;

}

.text-boxes-container {

    width: 70%;
    padding-top: 30px;
    margin-right: 30px;

}

.text-box {

    position: relative;
    display: block;
    padding: 56px 36px 56px 36px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: inset 0px 0px 50px 6px rgba(255,180,4,0.95);
    -moz-box-shadow: inset 0px 0px 50px 6px rgba(255,180,4,0.95);
    box-shadow: inset 0px 0px 50px 6px rgba(255,180,4,0.95);

    text-transform: uppercase;
    font-size: 12px;

}

.text-box.instructions {

    margin-left: 200px;
    top: -40px;
    right: -30px;

}

.soundcloud-boxes-container {

    width: 30%;
    padding-top: 30px;

}

.soundcloud-box {

    position: relative;
    display: block;
    padding: 2px 4px 2px 4px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: inset 0px 0px 50px 6px rgba(99,250,53,0.95);
    -moz-box-shadow: inset 0px 0px 50px 6px rgba(99,250,53,0.95);
    box-shadow: inset 0px 0px 50px 6px rgba(99,250,53,0.95);

    margin-top: 30px;

}

.soundcloud-box:nth-child(2) {

    left: -14px;

}

.soundcloud-box:nth-child(3) {

    right: -14px;

}

.soundcloud-title {

    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    text-align: right;

}

.soundcloud-embed {

    min-height: 80px;

}

@media only screen and (max-width: 1080px) {

    .title {

        font-size: 28px;
        display: block;

    }

    .info-container {

        display: block;
        padding-left: 0;
        padding-right: 0;

    }

    .text-boxes-container {

        width: 100%;

    }

    .text-box {

        font-size: 16px;

    }

    .text-box.instructions {

        margin-left: 0;
        top: 0;
        right: 0;
        margin-top: 30px;

    }

    .soundcloud-boxes-container {

        width: 100%;
        padding-top: 0;

    }

    .soundcloud-box:nth-child(2) {

        left: 0;

    }

    .soundcloud-box:nth-child(3) {

        right: 0;

    }

    .soundcloud-title {

        font-size: 20px;

    }

}