/*

Boy Scout blue: #123362
Cub Scout blue: #003F87
Cub Scout yellow: #F7D117
Boy Scout red: #CE1126

*/


html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 56px;
  font-family:"Georgia",serif;
  font-size: 21px;
  color: #4c4c4c;
  line-height: 36px;
  margin-bottom: 100px;
}

.panel {
  padding: 16px;
  background-color: #f2f2f2;
  margin: 16px 0 32px 0;
}

.minimal {
  border: 0;
}

p {
  padding-bottom: 8px;
}

h2.question {
  font-family:"Georgia",serif;
  font-size: 21px;
  font-weight: bold;
}

h1, h2, h3, h4 {
  font-family:"Montserrat",sans-serif;
  font-weight: 800;
  letter-spacing: -0.5px;
}

h1 {
  padding: 48px 0 12px 0;
}
h2 {
  padding: 32px 0 8px 0;
}
h3 {
  padding: 24px 0 6px 0;
}
h4 {
  padding: 16px 0 4px 0;
}
.reversed {
  color: white;
}
.yellow {
  color: #F7D117;
}

a {
  color: #CE1126;
  text-decoration: none;
  /*padding: 5px;*/
}
a:hover {
  color: #4c4c4c;
  text-decoration: none;
}
a:visited {
  padding: 5px;
  text-decoration: none;
}
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.navbar-brand img {
  padding-bottom: 6px;
}

.jumbotron {
  /*
  background-image: url("../assets/images/juskteez-vu-1041-unsplash-duo.jpg");
  background-size: cover;
  */
}

.bg-dark {
  background-color: #003F87 !important;
}

.navbar-nav .nav-link {
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}

.navbar-nav .nav-item.active a.nav-link {
  font-weight: 800;
}

.navbar-nav .nav-item {
  padding-left: 16px;
  padding-right: 16px;
}

a.nav-link {
  color: #999999;
}
.nav .nav-item a.nav-link:hover {
  color: #666666;
}
.nav .nav-item.active a.nav-link {
  color: #4c4c4c;
  font-weight: 800;
}
a.nav-link:visited {
  color: #999999;
}

.nav {
  padding-top: 24px;
}

.nav .nav-link {
  font-family: "Montserrat",sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  color: #4c4c4c;
  padding-left: 0;
  padding-right: 32px;
}

.jumbotron {
  background-color: #003F87;
}

/* Spacers */
.spacer-xl {
  height: 80px;
}
.spacer-lg {
  height: 48px;
}
.spacer-md {
  padding-bottom: 32px;
}
.spacer-sm {
  padding-bottom: 16px;
}

.logo {
  width: 100%;
  margin-bottom: 8px;
  background-color: #f2f2f2;
}
.logo-header {
  width: 210px;
}
.headshot {
  width="100%"
  margin-bottom: 8px;
  max-height: 150px;
}
.label {
  font-family: "Montserrat",sans-serif;
}
.small {
  font-size: 14px;
  line-height: 18px;
}
.portfolio-item {
  padding-bottom: 8px;
}
.card-title {
  font-family: "Montserrat",sans-serif;
  font-weight: 800;
}
.card-item {
  padding-bottom: 32px;
}

/* .card-columns {
  column-count: 2;
} */


img.doc-type {
  height: 48px;
  width: 48px;
  margin-bottom: 16px;
}

ul.card-list li {
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 8px;
}
ul.checkbox li {
  list-style-image: url('../assets/images/checkbox.png');
}
.card-subtitle {
  font-family: "Montserrat",sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.card-list-heading {
  font-family: "Montserrat",sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0;
  margin-bottom: 8px;
}

table {
  border-bottom: 1px solid #dee2e6;
}
table.table-process td {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
th {
  background-color: #f2f2f2;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 24px; /* Vertically center the text there */
  font-family: "Montserrat",sans-serif;
  /*color: white;*/
  font-weight: 300;
  font-size: 16px;
  /*background-color: #55AFC8;*/
}
.text-muted {
  font-family: "Montserrat",sans-serif;
  color: white;
  font-weight: 300;
  font-size: 16px;
}

.letter {
  font-style: italic;
  /* color: #999; */
}

/* Back to top arrow */
#backtop {
  position: fixed;
    left:auto;right: 24px;top:auto;bottom: 16px;
    outline: none;
    overflow:hidden;
    color:#fff;
    text-align:center;
    background-color:rgba(85,175,200,1.0);
    height:40px;
    width:40px;
    line-height:40px;
    font-size:14px;
    border-radius:0px;
    cursor:pointer;
    transition:all 0.3s linear;
    z-index:999999;

    opacity:1;
    display:none;
}
#backtop:hover {
    background-color:#4C9CB3;
}
#backtop.mcOut {
    opacity:0;
}

.fancybox-caption {
  font-family:"Georgia",serif;
  font-weight: lighter !important;
  font-size: 32px !important;
}

.fancybox-caption::before {
  background-image: url() !important;
}

/* Media Queries */

@media screen and (min-width: 576px) {
  .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
  }
}

@media screen and (min-width: 1152px) {
  .card-columns {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5;
  }
}

@media screen and (min-width: 1800px) {
  .card-columns {
      -webkit-column-count: 8;
      -moz-column-count: 8;
      column-count: 8;
  }
}

@media screen and (min-width: 2400px) {
  .card-columns {
      -webkit-column-count: 12;
      -moz-column-count: 12;
      column-count: 10;
  }
}
