@import url("https://fonts.googleapis.com/css?family=Nunito");
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  background-color: #0B305F;
  background: linear-gradient(to bottom right, #70B8FF -80%, #0B305F, #70B8FF 180%);
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1 {
  font-size: 48px;
  font-family: "Nunito";
  color: #F7F9FA; }

h2, h3 {
  font-family: "Nunito";
  color: #70B8FF; }

h4, h5, h6 {
  font-family: "Nunito";
  color: #F7F9FA; }

p {
  color: #F7F9FA;
  margin: 0; }

a {
  text-decoration: none;
  color: #BEDC94; }

ul, li {
  margin: 0;
  color: #F7F9FA; }

table {
  text-align: center;
  width: 100%; }
  table th {
    background-color: #F7F9FA;
    color: #668AC0;
    padding: 10px; }
  table td {
    background-color: #668AC0;
    color: #F7F9FA;
    padding: 10px; }

.pdf-form {
  width: 100%;
  padding: 10px;
  height: 600px; }

.svg-inline--fa.fa-w-14 {
  height: 24px;
  width: 24px; }

.svg-inline--fa.fa-w-16 {
  height: 24px;
  width: 24px; }

.parallax-window {
  min-height: 400px;
  background: transparent; }

hr {
  border-top: 1px solid white; }

.header-shadow {
  text-shadow: 2px 2px #0B305F, 0 0 60px #0B305F; }

blockquote {
  color: #F7F9FA;
  border-left: 4px solid #F7F9FA;
  padding-left: 5px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid lightgrey;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

.home-news-links {
  padding: 5px;
  margin-bottom: 10px;
  background-color: #668AC0; }
  .home-news-links .text-xl-left {
    color: #212529; }

.theme-primary {
  color: #668AC0; }

.theme-secondary {
  color: #F7F9FA; }

.theme-tertiary {
  color: #70B8FF;
  font-weight: 700; }

footer {
  border-top: 3px solid #668AC0;
  background: linear-gradient(to bottom, #F7F9FA, #668AC0 220%); }
  footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #212529; }
  footer p {
    color: #668AC0; }
  footer a {
    color: #668AC0; }

.navbar {
  opacity: 0.9; }

.navbar-logo {
  margin-right: 10px; }

.post-content img {
  max-width: 100%; }

/*# sourceMappingURL=main.css.map */
