body {

    background-image: url('../img/background.jpg');
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;

}

.tex1{
    background-color: rgba(0, 0, 0, 0.6);
    height: auto;
    color: white;
    font-family: 'Quicksand', sans-serif;

}

html, body{height:100%; margin:0px;padding:0px}

.container-fluid{
    margin-top: -100px;
    height:100%;
    display:table;
    width: 100%;
    padding: 0;
}

.row-fluid {height: 100%; display:table-cell; vertical-align: middle;}

.centering {
    float:none;
    margin:0 auto;
}

.padding-0{
    padding-right:0;
    padding-left:0;
}

a:link {
    color: white;
}

a:hover {
    color: white;
}

a:visited {
    color: white;
}

a:active {
    color: white;
}

.lap{
    position: relative;
    top: 100px;
}