/*
Theme Name: Agorichist
Author: Agorichist
Description: Agorichist Theme
Version: 0.0.1
Tags: agorichist
*/
body {background-color:#000000;color:#dddddd;}
body {
	background: url('http://agorichist.com/wp-content/uploads/2017/12/1920.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;  
	background-size: cover;  
	-o-background-size: cover;
}
.bigtitle {text-align:center;font-family: 'Roboto', sans-serif;font-weight:900;font-size: 10vw;}
.insidetitle {font-family: 'Roboto', sans-serif;font-weight:900;font-size: 3vw;}
.smalltext {text-align:center;font-family: 'Roboto', sans-serif;font-size: 3vw;white-space: nowrap;}
.widget-container {list-style-type: none; margin: 0; padding: 0;}
.morebtn, .morebtn:visited {padding:10px;border: 3px solid #aaaaaa;font-family: 'Roboto', sans-serif;font-weight:400;font-size: 1vw;text-decoration:none;color:#aaaaaa;}
.morebtn:hover {color:#ffffff;text-decoration:none;}
.musicplayer {position:fixed; left:0px; bottom:0px; height:166px; width:100%; background:#999;}
p {margin-bottom:20px;}
@media (min-width:801px)  { 
.bigtitle {padding-top:100px;}
}