/*          */

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



/************************    For the Saffa site      *****************************/

/* Use this until I implement grids    */
.saf-page-width {
   display: block;
   max-width: 800px;
   width: 90%;
   margin-left: auto;
   margin-right: auto;
}

/***************    REELS      ********************/

.saf-video-reel {
   display: block;
   max-height: 590px;
   max-width: 331px;
   width: 95%;
   margin-left: auto;
   margin-right: auto;
}

/***************    IMAGES      ********************/

/* Flag in the header         */
.saf-img-flag {
   display: inline-block;
   max-height: 30px;
   margin-left: auto;
   margin-right: auto;
}


.saf-img-home-elf {
   display: block;
   max-width: 331px;
   width: 95%;
   margin-left: auto;
   margin-right: auto;
}

.saf-img-pageend-elf {
   display: block;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
}