.caprasimo-regular {
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
}

.dynapuff-<uniquifier> {
  font-family: "DynaPuff", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.lexend-<uniquifier> {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1 {font-family: 'Caprasimo', serif; text-align: center; text-decoration: underline; font-size:3.5em; color:#0E1B5F;}
h2 {font-family: 'DynaPuff', serif; text-align: center; font-size:2em; color:#0E1B5F;}
h3, h4, h5, h6 {font-family: 'Lexend', sans-serif; text-align: center; color:#0E1B5F;}
h1.lrg {font-size:4em;}

p, li, td, th, form {font-family: 'Lexend', sans-serif; font-size:2em; color:#0E1B5F;}
li.top {font-family: 'DynaPuff', serif; font-size:2.5em; color:#0E1B5F;}
p.norm {font-family: 'Lexend', sans-serif; font-size:1em; color:#0E1B5F;}
p.cnt {text-align:center;}
p.lg {font-family: 'DynaPuff', serif; font-size:2.5em; text-align:center; color:#0E1B5F;}
p.xl {font-family: 'DynaPuff', serif; font-size:3em; text-align:center; color:#0E1B5F;}
th.cnt {text-align:center; color:#0E1B5F;}
td.cnt {text-align:center;}

p.sm {font-family: 'Lexend', sans-serif; text-align:center; font-size:1em; color:#0E1B5F;}

.center {
  margin-left: auto;
  margin-right: auto;
}

.navbar.navbar-default {
  padding: 0, 0;
  background: rgba(0, 0, 0, .1);
  border: none;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:20px !important; padding-bottom:0 !important;
    height: 60px;
}
.navbar {min-height:60px !important;}

 /* unvisited link */
a:link {
    color: #447BAD !important;
    text-decoration: underline;
    font-weight: bold;
}

/* visited link */
a:visited {
    color: #447BAD !important;
    text-decoration: underline;
    font-weight: bold;
}

/* mouse over link */
a:hover {
    color: #007146 !important;
    text-decoration: underline;
    font-weight: bold;
}

/* selected link */
a:active {
    color: #007146 !important;
    text-decoration: underline;
    font-weight: bold;
}

}
a.dropdown-toggle { outline: none}

.navbar-default .navbar-nav > li > a {
    color: #447BAD !important;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus  {
    color: #007146
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:visited {
    color: #007146 !important;
    text-decoration: none;
}

.max-sm {
  max-width: 500px;
  max-height: 500px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}

.table {
  border: 2px solid #000000;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
   border: 2px solid #000000;
}


