/*  Sets styles for index         */
/* intro text                     */
/* -----------------------------  */

.index_intro_col2 {
    width: 100%;
}

.index_intro_member {
    width: 100%;
}

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

    .index_intro{
        width: 100%;
    }
    
    .index_intro_col1 {
        display: block;
        float: none;
        width: 100%;
        margin-right: 50px; 
        margin-bottom: 40px;
    }

}

@media only screen and (min-width: 600px) {

    .index_intro{
        width: 100%;
    }
    
    .index_intro_col1 {
        display: block;
        float: none;
        width: 50%;
        margin-right: 50px; 
        /* margin-bottom: 40px; */
    }

}

@media only screen and (min-width: 1200px) {

    .index_intro {
        display: block;
        width: 966px; 
        z-index: -1;
        background-color: transparent;
    } 
    
    .index_intro_col1 {
        float: left;
        width: 170px;
        margin-right: 100px; 
        margin-bottom: 50px; 
    }

}