@font-face {
    src: url('fonts/MegascopeVariable[SCOP].woff2') format("woff2"),
         url('fonts/MegascopeVariable[SCOP].woff') format("woff");
    font-family: 'Megascope Web';
    font-style: normal;
    font-weight: normal;
    }
@font-face {
    src: url('fonts/TypewalkMono1955-Regular.woff') format("woff2");
    font-family: 'typewalkmono';
    font-style: normal;
    font-weight: normal;
    }
@keyframes fontVariation {
  0%, 100% {
    font-variation-settings: 'SCOP' 1;
  }
  50% {
    font-variation-settings: 'SCOP' 100;
  }
}
#head { 
		margin:auto;
		margin-top:3rem;
		width:100vw;
		text-align: center;
		font-family:'Megascope Web';
		font-size:10vw;
		font-variation-settings: 'SCOP': 10; 
		animation: fontVariation 3s infinite;
		cursor: pointer;
		}    
		
#head:hover{
	color:red;
}		
#footer{
	font-family: "typewalkmono";
	font-size: 12px;
	width:50vw;
	margin:auto;
	border-top:1px solid gray;
	padding-top:1em;
	margin-bottom: 5rem;
}

#content{
	font-family: "typewalkmono";
	font-size: 16px;
	width:90%;
	margin:auto;	
	margin-top:8rem;
	margin-bottom:4rem;
	line-height: 1.6em;

}

a {
  color: red;
  text-decoration: none;
}


a:hover {
  color: red;
  text-decoration: underline;
}


a:active {
  color: red;
}


a:visited {
  color: red;
}


ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


#newsletter{
	width:90%;
	margin:auto;
	font-family: "typewalkmono";
	margin-bottom:5rem;
}

#mc-embedded-subscribe{
font-family: "typewalkmono";
  display: inline-block;
  background-color: #fff;
  padding: 5px;
  width: 100%;
  color: #f00;
  text-align: center;
  border: 2px solid #f00;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin: 5px;
  -webkit-transition: all 0.5s; /* add this line, chrome, safari, etc */
  -moz-transition: all 0.5s; /* add this line, firefox */
  -o-transition: all 0.5s; /* add this line, opera */
  transition: all 0.5s; /* add this line */
  margin-top:1rem;
	
}
#mc-embedded-subscribe:hover{
	background-color:#f00;
	color:#fff;
}

#mce-EMAIL{
	font-family: "typewalkmono";
	width:80%;
	font-size:16px;
	color:#000;
	padding:5px;
	margin: 5px;
}

.indicates-required{
	font-size: 12px;	
}

@media (min-width: 576px) { 

	#content,#newsletter{
		width:60vw;

	}

}


@media (min-width: 768px) { 
	#content,#newsletter{
		width:50vw;

	}
}

@media (min-width: 992px) { 
	#head{
		font-size:6vw;
	}

}


@media (min-width: 1200px) { 
	#content{
		width:30vw;

	}

	#head{
		font-size:6vw;
	}

 }



.onunderline{
	text-decoration: none !important;
}

