/*************************Styles for the buttons across the site*/

.btn
{
	border: none;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font: inherit;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-top: 0px;
	max-width: 200px;
	padding: .5rem 2rem;
	text-decoration: none;
	transition: all .5s;
}

.btn-small
{
	line-height: normal;
	margin: 5px;
	padding: 8px;
}

.btn-wide
{
	display: inline-block;
    max-width: 100%!important;
}

.btn-resource
{
	max-width: none;
	width: 750px!important;
}

.btn-hover:hover, .btn-hover:focus
{
	box-shadow: 0 0 11px 11px rgba(0, 0, 0, 0.18);
}

@media(max-width:1080px)
{
	.btn-resource
	{
		width: 60%!important;
	}
}