Body 		 { background-color: #FFFFFF; }
html	{ height: 100%;}

a:link       { color: #006666; text-decoration:none; font-weight:bold }
a:visited    { color: #006666; text-decoration:none; font-weight:bold  }
a:hover      { color: #406666; font-weight:bold }

h1 { 
color: #277676 
}

h2 { 
color: #339999 
}

h3 { 
color: #339999 
}

hr {
	border:1px solid #000000; 	
	color: #000000;
	}
	
.unclickable{
    overflow:hidden;
    position:relative;
    -webkit-user-select:none
}

.unclickable 
.unclickableMask{
    background:url(images/spacer.gif) repeat;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:10
}
@media print{
    .unclickable 
    .unclickableMask{background:none}
}


.contact-us {
   margin: 5px;
   padding: 5px;
   width: 275px;
   height: auto;
   border: 1px solid #666;
   border-radius: 8px;
   color: #FFFFFF;
   background-color:#006666; 
   text-align: center;
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}   

.contact-us a {
  color: #FFFFFF;
  text-decoration: none; 
}

a:hover.contact-us {
  color: #000000;
  text-decoration: none; 
   background-color:#009999; 
}


/* Create three equal columns that float next to each other */

/* Change color on hover */
:hover.column3 {
    background: linear-gradient(to bottom, #FFFFFF 10%, #BBFFFF 100%); 
    color: black;
}

:hover.column2 {
    background: linear-gradient(to bottom, #FFFFFF 10%, #BBFFFF 100%); 
    color: black;
}


.column2 {
    float: left;
    width: 100%;
    padding: 15px;
    margin: 5px;
    border: 1px solid #666666;
   	border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: linear-gradient(to bottom, #FFFFFF 0%, #DDFFFF 100%); 
    overflow: hidden;
}

.column3 {
    float: left;
    width: 31%;
    height: 300px;
    padding: 15px;
    margin: 5px;
    border: 1px solid #666666;
   	border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
    background: linear-gradient(to bottom, #FFFFFF 0%, #DDFFFF 100%); 
    overflow: hidden;
}

/* Clear floats after the columns */
:after.row {
    content: "";
    display: table;
    clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width:1080px) {
    .column3 {
        width: 31%;
    	height: 525px;
    }
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width:768px) {
    .column3 {
        width: 100%;
    	max-width: 400px;
    	height: 300px;
    }
}

/* H tag Font size adjustment for small screens: */
@media screen and (max-width: 601px){
  h1{
    font-size: 24pt;
    line-height: 1;
}
  h2{
    font-size: 18pt;
    line-height: 1.5;
}
  h3{
    font-size: 14pt;
    font-weight: bold;
}
    .column3 {
        width: 100%;
    	max-width: 370px;
    	height: 350px;
    }
}

@media (max-width:400px) {
    .column2x {
        width: 100%;
    }
}
/*--- End of floating columns area ---*/

/* Navbar styling: */
.header {
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #333;
  z-index: 9999;
}
.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
/* Navbar styling: */


.banner-pic {
  max-width: 1200px;
  width: 100%;
  height: auto;
  display: inline-block;
}

 .logopic {
  max-width: 150px;
  height: auto;
}

.client-banner {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: inline-block;
}

 .pic1 {
  max-width: 700px;
  width: 100%;
  height: auto;
  display: block;
}
 
 .leftpic {
  float: left;
  display: block; 
  max-width: 500px;
  width: 49%;
  height: auto;
  padding-right:5px;

}
 .leftpicsm {
  max-width: 250px;
  width: 25%;
  height: auto;
  float: left;
  display: block; 
  padding-right:5px;

}
      
 .rightpic {
  max-width: 500px;
  width: 49%;
  height: auto;
  float: right;
  display: block;
  padding-left:5px;

}

    
 .rightpicsm {
  max-width: 250px;
  width: 25%;
  height: auto;
  float: right;
  display: block;
  padding-left:5px;

}