html
{
  font-size: 62.5%;
}

body
{
  background-color: #000;

  background-image: url("../images/CT_background2.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 1.8rem;
}

.header
{
  max-width: 60rem;
  margin: 3rem auto !important;
}

.container
{
  max-width: 60rem;
}

.container-fluid
{
  width: 90%;
}

#page-container
{
  position: relative;
  min-height: 90vh;
}

#content-wrap
{
  padding-bottom: 1rem; /* Footer height */
}

/* footer */
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}

.footer-copyright
{
  line-height: 1.5;
  font-size: inherit;
  text-align: center;
  font-family: "helvetica", Courier, monospace;

}

.footer-copyright a
{
	color: inherit;
}

.footer-copyright
{
	font-weight: 600;
	margin: 0;
}
