/*! Who knows if this is really needed but.. ho hum it's only a few lines.  modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

:root {
	-moz-tab-size: 4;
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}
/*! END OF modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  
html {
  scroll-behavior: smooth;
}

body {
  background-color: #f5e0e5;
  background-image: linear-gradient(45deg, #00328b00 0%, #0071bdb3 100%);
    margin: 0;
    padding: 0;
    font-family: 'Rosario', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
}

h1 {
    font-size: clamp(1.2rem, 3vw, 2rem);
    font-family: 'Josefin Sans', sans-serif;    
    font-style: normal;
    font-weight: normal;    
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #33332D;
    text-transform: uppercase;
}

@media print, screen and (min-width: 40em){
  h1 {
      margin: 15px 0; 
  }
}

p {
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    font-size:1.1rem;
}

a {
    color: #0b6ede;
    text-decoration: none;
}

.margin-v-10 {
  margin: 10px 0;
}

.header {
    background: #0116678a;
    margin: 7px 0 20px 0;
}

.hamburger {
    position: absolute;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;    
}

.button.small {
    font-size: 0.75rem;
}

.header-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #ffffff;
}

.content-words {
    display: flex;
    justify-content: center;
}

.text-center {
    text-align: center;
}

/* https://codepen.io/xhepigerta/pen/XKmZKN */
#crumbs {
  height:40px;
}

#crumbs ul {
  list-style: none;
  display: inline-table;
}
#crumbs ul li {
  display: inline;
}
#crumbs ul li a {
    display: block;
    float: left;
    height: 30px;
    background: #EA9A00;
    text-align: center;
    padding: 5px 20px 0 40px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}
#crumbs ul li a:after {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #EA9A00;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 1;
}
#crumbs ul li a:before {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}

#crumbs ul li:first-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#crumbs ul li:first-child a:before {
  display: none;
}

#crumbs ul li:last-child a {
  padding-right: 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#crumbs ul li:last-child a:after {
  display: none;
}

#crumbs ul li a:hover {
  background: #335797;
  color: #fff;
}

#crumbs ul li a:hover:after {
  border-left-color: #335797;
  color: #fff;
}

@media print, screen and (max-width: 40em){
  #crumbs ul li a {
    padding: 5px 5px 0 30px;
  }
  #crumbs ul li:nth-child(3) {
    display: none;
  }
}

.share-container {
  display: flex;
  flex-wrap: wrap;
  margin-top:20px;
}

.rrssb-buttons {
    box-sizing: border-box;
    
    margin: 0;
    padding: 0;
    width: 100%;
}

.rrssb-buttons li {
    float: center;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px;
    width: 28px;
}
    
.rrssb-buttons div {
    line-height: 0.7;
} 

.rrssb-give-icon {
    border-radius: 5px;
    background: #660033;
    width: 46px;
    height: 56px;
    display: block;
    margin: -12px 8px 0 0;
    float:left;
}

.rrssb-give-icon .iconspan {
  padding: 8px 10px;
  display: block;
}

.rrssb-give-icon .textspan {
  font-size: 12px;
  color: white;
  text-align: center;
  display: block;
}

.collapse-content {
  width: 100%;
  margin: auto;
}

.collapse {
  background: #fff;
}

.collapse_link {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  color: #fff;
  position: relative;
  background: #475071;
}

.collapse:before {
    transform: rotate(-90deg);
}

.collapse-content > .collapse > .collapse_link {
  background: #2c3450;
}

.collapse > a:before {
  content: "";
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: 25px;
  right: 30px;

}

.inner-content > a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.9rem 1.8rem;
  color: #444;
  position: relative;
  background: #d3c8e6a1;
  text-decoration: none;
}

.inner-content {
  /*  
  padding: 1.8rem;
  */
}

.content {
  /*
  max-height: 0em;
  */
  transition: 0.3s linear 0s;
  overflow: hidden;
}

.collapse + .collapse a {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

h3 {
  margin-bottom: 15px;
}

a:before {
  transform: var(--transrotate);
  /*transform: rotate(-90deg);*/
}

/* contact form */
.sidebar-contact{
    position: absolute;
    top: -500px;
    left: 10px;
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 100;
}
.sidebar-contact.active{
  top: 70px;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
#formsubmit {
  background:#EA9A00;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
#formsubmit:disabled {
  cursor: not-allowed;
  color: #c0c0c0;
  background-color: #ffffff;
}

@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    /* height:100%; */
    top: -520px;
    left: 0px;
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
}


.fitVids-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
