
/* eb-garamond-regular - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/eb-garamond-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../assets/fonts/eb-garamond-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/eb-garamond-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/eb-garamond-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/eb-garamond-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/eb-garamond-v26-latin-regular.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

/* eb-garamond-500 - latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('../assets/fonts/eb-garamond-v26-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../assets/fonts/eb-garamond-v26-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/eb-garamond-v26-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/eb-garamond-v26-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/eb-garamond-v26-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/eb-garamond-v26-latin-500.svg#EBGaramond') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../assets/fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../assets/fonts/raleway-v28-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../assets/fonts/raleway-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/raleway-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/raleway-v28-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/raleway-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/raleway-v28-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}

:root {
  /*--bs-primary: #12679C;*/
  /*--bs-primary: #2C7FE6;*/
  --bs-primary: #4384d5;
  --bs-primary-rgb: 0, 118, 186;
  --bs-secondary: #efefef;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-serif: "EB Garamond";
}
html {
  height: 100%;
  scroll-padding-top: calc(4.5rem - 1px);
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Raleway", sans-serif;
  /*font-size: 1.15rem;*/
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-body-color);
  text-align: left;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn {
  font-size: 1rem;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

/*hr:not([size]) {
  height: 1px;
}*/

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  /*font-family: "Times New Roman", Times, serif;*/
  font-family: var( --bs-font-serif ), Times, serif;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 1rem;
}

h1, .h1 {
  /*font-family: "Times New Roman", Times, serif;*/
  font-family: var( --bs-font-serif ), Times, serif;
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 400;
}


h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3, .h3 {
  /*font-family: "Times New Roman", Times, serif;*/
  font-family: var( --bs-font-serif ), Times, serif;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 400;
}

h4, .h4 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
.modal-title {
  padding-bottom: 0 !important;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: var(--bs-primary);
  text-decoration: none;
}
a:not(.btn):hover {
  text-decoration: underline;
}
#about .link-light {
  text-decoration: underline;
}
#about .link-light:hover {
  color: yellow;
}
.link-light:hover {
  text-decoration: underline;
}
.text-shadow {
  text-shadow: 2px 2px rgba(0,0,0,.15) !important;
}
.quote {
  padding-top: 0.5rem;
  padding-bottom: 0.1rem;
  border-left: 4px solid var(--bs-primary);
}
.quote p {
  padding-left: 1rem;
}
.byline::before {
  content: "— ";
}
blockquote {
  font-size: inherit !important;
}
.blockquote p::before, .quotemark-start::before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 15px;
  color: #999;
  font-family: "Times New Roman", Times, serif;
  font-size: 3em;
}
.blockquote p::after, .quotemark-end::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 18px;
  color: #999;
  font-family: "Times New Roman", Times, serif;
  font-size: 3em;
}
.block-quote {
  position: relative;
  display: inline-block;
  padding-bottom: 2rem;
  opacity: 0;
  transform: scale(3);
  transition: transform 800ms ease-in-out, opacity 2s;
}
.block-quote.shown {
  transform: scale(1);
  opacity: 1;
}
.cross-crown {
  width: 30px;
  height: 30px;
  margin-top: 4px;
}
.cross-pad {
  /*margin-left: 40px;*/
  padding-left: 40px;
}
.page-section, .page-section-lg {
  padding: 2rem 0;
}
.bg-primary {
  --bs-bg-opacity: 1;
  /*background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;*/
  background-color: var(--bs-primary) !important;
}
.btn-outline-primary:hover {
  color: var(--bs-white) !important;
  background-color: var(--bs-primary) !important;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.fade-in {
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -o-animation: fadein 1s; /* Opera < 12.1 */
  animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*#mainNav {
  display: none;
  visibility: hidden;
}
#mainNav .navbar-nav {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
#navbarResponsive {
  margin-top: -14px;
}
#navbarToggler svg {
  color: #fff;
}*/
/* ****** */
#mainNav {
  /*display: block;*/
  /*visibility: visible;*/
  box-shadow: none;
  background-color: transparent;
}
#mainNav .navbar-nav {
  /*width: 23rem;*/
  /*background-color: var(--bs-primary);*/
  /*margin-top: -14px !important;*/
  /*border-radius: 0.25rem;*/
  /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);*/
}
/*#mainNav .navbar-brand {
  display: none;
  visibility: hidden;
}*/
/*#mainNav .navbar-toggler, #secondNav .navbar-toggler {
  border-color: rgba( 255, 255, 255, 0.1 );
  padding: 0;
}*/
#mainNav .navbar-toggler {
  /*border-color: rgba( 255, 255, 255, 0.2 );*/
  border: none;
  padding: 5px 0 0 0;
}
/*#navbarToggler svg.text-white {
  color: #fff !important;
}*/
/*.navbar-toggler i.fas {
  color: rgba( 255, 255, 255, 0.2 ) !important;
}*/
.navbar-light .navbar-toggler {
  color: rgba( 255, 255, 255, 0.5 );
}
.navbar-light .navbar-toggler:hover {
  color: #fff !important;
}
#mainNav .navbar-brand {
  /*font-size: 1.25rem;*/
  font-size: .6rem;
  /*visibility: hidden;*/
}
/*#mainNav.navbar-shrink .navbar-brand {
  visibility: visible;
  color: #212529;
}
#mainNav.navbar-shrink .navbar-brand:hover {
  color: #f4623a;
}*/

#mainNav .navbar-brand:hover {
  color: #fff;
}
/*#mainNav .navbar-nav .nav-item .nav-link, #secondNav .navbar-nav .nav-item .nav-link {*/
#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.4);
  padding: 0 1rem;
}
/*#mainNav .navbar-nav .nav-item .nav-link:hover, #secondNav .navbar-nav .nav-item .nav-link:hover {*/
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
/*#mainNav .navbar-nav .nav-item:last-child .nav-link, #secondNav .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 1rem !important;
}*/
/*#mainNav.navbar-shrink {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
#mainNav.navbar-shrink .navbar-toggler {
  border-color: rgba(0,0,0,.1);
}
#mainNav.navbar-shrink .navbar-nav {
  background-color: transparent;
  box-shadow: none;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
  font-size: .8rem;
  color: #212529;
}
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
  color: #f4623a;
}*/
/*#secondNav.navbar-light .navbar-brand {
  color: #fff !important;
}*/

.crown-row {
  height: 15% !important;
}
.bg-blue {
  background-color: var(--bs-primary);
}

/* ****** */
header.masthead {
  /*padding-top: 2rem;*/
  /*padding-top: 60px;*/
  padding-bottom: 1rem;
  z-index: 5;
}
header.masthead h1, header.masthead .h1 {
  text-align: center;
  font-size: 2.25rem;
}
header.masthead .quote {
  border-left: none;
}
header.masthead .source {
  font-size: 0.8rem;
}
#scroll-down {
  display: none;
  visibility: hidden;
}
.bounce-down {
  transition: none;
  -webkit-animation: none;
  animation: none;
}



@-webkit-keyframes bouncey {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bouncey {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-attachment: fixed;
}
.mask-blue {
  background: linear-gradient(to bottom right, rgba(14, 76, 153, 0.85), rgba(44, 127, 230, 0.85));
  /*background: linear-gradient(to bottom right, rgba(17, 50, 90, 0.85), rgba(11, 127, 200, 0.85));*/
  /*background: linear-gradient(to bottom right, rgba(9, 44, 48, 0.85), rgba(2, 136, 116, 0.85));*/

}
.mask-gray {
  background: linear-gradient(to bottom right, rgba(193, 193, 193, 0.9), rgba(245, 245, 245, 0.9));
}
.card-footer {
  padding: 0 1rem;
  background-color: inherit;
  border-top: none;
}
.blue-line {
  border-left: 2px solid var(--bs-primary);
  padding-left: 1rem;
  border-top: 2px solid var(--bs-primary);
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.bg-paper {
  background: linear-gradient( to bottom, rgba(239, 239, 239, 0.7 ), rgba( 204, 204, 204, 0.7 ) ), url( '../assets/img/square-576.jpg' );
}
section#local {
  background: linear-gradient( to right, rgba(230, 81, 67, 0.9), rgba(230, 81, 67, 0.9) );
  /*background: linear-gradient( to right, rgba(230, 81, 67, 0.9), rgba(230, 81, 67, 0.9) ), url( '../assets/img/is4-576.jpg' ) center left;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;*/
}
section#about {
  background: linear-gradient( to bottom right, rgba(142, 167, 18, 0.9), rgba(84, 96, 18, 0.9));
  padding: 6rem 0;
  /*background: linear-gradient( to bottom, rgba(131, 153, 21, 0.9), rgba(131, 153, 21, 0.9) ), url( '../assets/img/desk2-768.jpg' );
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;*/
}
.footer {
  padding: 2rem 0;
  background-color: #132b53;
}
footer {
  padding: 0 0 2rem 0;
  background-color: #132b53;
}
.footer a {
  font-size: 0.8rem;
  padding: 0 !important;
  /*color: #6c757d !important;*/
  color: #7d8791 !important;
  text-decoration: none;
  transition: color 0.5s;
}
.footer a.nav-link {
  padding: 0 .5rem !important;
}
#footer.footer a.nav-link {
  padding-left: 0 !important;
}
.footer p, footer.the-end p {
  font-size: 0.8rem;
  color: #7d8791 !important;
}
.footer a:hover {
  color: #fff !important;
}
/*footer.footer {
  background-color: #121212;
}*/
.footer .small, footer .small, .figure-caption {
  font-size: 0.7rem !important;
}
.figure-img {
  margin-bottom: .3rem;
}
a.footer-img:hover .img-thumbnail {
  background-color: yellow;
}

figure.figure {
  margin-bottom: 0;
}
footer a {
  font-size: 0.7rem;
  text-decoration: underline !important;
  color: #7d8791 !important;
}
#image-modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
#image-modal .modal-header {
  border-bottom: none;
}
#image-modal .modal-footer {
  border-top: none;
}
/*footer a:hover {
  color: #fff !important;
}*/
.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#img-load {
  position: fixed;
  top: 100%;
  height: 1px !important;
}