@charset "UTF-8";
/* CSS Document */
/*!
Responsive CSS for http://frequencygeneration.com
Author: Hazel de Mesa
Author URI: http://demesa.com/
Version: 2021.1.0
*/

body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000066;
}

/* Breakpoint at Media Query */
@media (max-width: 800px) {
  #content {
	margin: 20px;
	text-align: left;
  }
}

@media (min-width: 801px) {
  #content {
	margin: 100px;
	text-align: left;
  }
}

.responsive {
  max-width: 100%;
  height: auto;
}

/* YouTube Responsive */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
	max-width: 100%;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

a {
	color: #0000FF;
	}

a img {
	border: 0;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#home {
	width: 100%;
	margin: 0 auto;
	border: 0;
	text-align: center;
}

#title {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
	}

#title a img {
	border: 0;
	}

#content {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border-bottom-width: 10px;
	margin-top: 36px;
	padding-top: 20px;
	padding-left: 2px;
	padding-right: 2px;
	}

#content ul {
	list-style: none;
	}

#content li {
	text-align: center;
	padding-bottom: 25px;
	}

.copy {
	color: #FFFFFF;
	}
