body{
	min-height: 100%;
	background: #f4f4f4;
}

.result-image{
	height: 200px;
	width: 200px;
	margin-right:10px;
}

.process-image{
	height: 40px;
	width: 40px;
	margin-right:10px;
}

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

.match-head h1{
	font-size: 69px;
	padding-bottom:10px;
}

.match-head a, .match-head a:hover, .match-head a:focus{
	color:black;
	text-decoration: none;
}

.container{
	padding-top:20px;
	padding-bottom:20px;
	background: white;
	border-radius: 4px;
}

.tweet-button{
	text-align: center;
}

.jumbotron{
	background-color: white;
}

.home-input{
	text-align: center;
}

@media(max-width:768px){
	.match-head h1{
		font-size: 40px;
	}
	.result-image{
		height: 100px;
		width: 100px;
	}
	.container div h1{
		font-size:26px;
		margin-top:0;
	}
	.container div h3 {
		font-size:20px;
	}
	.lead{
		font-size:18px;
	}
}