/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

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

body {

  padding-top: 60px;
  padding-bottom: 3rem;
  color: #000;

}

a { color: #FFFFFF; }

a:visited
{
    color:#lightgrey;
}

a:hover 
{
    color:yellow;
}

ol {
	
	padding-left: 3rem;
	
}

ol ul {
	
	padding-left: 6rem;
	
}
@font-face {
  font-family:"Berlin sans fb demi";
  src: url("../fonts/BRLNSDB.TTF") format("truetype");
}

.face{
	background-image: url("../images/bighead.png");
  background-position: left; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
background-size: 400px 400px;
}
.anchor {
    position: relative;
}
.anchor #homediv,
.anchor #collectionsdiv,
.anchor #roadmapdiv {
    position: absolute;
    left: 0;
    top: -120px; /* change this value to match the height of the header */
    height: 0;
    width: 0;
}

.white{
	background-color: #FFFFFF;

}

.purple{
	background-color: #DB1DF0;

}

.yellow{
	background-color: #B1F01F;
}

.orange{
	background-color: #F0F022;
}

.nav-link 
{
	font-size:1.5rem;
}
/*
#5a5a5a;
#DB1DF0
#B1F01F
#F0F022
*/






/* RESPONSIVE CSS
-------------------------------------------------- */


}


