* { user-select: none;
  }
 html, body {
 overflow: hidden;
 background-color: #000;
	 color: #fefeff;
 }
body {
 margin: 0;
position: fixed;
width: 100%;
height: 100%;
}
canvas {
width: 100%;
height: 100%;
	min-height:700px;
}
#title{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	text-align:center;
	width:100%;
    display: none;
}
h1 {
    font-family: Cinzel,serif;
    font-weight: 400;
    text-shadow: 0 0 25px rgba(254,254,255,.85);
}

h2 {
    font-family: Cinzel,serif;
    font-weight: 400;
    text-shadow: 0 0 25px rgba(254,254,255,.85);
    text-transform: lowercase;
}
#h3, #h4, #h5 {
    font-family: Lato,sans-serif;
    font-weight: 400;
    text-shadow: none;
}
#h5 {
    letter-spacing: .1em;
    margin-top: 50px;
}
#h5 .links a {
    margin: 10px;
    margin-top: 20px;
    width: 50px;
    height: 50px;
    opacity: .5;
    text-decoration: none;
    display: inline-block;
}
#h5 .links a:hover {
    opacity: 1
}
/*-------media queries-------------------*/
@media (min-width: 961px){

h1 {
    font-size: 2.75em;
    letter-spacing: .35em;
}
h2 {
    font-size: 1.45em;
    letter-spacing: .5em;
}
#h3, #h4, #h5 {
    font-size: .85em;
    line-height: 1.4;
    letter-spacing: .2em;
}
}