@import url(https://fonts.googleapis.com/css?family=Oxygen+Mono);

html, body {
  height: 100%;
  margin: 0;
}

body{
font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
}

#wrapper {
  min-height: 100%;
  /* Wrappter for the sticky footer.  Equal to height of footer,
     but also accounting for potential margin-bottom of last child */
  margin-bottom: -37px;
}

a{
	color:#FA8948;
	text-decoration:none;
	}
a:hover, a:active{
	text-decoration:underline;
	}

h1{
font-size: 25px;
text-align:center;
}

h3{
text-align:center;
}

#logo{
width:262px;
height:68px;
padding:25px 0 50px 50px;
font-size:17.5px;
}

#welcome{
max-width:600px;
margin:0 auto;
padding:0 8px 20px 14px;
}

#why{
	display:flex;
	font-family:tahoma, helvetica;
line-height:1.8em;
margin:0 auto;
padding-bottom:40px;
}
#why ul{
	margin:0 auto;
	padding-left: 1.2em; /*this eliminates default list padding (for symmetry on mobile) but maintains identation for broken lines*/
}

#donate {
font-size:.9em;
text-align:center;
margin:35px 0 50px 0;
word-wrap:break-word;
}

/*
#btc-quote{
height:106px;
width:318px;
margin:auto;
margin-top:30px;
margin-bottom:45px;
}

#btc-quote2{
height:130px;
width:210px;
margin:auto;
margin-top:30px;
margin-bottom:45px;
}

#social {
opacity:0;
height:38px;
width:100%;
position:relative;
margin-left:15px;
font-size:14px;
}

.fb-like { top: -4px; }
*/

#reddit-desktop{
max-width:900px;
margin:auto;
}

#reddit-mobile{
	display:none;
}

.rembeddit{
	border:none !important;
}

.reddit-header, .reddit-voting-arrows, .reddit-comment-link, .score, small {
    display:none !important;
}
.reddit a {color:black !important; font-family:'Oxygen Mono' !important;}	
.reddit a:hover, .reddit a:active {color:gray !important; text-decoration:underline !important;}

.reddit-link-end{
	height:10px;
}

#credits{
padding-left:50px;
}

#footer-push {
  height: 37px;
}

footer {
  height: 37px;
font-size:13px;
text-align:center;
}