a:hover{
	text-decoration:none;
}


body{
	margin:0;
	font-size: 1.8em;
	color: #818386;
}

h3 {
    text-transform: uppercase;
    font-weight: 200;
    color: #ef5712;
    text-align: center;
    font-size: 1.6em;
    margin-bottom:20px;
}

a.btn {
    background: #ef5712;
    color: white;
    font-size: 1em;
}

a.btn:hover {
    background: #86888a;
    color: white;
}

img {
    max-width: 100%!important;
    height: auto!important;
}

strong{
	color: #ef5712;
}

.match-hearts{
	background: url(/sites/6ammarketing.com/assets/images/dating/topper.png) center no-repeat;
	background-size: cover;
	height:30px;
}

.match-gray{
	background: #F8F7F7;
	height: 80px;
}

.match-logo {
    width: 250px;
    margin-top: -20px;
}

.match-intro {
    margin-top: 50px;
}

.match-item {
    display: inline-block;
    background: #EF5713;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: .8em;
    margin: 0 10px 10px 0;
}

.match-item img {
    margin-right: 5px;
}

.main-logo{
	margin-bottom:50px;
}

.match-items {
    text-align: center;
}

.grayBG {
    background: #F8F8F8;
    padding: 75px 0;
    margin: 100px 0;
}

.meeting{
	border-radius:50%;
	margin-top: 50px;
}

.match-like{
	margin-top:100px;
	margin-bottom:100px;
}

.like-item {
    background: #f8f8f8;
    font-size: .9em;
    padding: 15px 25px;
    margin: 5px;
    display: inline-block;
    border-radius: 10px;
}

.heart{
	width: 50%;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {

.match-hearts{
	height:60px;
}

.match-gray{
	background: #F8F7F7;
	height: 115px;
}

.match-logo {
    width: 350px;
}

.match-intro {
    margin-top: 100px;
}

}

@media screen and (min-width: 992px) {
.match-gray{
	background: #F8F7F7;
	height: 140px;
}

.match-logo {
    width: auto;
}

.flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-logo{
	margin-bottom:0;
}

.match-items {
    text-align: left;
}

.meeting{
	margin-top: 0;
}

.heart {
    position: absolute;
    top: 0;
    left: -23%;
}
}