/*
==========-----
Contact page stylesheet
==========-----
*/

h2, h3 {
	padding-left: 50px;
	padding-right: 50px;

	font-size: 1.3em;
}

.contactList {
	list-style-type: none;
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 0;
}

.websiteList {
	list-style-type: none;
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 0;
}

.websiteList > li {
	margin: 25px;
}

.contactLink {
	height: 40px;

	border-radius: 5px;
	padding: 10px;
	background-color: white;
	transition-duration: 0.2s;
}

.contactLink:hover {
	box-shadow: 0 0 6px 2px black;
	transform: scale(1.04,1.04);
}