﻿@import url(http://fonts.googleapis.com/css?family=Roboto);

html, body {
    height: 100%;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-align: center;
    paddding: 0.5em;
    font-size: 80px;
    color: #808080;
}

h1 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 80px;
}

.lead {
    color: #DDCCEE;
    font-weight: 600;
}


/* Custom container */
.container-full {
    margin: 0 auto;
    width: 100%;
    min-height: 100%;
  
    
    color: #000;
    overflow: hidden;
}
    .container-full:after {
        content: "";
        background: url('images/fundo.png');
        background-position: center;
        opacity: 0.2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .container-full a {
        color: #efefef;
        text-decoration: none;
    }

.v-center {
    margin-top: 7%;
}
