/* CSS Document */
.allContent{
/*	width:80%;*/
	margin:0 auto;
	margin-top:20px;
}
.introductionSection{
  margin:5em auto 2em auto;
  text-align:center;
}
.introductionSection h2{
	font-size:3em;
	color:white;
	text-transform: uppercase;
}
.introductionSection p{
	color:white;
	font-size:1.25em;
}
.linkContainer{
	display:flex;
    flex-wrap:wrap;
	justify-content: center;
	align-items:center;
	margin: 25px 0;
}
.individualLink{
/*    flex-grow: 1;*/
    background-repeat: no-repeat;
		margin:1em;
}
.individualLink a{
	display: block;
	
}
.individualLink img:hover{
	border-color: #ee2e24;
}
img{
/*	height:100%;*/
    border: 10px solid white;
	max-height:100px;
	transition: all .3s ease;
/*    width: 100%;*/
    padding: .25em;
}