@import url("/css/fonts.css");

body {
  background: url(/img/bg.jpg) no-repeat top center #ffffff;
  background-size: cover;
  font-family: "Tahoma", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin:0;
  padding-bottom:120px;
}

.wrapper {
    flex: 1; /* Expands to fill the available space */
}

.layoutc {
  width: 90%;
  max-width: 900px;
  margin: 3% auto 2rem auto;
}

.caparent {
  color: #eeeeee;
  margin-bottom: 20px;
}
/*
.cacontent p {
    margin-top: 5px;
}
*/
.cacontent h1 {
  font-family: "Tahoma", Arial, sans-serif;
}

.cacontent img {
  display: block;
  margin: 0 auto;
}

.cacontent {
  font-family: "Tahoma", Arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 10px;
  font-size: 1.0em;
  color: #000000;
  width: 90%;
  border: 2px rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.wrapper {
    flex: 1; /* Expands to fill the available space */
}

footer {
  font-family: "Tahoma", Arial, sans-serif;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #CCCCCC;
  color: #000;
  padding: 10px;
  text-align: center;
}
footer a {
  opacity:1.0;
  vertical-align: middle;
  color: #000;
  text-decoration: none;
  margin: 0 5px;
  padding: 0 5px;
  position: relative;
}

footer a:hover {
  opacity:0.7;
  color:#555;
}

