* {
  box-sizing: border-box;
}

body {
  background: url('/images/TROPICALBG.png') no-repeat center center fixed;
  background-size: cover;

}

.container {
  width: 990px;
  background: none;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

/* header, status, footer */
.header {
  width: 100%;
  padding: 3pt;
  background: none;
  margin-bottom: 5pt;
  font-family: 'Daydream';
  text-align: center;
  font-size: 80pt;
  opacity: 0.5;
  text-shadow: 2pt 2pt 1pt #fff;
  color: #000;
}

.status {
  width: 100%;
  padding: 3pt;
  background: rgba(255, 255, 255, 0.7); 
  border: 1pt solid black;
  font-family: '000webfont';
  color: #f6cd23;
  text-shadow: 2pt 2pt 1pt #975400;
  font-size: 25pt;
  border-top-left-radius: 15pt;
  border-top-right-radius: 15pt;
  border-bottom: none;
}

.footer {
  width: 100%;
  padding: 3pt;
  background: none;
  margin-bottom: 5pt;
  font-family: '000webfont';
  color: #f6cd23;
  text-shadow: 1pt 1pt 1pt #975400;
  font-size: 15pt;
  text-align: center;
  opacity: 0.6;
}

.footer a {
  text-decoration: none;
  color: #f6cd23;
}

.footer a:hover {
  color: white;
}

/* main layout */
.main-area {
  display: flex;
  width: 100%;   /* force span full container */
}

/* nav column */
.nav {
  flex: 1;
  padding: 3pt;
  background: rgba(255, 255, 255, 0.7); 
  margin-bottom: 5pt;
    border-bottom-left-radius: 15pt;
      border: 1pt solid black;

}

/* main content column */
.content {
  flex: 3;
  padding: 5pt;
  text-align: justify;
  background: rgba(255, 255, 255, 0.7); 
  margin-bottom: 5pt;
  font-family: 'sono';
  font-size: 14pt;
  color: #975400;
  text-shadow: 1pt 1pt 1pt #f6cd23;
  border-bottom: 1pt solid black;
  border-top: 1pt solid black;
}

.right {
  flex: 1;
  padding: 3pt;
  background: rgba(255, 255, 255, 0.7); 
  margin-bottom: 5pt;
  font-family: 'sono';
  font-size: 10pt;
  text-align: justify;
  color: #975400;
  text-shadow: 1pt 1pt 1pt #f6cd23;
  border-bottom-right-radius: 15pt;
  border: 1pt solid black;


}



.navlink {
  display: block;
  background: none; 
  padding: 2pt;
  padding-bottom: 5pt;
  margin-bottom: 5pt;
  text-align: center;
  text-decoration: none;
  font-family: '000webfont';
  color: #f6cd23;
  text-shadow: 1pt 1pt 1pt #975400;
  font-size: 30pt;
}

.navlink:hover {
  background: #32d6e9; 
  color: white;
  text-shadow: 1pt 1pt 1pt #3577fc;
}
