.dummyimage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    opacity: 0.0;
}

.dummyimage img {
    width: 10px;
    height: 10px;
    opacity: 0.0;
}

#squareimage {
    /*background: url("img/panoramic-landscape-2305606_1920.jpg")  center center no-repeat;*/
    /*background: url("img/drinks-1283608_1920.jpg")  center center no-repeat;*/
    /*background: url("img/egg-944495_1920.jpg")  center center no-repeat;*/
    /*background: url("/img/war-3038098_1920.jpg")  center center no-repeat;*/
    /*background-size: cover;*/
    
    /* background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit; */
    background-color: white;
    background-image: url("img/panoramic-landscape-2305606_1920.jpg");
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-clip: content-box;
    background-attachment: scroll;
   
}
#squaregrad {
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.05),rgba(255,255,255,0.95));
}
.squaretext {
    /*font-family: 'Playfair Display', serif;*/
    font-family: 'Amatic SC', cursive;   
    font-size: 10px;
    font-weight: 700;
    font-color: #000000;
}
.square {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    opacity: 0.0;'
}
.justbelow {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
#squaretemplate{
    height: auto;
    opacity: 0.0;
}
#squarepoem{
    height: auto;
}

#squareoverlay {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
	
    opacity: 0.0;	
}

.innersquareoverlay {
    float: left;
    overflow:hidden; 
    /*border: 1px solid red;*/  
    text-align: center; 
    vertical-align: middle;    
    color: DarkGrey ;
}

#innersquareoverlayleft {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;    
}
#innersquareoverlayright {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;    
}
#innersquareoverlaycenter {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;    
}

body {
/*    font-family: 'Open Sans Condensed', sans-serif;*/ 
    font-family: 'Quicksand', sans-serif; 
}
