body{
	background-image: url("../images/lifestyle.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;

}
.navbar-default .navbar-nav > li > a {
    color: #5c5c5c;
}
.bulletnum{
	background: #fdb7cf;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	 padding: 0 7px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px
}
#list1{
	padding:0;list-style:none
}
#list1 li{
	margin-top:15px;
}
.mobile{
	display: none;
}
#buttonForm {
	position: fixed;
}
@media screen and (max-width: 792px){
	.web{
		display: none;
	}
	.mobile{
		display: block;
	}
	.mobileimg{
		padding-top: 115px
	}
}
