body {
	background-color: #111111;
	padding: 1rem;
}
		
h1 {
	color: #f2f2f2;
	font-size: 50px;
	margin-bottom: 0px;
	font-weight: 300;
}
#home h1 {
    font-size: 2.2rem;
	position: relative;
	margin:10px 0px;
}
#home .content h1 {
	margin: 10px 0 -8px 0;
    text-transform:  capitalize;
    letter-spacing: .2rem;
    font-size: 2rem;
}
h2 {
	color: #f0c179;
	font-size: 28px;
	font-weight: 200;
}
h3 {
	color: #f0c179;
    font-size: 22px;
  font-weight: 200;
}
h4 {
	color: #f0c179;
	font-size: 19px;
  font-weight: 200;
}
h3, h4, h5, h6 .view {
	margin-top: 20px;
}
p, ul, hr, iframe {
	margin-top: 10px;
	font-weight: 100;
}
hr {
	border-top: 1px solid #999999;
	border-bottom: none;
}
a {
	color: #0075b2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #16afff;
	cursor: pointer;
}
.sc-clip {
	margin: 20px 10px;
	padding: 10px;
	background-color: #1e2931;
	display: inline-block;
}
p {
	max-width: 700px;
	color: #ffffff;
}
p.tagline {
	margin: 0px 0px 20px 0px;
}
#footer p {
	max-width: 100%;
}
a {
	color: #a9dbff;
}
	div.sm img {
	width: 35px;
}
.sm {
    
}
.martian-mono {
  font-family: "Martian Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.martian-mono-text {
  font-weight: 100;
}
.martian-mono-headers {
  font-weight: 900;
}
section {
	border-top: 1px solid #555555;
	padding: 20px 0 20px 0;
}
.top{
	padding-bottom: 20px;
}
iframe {
	max-width: 580px;
	height: 350px;
}

/*==========================*/
	@media (max-width: 900px) {
	iframe {
		width: 100%;
		height: 200px
	}
	
]