/* Custom CSS */

html {
background-color: #08243a;
}

.l-header.l-row,
.pr-header {
background-color:#08243a;
}
.block-plugin-id--system-branding-block {
margin: 1.5rem 0;
}

.pr-footer {
color: #ffffff;
background-color: #08243a;
}


.button--primary {
color: #fcfcfc;
background-color: #08243a;
border: 0;
width: 9em;
height: 2.75em;
letter-spacing: .05em;
text-transform: uppercase;
font-weight:600;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.button--primary:hover {
background-color: #5086aa;
}