/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

  
  body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: helvetica, ariel, sans-serif; 
}

.footer {
  
  position: absolute;
  margin-top: 30px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  background-color: #000000;
 padding-bottom: 30px;
}

.footer p { color: #ffffff; padding-top: 20px; } 


.footer img { margin-right: 16px; } 

/* 1st column after head panel */

.image-bg {
background-image:url("media-images/it_solutions.jpg");
background-size: cover;
background-position: center center; 
background-repeat: no-repeat;
height: 100%;
min-width: 100%;
padding-bottom: 20px;
}

.image-bg p, h2, h3 {
text-align: center;
}

/* end of 1st column after head panel */


.image-top {
background-image:url("media-images/it_business_solutions.jpg");
background-size: cover;
background-position: center center; 
background-repeat: no-repeat;
height: auto;
min-width: 100%;
padding-top: 50px;
padding-bottom: 20px;
}

.image-top p,h1,h2 {
text-align: center;
}


.contact	{ text-align: left; }











