.heading { font-family: 'Lemonada'; animation: color-change 2s infinite; filter: blur(1px); margin: 0 auto 20px auto; text-shadow: 2px 2px 3px rgb(var(--text-shadow)); font-weight:400;}
.slides, .slides .button,.slides .slides-form, slides p { font-family: 'Montserrat', sans-serif; font-weight: 400;}
@keyframes color-change { 0% { color: rgb(var(--box-shadow)); } 33% { color: rgb(var(--color-change)) } 66% { color: rgb(var(--color-change)) } 100% { color: rgb(var(--box-shadow)) }}
@keyframes animatePrevArrow{100%, 80% {transform: translateY(0); } 90% { transform: translateY(-10px); }}
@keyframes animateFirstArrow{100%, 80% {transform: translateY(0); } 90% { transform: translateY(-15px); }}
@keyframes animateNextPage{100%, 80% {transform:translateX(-3px);} 90%{transform: translateX(7px);}}
@keyframes animatePrevPage{100%, 80% {transform:translateX(3px);} 90%{transform: translateX(-7px);}}
@keyframes animateMenuArrow{100%, 80% {transform:translatey(0);} 90%{transform: translatey(10px);}}
@keyframes pulse{ to { opacity: 0; transform: scale(1); }}
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;}
.paragraph_header { font-family: 'Lora', serif; color: rgb(var(--rust-red)); text-shadow: 1px 1px 2px rgb(var(--text-shadow)); font-weight:400;}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5{text-wrap: balance;}
p{text-wrap:pretty;}
li p a { opacity: .8}
/*color-scheme*/
:root {--rust-red: 234, 55, 6; --text-shadow: 120, 120, 120;--white: 255, 255, 255;--box-shadow: 201, 201, 201;--color-change: 62, 199, 24; --background: 0, 0, 0;--panel-bottom: 90, 90, 90;--darkgray: 160, 160, 160; }
.text-rust-red{color: rgb(var(--rust-red))};											
.panel .menu { cursor: pointer}
a {display: inline-block; position:relative; }
a.animated-underline:after{ bottom: -5px; content: ""; display: block; height: 2px; left: 50%; position: absolute; background: rgb(250, 250, 250); transition: width 0.3s ease 0s, left .3s ease 0s; width: 0; }
a.animated-underline:hover:after { width: 110%; left: -5%; }
.button:hover {color: rgb(var(--rust-red)) !important;  background-color: rgba(var(--white), 0.1) !important;}
.button.actionButton:hover {background-color: rgba(var(--rust-red),0.5) ! important; transform: scale(1.5) !important; box-shadow: 0 0 20px 5px rgba(var(--box-shadow), 0.25); }
.button.actionButton img, .sidebar .content img { transition: filter .5s ease-out; }
.button.actionButton {box-shadow: 0 0 20px 5px rgba(var(--box-shadow), 0.1)}
.button.actionButton img:hover, .sidebar .content img:hover{ filter: invert(100%);}
.button .actionButton svg, .panel .bottom svg, .sidebar .close svg, .popup .close svg { transition: fill .5s ease-out;}
.pad:hover { opacity: 1 !important;}
.hr{ width:100%; height:3px; background-image: linear-gradient(90deg, rgba(9, 84, 132, 0) 0%, rgba(9, 84, 132, 1) 50%, rgba(9, 84, 132, 1) 50%, rgba(9, 84, 132, 0) 100%); box-shadow: 0 0 15px #095484; }
.panel svg:hover, .sidebar .close svg:hover, .popup .close svg:hover{ fill: rgb(var(--rust-red)) !important;}
.panel .menu>li { outline: none; border-radius: 50px; padding: 9px 7px 3px 7px; will-change: background; -webkit-transition: 1.0s background; transition: 1.0s background;}
.panel .menu>li:focus { background: rgba(var(--background), 0.25);}
.panel .menu>li:hover { background: rgba(var(--background), 0.25)}
.panel .menu li a {line-height: 1.3em; color: #fff0; text-shadow: 0 0 rgb(var(--white)), 0 1.3em rgb(var(--rust-red)); overflow:hidden; transition: .3s;}
.panel .menu li a:hover {text-shadow: 0 -1.3em rgb(var(--white)), 0 0 rgb(var(--rust-red));}
.panel .menu > li .material-icons { vertical-align: bottom; position: relative; top:0 ; margin-top: -4px;color: rgb(var(--white)); }
.panel.bottom .horizontalnext {animation: animateNextPage 5s infinite;}
.panel.bottom .horizontalprev {animation: animatePrevPage 6s infinite;}
.panel .menu > li .vertical {animation: animateMenuArrow 4s infinite;}
.panel .sections .menu li {font-size: 18px;}
.panel.bottom .nextSlide svg { animation: animateArrow 4s infinite; stroke: #f00; stroke-width: 1px; stroke-linejoin:round;}
.panel.bottom .nextSlide svg:hover { stroke: #000; stroke-width: 1px; stroke-linejoin:round; stroke-opacity:0.6}
.panel.bottom .material-icons.md-24 {top: 7px; position: relative;}
.panel.bottom a:hover { color: #000}
.panel.bottom .prevSlide svg { animation: animatePrevArrow 4s infinite; stroke: #f00; stroke-width: 1px;stroke-linejoin:round; }
.panel.bottom .prevSlide svg:hover { stroke: #000; stroke-width: 1px; stroke-linejoin:round; stroke-opacity:0.6}
.panel.bottom {background-image: linear-gradient( to top, rgba(var(--panel-bottom),0.9), 85%, rgba(var(--panel-bottom),0)); padding-top:0; padding-bottom:0;}
.material-icons.md-36 {font-size:36px;}														   
.font-border {text-shadow: 1px -1px 0 rgb(var(--rust-red)), -1px 1px 0 rgb(var(--rust-red)), 1px 1px 0 #f00, -1px -1px 0 rgb(var(--rust-red));}
ul.listing li.listing {list-style-type:disc;}
.button.actionButton svg.polarsteps {width:30px; height:30px; margin-top:-8px; margin-left:-6px;}
.dropdown {width:initial;}						  
.dropdown.show { opacity: 0.8;}
.dropdown.show:hover { opacity: 1}
.dropdown.customDropdown .menu>li:not(.link),.dropdown.customDropdown .menu>li.link a { padding: 0 20px; cursor: pointer; display: block; text-align: left; font-weight: 400; opacity: .8; line-height: 1.5; margin: 7px 0 }
.dropdown.customDropdown .menu { padding: 10px 0; max-height: 300px; overflow-y: auto; overflow-x: hidden; scrollbar-color: rgb(var(--darkgray)) rgba(var(--background),0);scrollbar-width: thin;}
.dropdown.customDropdown .menu>li:hover { background: rgb(var(--darkgray)); color:rgb(var(--rust-red))}
.sidebar .subMenu.smallest li { font-size: 15px; line-height: 2; color: #202020;}
.sidebar .subMenu.smallest { max-height: 28vh; overflow-y: auto; overflow-x: hidden; border-radius: 6px; background: rgb(var(--white)); opacity: 0.8 !important;}
.sidebar .subMenu.smallest:hover { opacity: 1 !important;}
.sidebar .subMenu.smallest>li.link a { margin-left: 20px;}
.sidebar .subMenu.smallest li:hover { background: rgb(var(--darkgray)); color: rgb(var(--rust-red))}
.content.scrollBar, .sidebar{scrollbar-color: rgb(var(--darkgray)) rgba(var(--background),0);scrollbar-width: thin;}
figure.caption{ position:relative; padding:0; margin:0; }
.caption-text { display: block; position: absolute; width: 100%; left: 0; bottom: 0; z-index: 2; -webkit-box-sizing: border-box; box-sizing: border-box !important;  }
figcaption > p {text-shadow: 0 0 10px #000000, 0 0 20px #595959, 0 0 30px #c0c0c0;}
img.img_square { box-shadow: 0 0 20px 10px rgba(var(--box-shadow), 0.1); transition: .5s; position:relative; height:auto; }
img.img_square:hover { box-shadow: 0 0 20px 10px rgba(var(--box-shadow), 0.25); transform: scale(1.025);}
img.img_transparent {filter: drop-shadow(0 0 10px rgba(var(--box-shadow), 0.1)); transition: .5s; position:relative; height:auto; }
img.img_transparent:hover { transform: scale(1.025);filter: drop-shadow(0 0 10px rgba(var(--box-shadow), 0.25))}
html.msie .showForMSIE { display: block;}
@media (max-width:479px){ p, .p { font-size: 16px; letter-spacing: -0.014em;}p.largest, .p.largest { font-size: 25px; letter-spacing: -0.02em;}p.larger, .p.larger { font-size: 23px; letter-spacing: -0.019em;}p.large, .p.large { font-size: 19px; letter-spacing: -0.011em;}p.small, .p.small { font-size: 14px; letter-spacing: -0.011em;}p.smaller, .p.smaller { font-size: 12px; letter-spacing: -0.006em;}p.smallest, .p.smallest { font-size: 10px; letter-spacing: 0;}p.micro, .p.micro { font-size: 9px;}.button.small { font-size:14px; }.button.small .material-icons{ font-size: 17px; } }
@media (min-width:479.0001px) and (max-width:950px){ p, .p { font-size: 17px; letter-spacing: -0.014em;}p.largest, .p.largest { font-size: 26px; letter-spacing: -0.02em;}p.larger, .p.larger { font-size: 25px; letter-spacing: -0.019em;}p.large, .p.large { font-size: 20px; letter-spacing: -0.011em;}p.small, .p.small { font-size: 15px; letter-spacing: -0.011em;}p.smaller, .p.smaller { font-size: 13px; letter-spacing: -0.006em;}p.smallest, .p.smallest { font-size: 11px; letter-spacing: 0;}p.micro, .p.micro { font-size: 10px;}}
