/* web fonts */
@font-face {
  font-family: 'Aggie URW';
  src: url('aggie-urw.woff2') format('woff2'),
       url('aggie-urw.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* end of web fonts */

div.page-title {
    background-color: #c67ede;
    background-image: url('/static/accuonsea/header-image.jpg');
    height: 400px;
}
h1.title {
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.8));
    font-family: 'Aggie URW';
}
nav, nav a {
    color: #f3f5fc;
    text-decoration: none;
}
a {
    color: #3e9bb0;
}
.form-heading a {
  color: #3e9bb0;
}
form section div.heading {
    background-color: rgba(67, 129, 183, 0.15) !important;
}
div.page-title div {
    padding-top: 2.5em;
    padding-bottom: 3em;
 }
tr.only-unsubmitted a, h3.only-unsubmitted, .status-unsubmitted {
    color: rgba(128, 126, 126, 0.62) !important;
}
