@charset "utf-8";
/* CSS Document */

body {

}

.ec-portrait {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width:718px;
}

.ec-portrait div {
    flex-grow: 1;
    justify-content: center;
    display: flex;
    margin-bottom:40px;
}


.ec-portrait section {
    text-align: center;
    max-width: 220px;
}

.ec-portrait section:hover a img {
    opacity: 0.5;
}

.ec-portrait section:hover h3 a, .ec-portrait section:hover figcaption a {
    opacity: 0.7;
    text-decoration: underline;
}

.ec-portrait section figure {
    padding:0px 0px;
    margin:0px;
}

.ec-portrait section figure p {
  margin: 0;
  padding: 0;
}

.ec-portrait section img {
    display: block;
    padding:0px 0px;
    border:0px #004785 solid;
    margin:0px;
}

.ec-portrait section figcaption {
   text-align: center;
    padding:4px;
    background-color: #004785;
    color:#ffffff;
    margin:0px;
	font-size:1rem;
	line-height:19px;
    text-decoration: none;
}

.ec-portrait section figcaption a {
    color:#ffffff;
	text-decoration: none;

}

.ec-portrait section h3 {
   text-align: center;
    padding:4px;
    background-color: #004785;
    color:#ffffff;
    margin:0px;
	font-size: 1.2rem;
    text-decoration: none;
}

.ec-portrait section h3 a {
    color:#ffffff;
    text-decoration: none;
}

.narrow-intro {
	width: 700px;
}

