/*===== Tour Dates CSS =====*/

#background-image {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../images/background-basic.jpg") !important;
    background-position: center top;
}

#clouds {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -416px;
    z-index: 6;

    transition: all 0.0s linear;
}

#hands {
    position: absolute;
    top: 700px;
    left: 0px;
    z-index: 5;

    transition: all 0.0s linear;
}

a {
    color: #EF1F2F;
    text-decoration: none;
}

#about-top {
    width: 1084px;
    height: 1397px;
    position: absolute;
    top: 105px;
    left: 50%;
    margin-left: -543px;
    background-image: url("images/portrait.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

/*#about-top img {
    position: absolute;
    top: 0px;
    transition: all 0.0s linear;
}*/

#text-images {
    display: block;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
}

#about-text {
    display: block;
    position: relative;
    width: 950px;
    top: 1600px;
    margin: 0 auto;
}

img#fam-pic {
    float: left;
}

#about-mng {
    display: table;
    width: 100%;
}

#about-mng div {
    display: table-cell;
    width: 50%;
    padding: 20px 0;
}

#quotes {
    padding-bottom: 40px !important;
    font-size: 12px;
}

#downloads {
    display: table;
    width: 100%;
    padding-bottom: 50px !important;
}

#downloads div {
    display: table-cell;
    width: 50%;
}

#downloads a img {
    width: 90%;
    height: auto;
}

#downloads a {
    border-bottom: 0;
}



/*====== Mobile======*/

@media only screen and (max-width: 1047px) {
    
    #clouds {display: none;

        /*position: absolute;
        top: 150px;
        left: 50%;
        margin-left: -416px;
        z-index: 6;

        transition: all 0.0s linear;*/
    }

    #hands {
        display: none;
        /*position: absolute;
        top: 700px;
        left: 0px;
        z-index: 5;

        transition: all 0.0s linear;*/
    }

    #about-top {
        width: 100%;
        top: 100px;
        left: 0px;
        margin-left: 0;
        background-image: url("images/portrait.jpg");
        background-size: 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }

    #images-wrapper {
        display: inline-block;
        width: 100%;
        position: relative;
        top: 20px;
        left: 0 !important;
        margin: 0 auto;
        text-align: center;
    }

    #about-text {
        display: block;
        position: relative;
        left: 0;
        margin: 0 auto;
    }

    #about-mng {
        display: block;
        width: 100%;
    }

    #about-mng div {
        display: block;
        width: 100%;
        padding: 20px 0;
    }

    #downloads {
        display: block;
        width: 100%;
    }

    #downloads div {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 600px) {
    img#fam-pic {
        float: none;
    }
}