


/*  whole top section */
.roof  {
margin: 10px 10px 10px 10px;
//border: 1px solid #aaa;
}

.roof-left {
padding: 0px;
margin: 0px 0px 0px 0px;
width: flex;   
height: flex;
}


/*margin corrects upwards - above the TITLE*/
.roof-right {
padding: 0px;
margin: -20px 0px 0px 0px;
width: flex;   
height: flex;
text-align: right;
// border: 1px solid #aaa;
}

.logo-image {
width: 120px;
height: 120px;
position: relative;
}

.text-roof-1 {
font-size: 32px;
text-align: center;
color: #863;
}

.text-roof-2 {
font-size: 24px;
text-align: center;
color: #863;
}

.text-roof-3 {
font-size: 18px;
text-align: center;
color: #272;
}


/* standard text sizes for the site  */

.text-size-0  {
font-size: 26px;
line-height: 28px;
text-align: left;
}

.text-size-1  {
font-size: 20px;
line-height: 22px;
text-align: left;
}

.text-size-2  {
font-size: 16px;
line-height: 19px;
text-align: left;
color: #333;
}

.text-size-3  {
font-size: 14px;
text-align: left;
color: #333;
}

.text-size-4  {
font-size: 12px;
text-align: left;
color: #333;
}

/* between paragraphs  */
.text-spacer  {
height: 7px;
}

 /*universal image file dimensions can be any size*/
.show-image { 
width: 100%;
border-radius: 12px;
position: relative;
margin: 0px 0px 2px 0px;
}





 /*   image fills plate
  file dimensions can be any size*/
  
.full-image { 
width: 100%;
border-radius: 12px;
position: relative;
}







/*  FOR PAGE  BIG RIGHT  TWO COLUMNS 

left and right  are now IDENTICAL !!!



ZZZ.content-plate  {
border-radius: 18px;
padding: 10px;
margin: 0px 8px 0px 8px;
width: flex;
height: flex;
box-shadow: 0px 0px 2px  #ccc, 0px 0px 2px #ccc;
text-align: left;

} */




.content-plate-left  {
border-radius: 18px;
padding: 10px;
margin: 0px 8px 0px 8px;
width: flex;
height: flex;
box-shadow: 0px 0px 2px  #ccc, 0px 0px 2px #ccc;
text-align: left;

}


.content-plate-right {
border-radius: 18px;
padding: 10px;
margin: 0px 8px 0px 8px;
width: flex;
height: flex;
box-shadow: 0px 0px 2px  #ccc, 0px 0px 2px #ccc;
text-align: left;
}

.left-set {
display:inline-block;
}

.bubble-gal {
width: 141px;
height: 141px;
position: absolute;
	top: 14px;  
	left: 18px;
 opacity: 0.9;
}

.bubble-gal-bg {
	width: 141px;
	height: 141px;
	padding-top:2px;
}

.bubble-set {
width: 200px;
height: 200px;
position: absolute;
	top: 14px;  
	left: 18px;
 opacity: 0.8;
}

.right-set {
display:inline-block;
vertical-align: top;
max-width: 600px;
}

.right-set2 {
display:inline-block;
vertical-align: top;
max-width: 500px;
}


#single-quantity {
width: 30px;
border: 1px solid #aaa;
}

#double-quantity {
width: 30px;
border: 1px solid #aaa;
}


/*   CHECK WHERE THESE ARE USED   - FRONT PAGE?*/


.content-plate {
border-radius: 18px;
padding: 10px;
margin: 10px 7px 0px 7px;
width: flex;   
height: flex;
box-shadow: 0px 0px 2px  #ccc, 0px 0px 2px #ccc;
text-align: center;
}




//?
.section-title {
	font-size: 22px;
	margin: 0px 0px 8px 0px ;
}

//?
.section-description {
	font-size: 14px;
	margin: 0px 0px 8px 0px ;
}

/* space between vertical photos */

.spacer-right-blocks {
	position: relative;
	top: 0px;  
	left: 0px;
	height: 13px;
	width: 100px;
}
