﻿/* 
   TBMPL
   Filename: styles.css

   Author:  Craig Brownridge 
   Date:     8/26/23
   
 */

/* reset styles */
html {
	font-size: 19px;
	font-family: "Lucida Sans", sans-serif;
	margin: 0;
	padding: 0;
}
a, article, body, div, dd, dl, dt, figcaption, figure, footer, header, h1, h2, h3, img, li, nav, ol, p, section, table, tbody, td, tfoot, th, thead, tr, ul {
   border: 0;
   padding: 0;
   margin: 0;
}
img {
   max-width: 100%;
   height: auto;
   width: auto;
}
ol, ul {
   list-style-type: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

/* body and container */
* {
			box-sizing: border-box;
		}

html {
	
}

body {
	max-width: 90%;
	background: rgb(119,155,162);
	background: radial-gradient(circle, rgba(119,155,162,0.9837184873949579) 17%, rgba(2,99,119,1) 68%, rgba(1,33,39,1) 99%);
	text-align: center;
	margin: 0 auto;
}
.bodyfill {
	width: 100%;
	height: 1em;
}

.header {
	background-image: url('cover2.jpg');
	background-repeat: no-repeat;	
	background-size: cover;
	border-radius: 15px;	
	color: #EBE7E6;
	height: 300px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;	
	justify-content: center;
	align-items: center;
}

.headerh {
	display: flex;
	background: rgba(0, 0, 0, 0.4);
	padding: .3em;
	margin-bottom: 3em;
	border-radius: 15px;
}

.headerp {
	display: flex;
	background: rgba(0, 0, 0, 0.2);
	padding: .3em;
	border-radius: 15px;
}

.announcement {
	width: 70%;	
	color: black;	
	background-color: #199fab;	
	padding: 30px 10px 30px 10px;
	text-align: center;
	margin: 10px auto 10px auto;
	border-radius: 15px;
}



h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
p {
	text-align: center;
	display: inline-block;
}

hr {
  margin: 1em 10%;
  align-self: stretch;
  
}
.row {
	position: relative; 
	display: flex;
	flex-direction: column; 
	width: 100%; 
}

.object {
	border-radius: 15px;
	background-color: #EBE7E6;
	width: 96%; 
	margin: 15px 2%;
	display: flex;	
	flex-direction: column; 
	padding: 25px;
	color: #000000;
	text-align: center;
	font-size: 1em;
	box-shadow: 0 1px 10px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.44);
	min-width: 250px;
}

.object img	{
	width: 100%;  
	max-width: 500px; 
	min-width: 200px;
	border-radius: 15px;
}

.object h2 {
	margin-top: 1em;
	font-size: 1.2em;
}

.object p {
	margin-top: 1em;
}

.dlink {
	margin: 0;
	padding: 0;
}

.dlink p a {
	margin: 0;
	padding: 0;
}

.contact {
	background-color: #026377;
	border-radius: 15px;
	padding: .5em;
	margin-bottom: 1em;
	color: #EBE7E6;
	
}

.contact h1 {
	font-size: 1.5em;
}

.contact p {
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	padding: 5px;
}

.contact a {
	color: #DFE6DD;
	text-decoration: none;
}

.schedule {
	background-color: #EBE7E6;
	border-radius: 15px;
	padding: .5em;
	margin-bottom: 1em;
}

.schedule .object h2 {
	font-size: 1em;
	margin: 0 auto 1em auto;
}

.schedule p {
	font-size: 1em;
	display: block;
	padding: 5px;
}

.schedule h1 {
	font-size: 1.5em;
}

.schedule p a {
	color: blue;
}

	
.stats {
	background-color: #026377;
	border-radius: 15px;
	padding: .5em;
	margin-bottom: 1em;
}

.stats h1 {
	font-size: 1.5em;
	color: #EBE7E6;
}

.statsrow .object h2 {
	font-size: 1em;
	margin: 0 auto 1em auto;
}

.statsrow {
	position: relative; 
	display: flex;
	flex-direction: column; 
	width: 100%; 
}

.stats p a {
	color: blue;
}

.statements {
	background-color: #EBE7E6;
	border-radius: 15px;
	padding: .5em;
	margin-bottom: 1em;
}

.statements h1 {
	font-size: 1.5em;
}

.statements .object h2 {
	font-size: 1em;
	margin: 0 auto 1em auto;
}

.statementrow {
	position: relative; 
	display: flex;
	flex-direction: column; 
	width: 100%; 
}

.statementrow a {
	color: #026377;
}

.footer {
	width: 100%;
	background-color: #026377;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 15px;
	margin: 0 0 20px 0;
}

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

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #555;
}

.icon-bar {
  position: fixed;
  top: 10%;
  left: 10px;
  /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
 
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}





		@media only screen and (min-width: 1020px) {
		  /* For desktop at 1020px or larger */
		  
			.headerh {
				margin-bottom: 6em;
			
			}
		  
			.statsrow .object {
				width: 75%;
				margin: 15px auto;
			}
		  
			.row {
				display: flex;
				flex-direction: row;
				width: 100%;
			}
			
			.statementrow .object {
				width: 75%;
				margin: 15px auto;
			}
				
			.statpdf {
				height: 500px;
				
			}
			.announcement {
				width: 50%;
			}
		}




/* print styles */
@media print {
   body, h2, article {
      color: rgb(0,0,0);
      background: rgb(255,255,255);
   }
   body {
      max-width: 100%;
   }
   nav {
      display: none;
   }
}
@page {
   margin: 0.75in;
}