#page-container {
  position: relative;
  min-height: 100vh;
  max-width:100%;
  background-image: url("bgCC.jpg");
  
  background-attachment: fixed;
  background-size: 100% 100%;
}

#content-wrap {
  padding-bottom: 0rem;    /* Footer height */
}

#footer {
  position: relative;
  bottom: 0%;
  width: 100%;
              /* Footer height */
  background-image: linear-gradient(to left,#00AFE8, #20205F);
  padding-top:0.5px;
  padding-bottom:0.5px;
}

table {
  table-layout: fixed ;
  width: 100%;
}
td {
  width: 33.33%;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #20205F;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.responsive {
  width: 100%;
  height: auto;
}