@charset "utf-8";

/* CSS Document */

 
.wrapper{
                width: 100%;
               /* max-width: 960px;*/
                margin: 0 auto;
}

 

.flex-container{
                width: 100%;
                display: flex;
                background: white;
                flex-wrap: wrap;
}

 

.box{
                /*height: 200px;*/
                flex: 1 0 100%;
}

 

.one{

        background-image: url(../images/homePage561.png);
        background-repeat: no-repeat;
        background-size: 75%;
        opacity: 0.8;
        filter: alpha(opacity=60%); /*ForIE8 and earlier*/
        
}

.two{
                background: blue;

}

.three{
                background: green;

}
