@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
}

body > .container {
    padding: 15px 15px 0px;
}

.pull-bottom {
    display: table-cell;
    vertical-align: bottom;
    float: none;	
}

/* All images need to be responsive */
#cms_body img
{
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.jumbotron h1 {
    font-size: 45px;
}

/*h1
{
	  background-image:url(pics/tree-2-48.png);
	  background-repeat:no-repeat;
	  background-position:-10px;
	  padding-left:35px;
}*/