body {
background: #133313; 

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #021C00 0%, #003605 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #021C00 0%, #003605 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #021C00 0%, #003605 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #021C00), color-stop(1, #003605));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #021C00 0%, #003605 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #021C00 0%, #003605 100%);


    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;


}

.row {
	background-color: #FFFFFF;
}

.text-upper {
	text-transform: uppercase;
}

.padding-5-bottom {
	padding-bottom: 5px;
}

.padding-10-bottom {
	padding-bottom: 10px;
}

.padding-15-bottom {
	padding-bottom: 15px;
}
