/***  GENERAL STYLING  ***/
    main {background: white;}
    body {background: white;}
    footer{background: #333;}
	.fake_square{background: #fff;}


    /* title tile */
    h1{color: white;}
    h2{color: black;}

    /* about tile text */
    #title_ata{color: black;}
    
    .sq_fill{
        background: #fff;
        opacity: 0.3;
        filter: alpha(opacity=30); /* For IE8 and earlier */ 
        filter: alpha(opacity=100)\9; 
    }

    .sq_fill_wide{
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */        
    }

	.sq_bg{
        background: #ccdedf;
    }

	
	.title{
		background: #44C1ff;
	}
	
	.ata{
		background: #e81CAA;
		color: black;
	}

    #bl27{
        background: #BFBACA;    
    }



    .sq_text{
        position: absolute; 
        bottom: 0;   
        left: 0;
        width: 84%;
        background-color: rgba(0, 0, 0, 0.7);
        font-family: Blockschrift;
    }

