body {
  margin: 0; padding:0;
  background: linear-gradient(to bottom, #f9f9f9, #f9f9f9, #f9f9f9); 
  background-attachment: fixed; 
  margin: 0px;
  color: #333;
  font-family: helvetica neue, arial; 
  font-size: 12px; 
  line-height: 16px;
  text-align: justify;
  text-transform: lowercase;
  scrollbar-width: thin;
  scrollbar-color:black transparent;
}

a { color: #3ea567; text-decoration: none; box-shadow: inset 0 -3px 0 #; transition-duration: 1s; z-index: -1; }
a:hover { text-decoration: none; box-shadow: inset 0 -7px 0 #; transition-duration: 1s; z-index: -1; }

*::-webkit-scrollbar {
  width: 4px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
}

b {color:#333; text-transform:lowercase; text-shadow: 0px 0px 1rgba(183, 0, 0,.4); letter-spacing:1px;}


#container{
  margin-top: 40px;
  margin-left:auto;
  margin-right:auto;
  width: 550px;
}

.blurb{
background: rgba(255, 255, 255, 0.5); 
box-shadow: 0px 0px 1px #ccc; 
color: #333333;
font-family: helvetica neue, arial; 
font-size: 12px; 
line-height: 16px;
text-align: justify;
text-transform: lowercase;
padding: 10px;
width: 600px;
border-radius: 5px;
}

.title {
color: #333333;
font-family: 'header';
font-size: 40px;
letter-spacing: 0px;
line-height: 30px;
text-transform: lowercase;
background-color: #CA4246; background-image: linear-gradient(45deg, #1fa2ff, #12d8fa, #a6ffcb);
background-size: 100%;
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; 
  animation: rainbow-text-simple-animation-rev 0.75s ease forwards;
}
    
.subtitle {
color: #000000;
font-family: 'source code pro', sans-serif;
font-size: 9px;
font-weight: 500;
letter-spacing: .5px;
line-height: 11px;
text-transform: uppercase;
display: block;
width:115px;
text-align: center;
}    


#nav{
	position: fixed;
	top: 70px;
	right: 50%;
	padding: 0 5px;
	margin-right: 290px;
  color: #000000;
  font-family: 'source code pro', 'karla', sans-serif;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 25px;
  text-align:left;
  text-transform:uppercase;
  padding: 10px;
  padding-left: 20px;
  width: 150px;
background: rgba(255, 255, 255, 0.5); 
box-shadow: 0px 0px 1px #ccc;
border-radius: 5px;
}
  
  .link a{
    	font-size:7px; 
    	text-transform:uppercase;
    	letter-spacing:1px;
		  text-decoration:none;
    	color:rgb(0,0,0,.4);
    	transition: all .5s;
    }
  
	.icon {height:50px; width:50px; border-radius:5px; transition: all .5s}
  .link a img.icon:hover{filter:saturate(0%); transform:scale(.9,.9)}