*{
	box-sizing:border-box;
}
html {
  height: 100%;
}
body {
	background: #f5f5f5;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,
	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}
figcaption{
  font-size: medium;
}
figcaption.name {
  font-size:2em;
}
.name{
  text-transform: uppercase;
}
.wrap {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top:99px;
}

.wrap img{
	min-width: 270px;
  max-width: 540px;
  height: auto;
}

nav{
	width:100%;
	height:72px;
	border-top:3px solid #3898d9;
	top:0;
	background-color:#fff;
	position: fixed;
  display: flex;
    justify-content: center;
    right: 0;
    left: 0;
    border-width: 4px 0 0px;
    border-bottom: 1px solid #B0B0B0 !important;
}
.cclogo {
  width: 80px;
  margin: 10px 0 10px 36px;
}
footer{
	padding: 12px 0;
	background-color: white;
	
    bottom:0px;
    width:100%;
    grid-row-start: 2;
  grid-row-end: 3;
}
figure{
	display:inline-block;
	border-radius:9px;
	padding: 21px 30px;
	margin:2em 45px;
}
figcaption{
	text-align:center;
	font-size:1.3em;
}
