* {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

html,body {
	margin: 0;
	padding: 0;
}

button {
	cursor: pointer;
	user-select: none;
	font-family: sans-serif;
}

/* footer styles */
#footer {
	background-color: black;
	margin-top: 150px;
	text-align: center;

}

#footer_btn_wrapper {
	display: inline-block;
	padding: 15px;
    
    
}

#footer_btn_wrapper button {
	margin-right: 10px;
	font-size: 20px;
}

#footer_btn_wrapper button:last-child {
	margin-right: 0 !important;
}

#footer_btn_wrapper button a {
	text-decoration: none;
	color: black;
}

/* mobile layout */
@media screen and (max-width: 750px) {
	
	#footer_btn_wrapper button {
		margin-right: 5px;
		font-size: 16px;
	}
}