a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


@font-face {
  font-family: Publico;
  src: url('./Publico.ttf') format('truetype');
     }


/* ===== GENERAL ===== */
* , body {
	box-sizing: border-box;
    sign-sizing: border-sign;
    font-size: 1em;
    font-family: -apple-system, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 400;
	overflow-x: hidden;
	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link, a:active, a:visited, a:hover {
	text-decoration: none; 
}

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 999; 
}

.albumNumber {
    position:absolute;
    left:0.5rem;
    top:0rem;
    padding:0.325rem 1rem;
    font-size:1.5rem;
    line-height:1.7rem;
    font-weight:700;
    font-family: Publico;
}

.rank {
    font-size:3rem;
    font-weight:700;
    font-family: Publico;
}

#logo {
	width: 100% !important;
    height: auto;
	margin: 0;
	padding: 0 !important;
}

#header {
	width: 100% !important;
/*	background-color: #c23839;*/
/*	color: #fefefe;*/
	min-height: 51vh !important;
	text-align: center;
	padding: 0 !important;
	display: inline-block;
	margin-top: 80px;
}

#headerImage {
	width: 100% !important;
    height: auto;
	margin: 0;
	padding-bottom: 10!important;
	padding-left: 0!important;
	padding-right: 0!important;
	vertical-align: top !important;
}

#socialImage {
	width: 85% !important;
    height: auto;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10!important;
	padding-left: 0!important;
	padding-right: 0!important;
	text-align: left;  
}

#writers {
	font-style: italic;
}

#how {
	color: #c03838;
	font-weight: 900;
	font-size: 1.1em;
}

.title {
	padding-top: 15px;
	padding-bottom: 5px;
	overflow: hidden; /* Hide scrollbars */
}


.subtitle {
	font-size: 0.8em;
	padding-top: 5px;
	font-style: italic;
	overflow: hidden; /* Hide scrollbars */
}

#article {
	width: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #333;
	background-color: #fefefe;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 5px !important;
	padding-top: 5px !important;
	flex-direction: column;
}

#author {
	font-size: 0.6em;
	justify-content:left !important;
	align-items:left !important;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-color: #fefefe;
	margin: 0;
}

.button-container {
	display:inline-block;
	position:relative;
}

#forcebutton {
	position:absolute;
	top:5px;
	right:0;
	justify-content:right !important;
	background: transparent;
	border: none !important;
	width:80px;
	height: 40px;
	font-size:10;
	color: black;
}

.block {
	position: relative;
	width: 100%;
	min-height: 62vh;
	display:flex;
	justify-content:center;
/*	align-items:center;*/
	color: #333;
	background-color: #fefefe;
	padding: 30px;
	flex-direction: column;
}

.block:nth-child(2n) {
	/*background-color: #ccc;*/
}

.block img {
	width: 300px;
	/*width: 40px;*/
	padding-bottom: 10px;
	opacity: 0.8;
}

.item {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.7em;
	padding-bottom: 7px;
	font-weight: bold;
}

h2 {
	font-size: 0.8em;
	font-style: italic;
	padding-bottom: 10px;
	color: #d32531;
	text-align: left;
}

p {
	line-height: 1.6em;
}

hr { 
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:#A6A6A6;
  height: 1px;
} 


#footer {
	min-height: 20vh;
	width: 100%;
	background-color: #eee;
}

.banner {
	height: 90px;
	width: 94%;
	left: 3%;
	position: fixed;
	border-radius: 16px;
	border: 1px solid #cecece;
	background-color: white;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	padding: 10px;
}

.peek {
	top: 32px;
}
.peek p {
	font-weight: bold;
	text-align: center;
	width:100%;
	font-size: 1.8em;
}

.xeno {
	bottom: 32px;
}

.banner img {
	position: relative;
	width: 70px;
	height: 70px;
}

#xenoinner {
	display: inline-block;
	margin-left:8px;
}

#xenoinner p {
	line-height: 1.1em;
	font-size: 0.8em;
	margin-bottom: 4px;
}

#Greatest {
	font-size: 2.4em;
	font-family: Publico;
}