body {
	margin: 0;
	font: serif;
	background-color: black;
	color: #996633;  /* the old orange color */
/*	color: #576a91;  /* the light blue color from clown car */
	font-family: "Lucida Sans", sans-serif;
	font-size: 100%;
}



a {
	font-style: normal;
	text-decoration: none;
	color: #996633;
}
a:hover {
	color: white;
	text-decoration: underline;
}
h1 {
  font-size: 2.0em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}

* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}

.headericons {
	display: none;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

}

.padded {
  padding: 15px;  
}


/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.header {
  display: flex;
  padding: 15px;  
  font-size: 15px;
}

.headerbadge {
	  width: 30%;
	  text-align: left;
}

.headerlinks {
	  width: 70%;
	  text-align: right;
}
.footer {
	width: 100%;
	text-align: center;
 
}

.row {

}

.centerrow {
  display: flex;
  justify-content: center;
  text-align: center;
}

.ytbox {
	padding: 15px;
	max-width: 1500px;
	margin: 0 auto;

}



.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%; 

}



@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .header { font-size: 20px; }	
  h1 { font-size: 2.25em; }

}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .headericons {display: visible;}
  .header { font-size: 30px; }
  h1 { font-size: 2.5em; }
 
}
