.home-grey{
	margin-top:50px;
	padding:50px;
	text-align:center;
	background-color:#f0f0f0;
}
.app-image {
	margin: 0 auto;
	text-align:center;
	margin-bottom:30px;
	height:auto;
	width:auto;
}
.home-grey h3{
	color:#000;
	font-size:30px;
	font-weight:300;
}

.hactext{
    width:80%;
    margin: auto;
}

@media screen and (min-width:992px) {
    .hactext p{
            color:#000;
            font-size:24px;
    }
}

.hacbtn {
    background: #ee521b;
    border-radius: 2px;
    color: #fff;
    padding: 13px 29px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none !important;
    border: 1px solid transparent;
    margin-left: 0 !important;
    -webkit-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    -ms-transition: background 0.15s linear;
}

.hacbtn:hover{
    background: #ffffff;
    color: #ee521b;
    border: 1px solid #ee521b;
}

.hacbtnrow{
    padding-top: 40px;  
    
}

.twitter-hashtag-button {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 12px 30px;
    font-size: 16px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
}
.twitter-hashtag-button:hover{
   text-decoration: none;
   color: #fff;
}