.site-description {
    font-size: 13px;
    padding: 16px;
    line-height: 14px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;

}

#zoom-container {
    transform: scale(1);
    transform-origin: top center; /* Adjusts the origin point for scaling */
    width: 100%; /* Compensates for scaling */
    height: 100%; /* Compensates for scaling */
}


/* begin my joomla article columns project 12-29-2023 */

/* Create three equal columns that float next to each other */
.cols-a {
background-color: #A3D2FF;
box-sizing: border-box;
box-shadow: inset 0 4px 4px rgba(0,0,0,0.09);
float: left;
width: 31%;
/* min-width: 20px; */
padding: 20px;
height: auto; /* Comments help to teach */
overflow: auto;
border-radius: 10px;
margin: 5px;
}

.cols-b {
background-color: #A5F0DB;
box-sizing: border-box;
box-shadow: inset 0 4px 4px rgba(0,0,0,0.09);
float: left;
width: 31%;
padding: 20px;
height: auto; /* Comments help to teach */
overflow: auto;
border-radius: 10px;
margin: 5px;
}

.cols-c {
background-color: #F0CDA5;
box-sizing: border-box;
box-shadow: inset 0 4px 4px rgba(0,0,0,0.09);
float: left;
width: 31%;
/* min-width: 20px; */
padding: 20px;
height: auto; /* Comments help to teach */
overflow: auto;
border-radius: 10px;
margin: 5px;
}

.cols-d {
background-color: #A3D2FF;
box-sizing: border-box;
box-shadow: inset 0 4px 4px rgba(0,0,0,0.09);
float: left;
width: 31%;
/* min-width: 20px; */
padding: 20px;
height: auto; /* Comments help to teach */
overflow: auto;
border-radius: 10px;
margin: 5px;
}

.cols-e {
background-color: #A5F0DB;
box-sizing: border-box;
box-shadow: inset 0 4px 4px rgba(0,0,0,0.09);
float: left;
width: 31%;
padding: 20px;
height: auto; /* Comments help to teach */
overflow: auto;
border-radius: 10px;
margin: 5px;
}

.cols-f {
background-color: #F0CDA5;
box-sizing: border-box;
box-shadow: inset 0 4px 4px rgba(0,0,0,0.09);
float: left;
width: 31%;
/* min-width: 20px; */
padding: 20px;
height: auto; /* Comments help to teach */
overflow: auto;
border-radius: 10px;
margin: 5px;
}

/* Clear floats after the columns */
.jim1:after {
content: "";
display: table;
clear: both;
}

.cols-a2 {
background-color: #A3D2FF;
box-sizing: border-box;
box-shadow: inset 0 4px 4px rgba(0,0,0,0.09);
float: left;
width: 47%;
padding: 20px;
height: auto; /* Comments help to teach */
overflow: auto;
border-radius: 10px;
margin: 5px;
}

.cols-b2 {
background-color: #F0CDA5;
box-sizing: border-box;
box-shadow: inset 0 4px 4px rgba(0,0,0,0.09);
float: left;
width: 47%;
/* min-width: 20px; */
padding: 20px;
height: auto; /* Comments help to teach */
overflow: auto;
border-radius: 10px;
margin: 5px;
}

/* Clear floats after the columns */
.jim2:after {
content: "";
display: table;
clear: both;
}



/* end my joomla article columns project 12-29-2023 */


/*  begin my simple house plans drawing system in javascript, html and css */


/*  documenting space



    end documenting space */
    

/*  end my simple house plans drawing system in javascript, html and css */


/* useless anchor floater
a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  text-align: center; 
  margin-top: 8.5px;
  line-height: 16px;
}

a[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -93%;
  left: 0.3rem;
  line-height: 16px;
  
}
      useless anchor floater */

body {
  font-size: 12px;	
  background-image: url('https://homyaksystems.net/images/panel.bmp');
  background-attachment: repeat;

}

/* body:not(.homepage) .brand { display: none } */

.homepage main.Index {
    padding-top: 0 !important;
}

form {
    margin: 15px 0 18px;
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 2px solid #eee;
	border-bottom: 3px solid #e3e3e3;
}

hr2 {
	margin: 18px 0;
	border: 1px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #e3e3e3;
}

html {
  scroll-behavior: smooth;
}

a:hover,
a:focus {
	text-decoration: none;
}

.body {
  border-radius: 20px;

}

.brand:hover {
    color: #ff0000;
}

.brand {
-webkit-transition: color .5s linear;
-moz-transition: color .5s linear;
-o-transition: color .5s linear;
transition: color .5s linear;
float: none;
display: block;
text-align: center;
/* margin-left: 10px;   removing this 12-27-23 keeps the brand centered */
margin-right: 20px;  
margin-top: 20px;
width: 100%;
background-size: contain;   
}

.breadcrumb {
	padding: 8px 15px;
	margin: 0px 0 20px;
	border-radius: 10px;
    background-color: #eefef6;	
    border: 3px solid #204331;
    border-radius: 10px	
}
.control-group {
    margin-bottom: 0px;
}

iframe[seamless] {
    border: none;
}

img {
	border-radius: 5px;
}

.jahcolumn {
  float: left;
  width: 40%;
}

/* Clear floats after the columns */
.jahrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Draggable styles  */

#mydiv {
  position: absolute;
  z-index: 9;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #d3d3d3;
  
}

#mydivheader {
  padding: 15px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}

#mydiy {
  position: absolute;
  z-index: 9;
  /* background-color: #f1f1f1; */
  text-align: center;
  border: 2px solid #d3d3d3;
  border-radius: 10px	  
  
}

#mydiyheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  /* background-color: #2196F3; */
  /* background-color: #009900; */
  color: #fff;
  border-radius: 10px
  
}

.jahdings {
    font-family: wingdings;
    color:teal; 
    padding:3px 0; 
    margin:5px 0; 
    font-style:italic;
}

mceDefaultSkin mceLayout mceBranding {
    display: none;
}

.nav-pills > li {
    padding: 10px;
}

.navigation {
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

/* larger text on dropdownsa   */
.nav-child {
    /* padding: 5px 20px; */
    clear: both;
    font-size: 12px;
}
    
.navigation .nav-pills {
  background-color: #EEFEF6;
  border: 3px solid #204331;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  margin-bottom: 22px;
  padding: 25px;
  background-image: url('https://homyaksystems.net/images/grass.bmp');
  
}

.nav-pills > li > a {
	/* padding-top: 8px; */
	/* padding-bottom: 8px; */
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    padding: 20px 20px;
    font-weight: bold;
    color: #555;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



.page-header {
    border-bottom: 10px solid #FFC4B0;
	
}    

.row-fluid .span3 {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #88AbBb;
  border: 3px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);

}

.row-fluid .span6 {
  min-height: 20px;
  padding: 30px;
  margin-bottom: 100px;
  background-color: #ffffff;
  border: 3px solid #FFC4B0;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  
}

.row-fluida .span6a {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 3px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  height: 755px;
  overflow: auto;
  resize: both;
}

.row-fluid .span9 {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 3px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);

}

.row-fluid .span12 {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 3px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);

}

.site-title {
  font-size: 50px;

}

.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {

  margin-right: 3px;
  margin-left: 10px;
  
}

.well {
  text-align: -webkit-center;
  min-height: 2px;
  padding: 20px;
  background-color: #EEFEF6;
  border: 3px solid #204331;
  border-radius: 10px;
}

.wella {
  text-align: -webkit-center;
  background-color: #ffffff;
  border: 3px solid #e3e3e3;
  border-radius: 10px;
  height: 175px;
  overflow: auto;
  resize: both;

}

.wellb {
  text-align: -webkit-center;
  background-color: #ffffff;
  border: 3px solid #e3e3e3;
  border-radius: 10px;
  height: 650px;
  overflow: auto;
  resize: both;
}

ul, ol {
  text-align: left;
  padding: 0;
  margin: 10px 0 10px 30px;
}

#aside .nav .nav-child {
  border-right: 2px solid #ddd;
  padding-right: 5px;
  
}

/*  This next block was the original media query block

@media print {
    a[href]:after {
        display: none;
        content: none !important;
    }
}
*/

@media screen and print {max-width: 500px} {
    a[href]:after {
        display: none;
        content: none;
        background-color: #fff;
    }
}

@media print (min-width: 500px) {
	.site-title {
		font-size: 20px;
	}
}

.product-qty input[type="text"],.product-qty input[type="number"] {
	display: inline;
	height: 20px;
	padding: 5px !important;
	width: 80px !important;
	text-align: center;
	margin: 0px;

}

.lowfoot {
    border-top: 1px solid #000;
    text-align: right;
  
}

.middle {
  text-align: center;
}

.columns {
  float: left;
  width: 30%;
  padding: 10px;
  height: auto;
  background-color: #ffffff;

}


.rows:after {
  content: "";
  display: table;
  clear: both;
}

.ver6pt {
        font-size: 8px;
}

footer {
   position: fixed;
   left: 0;
   bottom: 0;
   height: 39px;   
   width: 100%;
   padding: 5px;
   /* border-top: 10px solid #204331;   */
   background-color: #EEFEF6;
   background-image: url('https://homyaksystems.net/images/headers/foot-plank.png');
   background-attachment: scroll;
   background-repeat: repeat;   
    
}

.rounded {
  border-radius: 10px !important;
  border: 3px solid #e3e3e3;    
}

.card {
  border: 3px solid #e3e3e3;
  border-radius: 10px !important;
  
}
