/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}

.full {
  background: url("/static/img/Img1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



test {
    width: 20%;
    height: 20%;
    background-color: transparent;
    
    font-variant: small-caps;
    font-size: xx-large;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: -60%;

    margin: auto;
}