/*
	styles.css
	Initial code generated by thesitewizard.com's Layout Wizard 4.0.0
*/
body {
	 font-family: 'Atkinson Hyperlegible', Arial, Helvetica, sans-serif;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}
input, select, button, textarea {
	max-width: 100% ;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswcentrecombo {
	float: right ;
	width: 80% ;
	color: inherit ;
	background-color: #386af7 ;
}
div#tswothersidecol {
	float: left ;
	width: 25% ;
	color: #00ff00 ;
	background-color: #386af7 ;
}
div#tswsidecol {
	float: right ;
	width: 20% ;
	color: #00ff00 ;
	background-color: #386af7 ;
}
div#tswcontent {
	float: left ;
	width: 75% ;
	color: #00ff00 ;
	background-color: #386af7 ;
}
@media only screen and (max-width: 629px) {
	div#tswsidecol {
		float: none ;
		width: 100% ;
	}
	div#tswcontent {
		float: none ;
		width: 100% ;
	}
	div#tswothersidecol {
		float: none ;
		width: 100% ;
	}
	div#tswcentrecombo {
		float: none ;
		width: 100% ;
	}
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: #386af7 ;
}
div#tswsideproper, div#tswothersideproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswheader {
	color: #00ff00 ;
	background-color: #386af7 ;
}

h1, h2, {
    color: #00ff00;
}

h3 {
    color: #ffe500;
}

hr {
    border: 1px solid #00ff00;
    margin: 10px 0;
}
      
      /* Padding around the entire website */ /* Site-wide border */
body {
    padding: 20px; /* 10px padding on all sides; change this value to adjust padding */
    background-color: #386af7; /* Background color for padding area; change this to adjust color */
     border: 5px solid #00FF00; /* Green border around entire site; change color/thickness */
     margin: 0; /* Remove default margin to ensure border is flush */
}
a:link {
  color: #00FF00;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: #e09248;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #ffe500;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #00FF00;
  background-color: transparent;
  text-decoration: underline;
}
/* Responsive YouTube Embed */
.youtube-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
    margin: 10px 0; /* Vertical spacing */
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
