
@charset "UTF-8";
#representative h2 {font-size: 140%;	border-bottom: 1px solid #222;}#about h2 {font-size: 140%;	border-bottom: 1px solid #721c24;}#representative,
#about { height: 100%; transition: .6s .3s ease-out; transform: translateY(40px); opacity: 0;}#representative.delighter.started,
#about.delighter.started { transform: translateY(0); opacity: 1;}
figcaption {background-color: #E9E9E9;	padding: .5rem}
@media (min-width: 1300px){}
@media (max-width: 767px){}
