/* .main-container{
    background-image: url(images/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
} */



.main-container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

section.main-container:before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: 1400px;
    height: 100vh;
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
    position: fixed;
    z-index: -1;

}
@media only screen and (max-width: 478px) {
    /* header{
        background-image: url(images/background.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
    }
    main{
        background-color: #8BC6EC;
            background-image: linear-gradient(90deg, #8BC6EC 0%, #9599E2 100%);
            background-size: cover;
    } */

    section.main-container:before{
        background-image: url(images/301333022_1269095260581738_5668452137964004724_n.jpg);
    }
}

/* @supports (-webkit-touch-callout: none) {
    .main-container {
        background-attachment: scroll;
    }
} */