@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: Poppins;
  src: url("fonts/Poppins/Poppins-Regular.ttf");
}

body { background-color: #4a5459; font-family: Poppins, Montserrat, sans-serif; margin: auto; }
header { background-color: #6894ad; padding: 3em; }
header img { max-width: 175px; margin-right: 2em; }
h3 { text-transform: uppercase; font-size: 1.5em; }
main { margin: 0 auto !important; }
div .module { margin: 0 !important; }
.contain { padding: 3em; margin: auto; width: 50%; } 
.contain img { margin-right: 2em; max-width: 300px; width: 40%; }
#pcbflnk {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	}
#subhead .contain { background-color: #dee5eb; padding: 3em auto; margin: 0 auto; }
#subhead { background-color: #6894ad; margin: 0 auto; Width: 100%; }
#summary { background-color: #fff; line-height: 1.75; font-weight: bolder; }
#upload { background-color: #4862a9; text-align: center; color: #fff; padding: 3em; margin: 0; display: flex; flex-flow: column wrap; justify-content: center;  }
#upload button { background-color: #fff; padding: 1em; border-radius: 10px; text-transform: uppercase; font-weight: 700; width: 300px; margin: auto; display: block; }
#upload button:hover { background-color: #2ebec0; color: #fff; }
#schedown { display: flex; flex-flow: row nowrap; background-color: #dee5eb; }
#schedule { background-color: #dee5eb; padding: 3em; margin: 0; width: 50% !important; }
#downloads { background-color: #dee5eb; padding: 3em; margin: 0; width: 50% !important; }
#downloads img { float: right; }
#downloads button { background-color: #fff; padding: 1em; border-radius: 10px; text-transform: uppercase; font-weight: 700; width: 300px; margin: right; display: block; }
#downloads button:hover { background-color: #2ebec0; color: #fff; }
#subscribe { background-color: #fde25f; text-align: center; padding: 3em; margin: 0; border-top: 6px solid #f8961f; }
#subscribe button { background-color: #fff; padding: 1em; border-radius: 10px; text-transform: uppercase; font-weight: 700; width: 300px; margin: auto; display: block; }
#subscribe button:hover { background-color: #f8961f; color: #fff; }

button { font-size: 1.1em; }

footer { color: #fff; background-color: #4a5459; text-align: center; text-transform: uppercase; padding: 3em; }
footer img { max-width: 100px; }
#footlo {  }
#footlo img { margin: auto 2em; }
footer p { }
footer a { color: #fff; font-size: 1.25em; }
footer a:hover { color: #fde25f; text-decoration: none; }
footer a:active { color: #f8961f; }
footer a:visited { color: #a3bc47; }
#year { font-size: 1.1em; }

    table {
	  margin: auto;
      border-collapse: collapse; 
	  font-size: .85em;
    }

    tbody tr:nth-child(odd) {
      background-color: #dee5eb; /* Light gray for odd rows */
    }

    tbody tr:nth-child(even) {
      background-color: #ffffff; /* White for even rows */
    }

    /* Optional: Basic styling for table cells and headers */
    th, td {
      border: 1px solid #ddd;
      padding: 8px;
      text-align: left;
    }

    th {
      background-color: #f8961f;
      color: white;
    }

	tr:last-of-type {
  		border-bottom: 2px solid #ddd; 
	}

/*
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #a3bc47;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
  opacity: .75;
  width: 75px;
}
#myBtn i:hover { color: #2d416b; }
#myBtn:hover { background-color: #2ebec0; }
*/

@media screen and (max-width: 479px) {
	body { width: 100% !important; }
	header { display: flex; flex-direction: row nowrap; justify-content: center; }
	header img { max-width: 120px !important; }
	header, .module, .contain, #subhead, #summary, #upload, #schedown, #schedule, #downloads, #subscribe, footer { width: 90% !important; display: block !important; padding: 1em !important; margin: 0 auto !important; }
	#downloads { margin-bottom: 3em !important; }
	#downloads img { float: none; }
}

@media (min-width: 336px) and (max-width: 600px) {
	#summary > div > img:nth-child(5), #summary > div > img:nth-child(4) { width: 300px !important; display: block !important; }
}

@media (min-width: 480px) and (max-width: 980px) {
	#summary > div > img:nth-child(5), #summary > div > img:nth-child(4) { width: 100px !important; display: inline !important; }
	#schedown { flex-flow: column wrap !important; width: 100% !important; } 
	#schedule, #downloads { display: block !important; width: 100% !important; }
}