body {
    font-family: 'Open Sans';
    font-weight: 400;
}

.container {
  max-width: 1024px;
  padding-left: 0;
  padding-right: 0;
}

.navbar, .navbar-item {
    font-family: 'Montserrat';
    font-weight: 600;
}

.fontTitle, h3, h5 {
    font-family: 'Montserrat';
    font-weight: 700;
}

section {
    font-family: 'Open Sans';
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.font-strong {
    font-family: "Nunito", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-weight: 800;
}

.font-light {
    font-family: "Nunito", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-weight: 300;
}

.btn-secondary {
    background-color: #4d80b1;
    border-color: #4d80b1;
}

.btn-secondary:hover {
    background-color: #003a62;
    border-color: #003a62;
}

a {
    color: #005091;
}
a:hover {
    color: #003a62;
}

#navbar1 a {
    color: #005091;
}
#navbar1 a:hover {
    color: #003a62;
}


/*.bookBorder {
    border-bottom: 5px solid #003b6f;
    background-image: linear-gradient(to right, red, yellow);
    background-image: 
        linear-gradient(to right, #45b8e4, #003b6f),
        linear-gradient(to right, #45b8e4, #003b6f)
    ;
    background-size:5px 100%;
    background-position:0 0, 100% 100%;
    background-repeat:no-repeat;
}*/

.bookBorder { 
    padding: 4px;
    background-image: linear-gradient(to right, #45b8e4, #003b6f);
    background-position:0 0, 100% 100%;
    background-repeat:no-repeat;
}

.bg-info {
    background-color: #bacfdf !important;
}

.blueColor {
    color: #005091;
}

strong {
    color: #005091;
    font-weight: 800;
}

strong.blackText {
    color: black;
    font-weight: 800;
}

.grecaptcha-badge {
    display: none;
}