@import url(http://fonts.googleapis.com/css?family=Montserrat);
*{
font-family: 'Montserrat', sans-serif;
}
body{
background: url('http://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-230517.jpg') top center transparent no-repeat;
color: rgba(200, 200, 200, 1);
}
.navbar{
z-index: 9999 ;
position: relative;
}
.cover{
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 26%, rgba(0,0,0,0.64) 99%, rgba(0,0,0,0.65) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(26%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.64)), color-stop(100%,rgba(0,0,0,0.65)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0.64) 99%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
height: 100vh;
width: auto;
}
.cover div h1, .cover div h2{
text-shadow:0px 1px 1px #333;
}
.cover .rows{
position: absolute;
bottom: 0;
}