html {
}

body {
	padding-top: 70px;

	background: url(/images/House.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-color:#272b30;
}

#intro {
	opacity: .9;
	margin-top: 30px;
}

ol {
	padding-left:22px;
}

.light-panel {
	background-color:white;
	color:black;
	opacity:1;
}

.wrap-text {
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera less than 7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}

@media all and (max-width: 500px) { /* screen size until 500px */
	.panel-heading h1 {
        font-size: 1.5em; /* 0.8x default size */
        }
    }

