/* CSS Document */


* {
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-weight: 600 !important;
}
.matterport {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.black, .jumbotron{
    background-color: #161616;
    color: #fff;
    padding: 50px 0;
}
.st {
    color: #fff;
    font-size: 1.7em;
    font-weight: 300;
    ;
}
.maxw{
	max-width: 600px;
	margin:  0 auto;
}

.title p{
	color: #161616;
}

.title2{
	margin-top: 100px;
	padding-bottom: 30px;
}
.title2 h3{
	font-size: 3em;
	font-weight: 700;
	color: #514d4d;
	
}
button.btn a, button.btn{
	color: #fff !important;
}
.features{
	text-align: left;
	font-size: 1.2em;
	padding: 0 80px;
}
.info{
	padding: 50px 0;
}