/*! Place your custom styles here */
.pricing__time {
	font-size: 40%
}
.colorWhite {
	color: #fff;
}

span.myHeart {
    margin: 0px 3px;
}
div.nav-container {
	box-shadow: 0px 2px rgba(30,30,30,0.1)
}

#integrations:hover {
	cursor: pointer;
}

@media all and (min-width: 768px) {
	div.nav-container {
		position: fixed;
		width: 100%;
	    z-index: 10;
	    background-color: #fff;
	}
}


@media all and (min-width: 768px) and (max-width: 991px) {
	div.main-container:not(.without-nav) {
		padding-top: 202px;
	}
}

@media all and (min-width: 992px) {
	div.main-container:not(.without-nav) {
		padding-top: 90px;
	}
}
