  body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url("background.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	  /* opacity: 0.65; */
  }
 
  .topnav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
	  background-color: rgba(255, 255, 255, 0.8); 
	  /* background-color: rgba(255, 196, 0, 0.8); */
	  /* opacity: 0.65; */
  }

  .topnav img {
    width: 300px;
    height: auto;
  }

  .container {
    display: flex; 
    margin-top: 20px;
    /* background-color: rgba(255, 255, 255, 0.1); */
  }

	.documents {
		display: flex;
		margin-top: 20px;
		flex-direction: column;
		padding: 20px;
		background-color: rgba(255, 255, 255, 0.8); 
	}

  .box {
    flex: 1; 
    padding: 20px 20px; 
    text-align: justify; 
    background-color: rgba(255, 255, 255, 0.8);
    }

  hr {
    /* for future reference */
	  height: 2px;
		background-color: #111;
		border: none;
		margin: 20px 0px;
  }

  h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
  }

  p {
    font: 400 18px/1.8 "Lato", sans-serif;
    color: #111;
    margin: 0px;
  }

  .documents a {
    font-family: sans-serif;
    font-size: 15px;
    text-decoration: underline;
    color: #111;
  }

  .container a {
    font-size: 18px;
    text-decoration: none;
    color: #111;
  
  }
  .copyright p{
    position: absolute; 
    z-index: -1; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    text-align: center;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #fff;
    margin: 0px;
  }
