h1, h2, h3, h4, h5, h6, p{
    font-family: 'Lato', sans-serif;
    color: #FFF;
}

body {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("./bg.jpg") no-repeat center center fixed;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("./bg.jpg");
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("./bg.jpg");
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("./bg.jpg") no-repeat center center fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url("./bg.jpg") ;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("./bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#transy{
    width: 100%;
    height: 100%;
    float: left;
    background: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    z-index: -1;
}

#main{
    text-align:center;
    padding:50px 0;
}

h1{
    font-variant: small-caps;
    font-size:78px;
    font-weight:700;
    margin-bottom:0;
    line-height:62px;
}

h2{
    margin-top:3px;
    color: #D8D8D8;
    font-size:28px;
}

h3{
   font-weight:700;
    font-size:43px;
    margin-bottom:10px;
}

h4{
    font-size:24px;
    margin-top:0;
}

#main img{
    opacity: 0.8;
    margin:60px 0;
}

#main img:hover{
    opacity: 1;
}

a{
    color: #59AD85;
    -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

a:hover{
    text-decoration:none;
    color: #9affcf;
}