.heading { font-family: Lemonada; animation: color-change 2s infinite; filter: blur(1px); margin: 0 auto 20px auto; text-shadow: 2px 2px 3px #787878;}

.slides, .slides .button,.slides .slides-form, slides p { font-family: Montserrat, sans-serif; font-weight: 400;}

@keyframes color-change{ 0% { color: #c9c9c9; } 33% { color: #3ec718 } 66% { color: #3ec718 } 100% { color: #c9c9c9 }}
@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);}}

.paragraph_header { font-family: Lora, serif; color: red; text-shadow: 1px 1px 2px #787878;}

li p a { opacity: .8}

@keyframes cycle-colors{ 0% { border-color: hsl(0, 100%, 50%); } 25% { border-color: hsl(90, 100%, 50%); } 50% { border-color: hsl(180, 100%, 50%); } 75% { border-color: hsl(270, 100%, 50%); } 100% { border-color: hsl(360, 100%, 50%); }}
@keyframes pulse{ to { opacity: 0; transform: scale(1); }}
@media (min-width:501px){ .avatar-pulsating {width: 400px;margin: 0 auto;}}
.avatar-pulsating {position: relative}
.avatar-pulsating img {width:100%; z-index:2;}
.avatar-pulsating::after,.avatar-pulsating::before { -webkit-animation: pulse 3s ease-in infinite, cycle-colors 4s ease-out infinite; animation: pulse 3s ease-in infinite, cycle-colors 4s ease-out infinite; border: #fff solid 3px; border-radius: 9999px; box-sizing: border-box; content: ' '; height: 140%; left: -20%; opacity: .6; position: absolute; top: -21%; transform: scale(0.714); width: 140%; z-index: 1;}
.avatar-pulsating::after { -webkit-animation-delay: 1s; animation-delay: 1s;}
.avatar-pulsating:hover::after,.avatar-pulsating:hover::before { -webkit-animation: pulse 1s linear infinite; animation: pulse 1s linear infinite;}
.avatar-pulsating:hover::after { -webkit-animation-delay: .5s; animation-delay: .5s;}

.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: #fff; transition: width .3s ease 0s, left .3s ease 0s; width: 0; }
a.animated-underline:hover:after { width: 110%; left: -5%; }

.button:hover {color: red !important;  background-color: rgba(255, 255, 255, 0.05) !important;}
.button.actionButton:hover {background-color: rgba(255,0,0,0.5) ! important; transform: scale(1.5) !important; box-shadow: 0 0 20px 5px rgba(200, 200, 200, 0.25); }
.button.actionButton img, .sidebar .content img { transition: filter .5s ease-out; }
.button.actionButton {box-shadow: 0 0 20px 5px rgba(200, 200, 200, 0.1)}
.button.actionButton img:hover, .sidebar .content img:hover{ filter: invert(100%);}
.button .actionButton svg, .panel .bottom svg, .popup .close svg, .sidebar .close svg { transition: fill .5s ease-out;}

.pad:hover { opacity: 1 !important;}
.hr {border:0; height:3px; background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(9,84,132), rgba(0,0,0,0)); }
.panel .menu>li { outline:0; border-radius: 50px; padding: 9px 7px 3px 7px; will-change: background; -webkit-transition: 1s background; transition: 1s background;}
.panel .menu>li:focus { background: rgba(0, 0, 0, 0.25);}
.panel .menu>li:hover { background: rgba(0, 0, 0, 0.25)}
.panel .menu li a {line-height: 1.3em; color: #fff0; text-shadow: 0 0 #fff, 0 1.3em #ff2121; overflow:hidden; transition: .3s;}
.panel .menu li a:hover {text-shadow: 0 -1.3em #fff, 0 0 #ff2121;}
.panel .menu > li .material-icons { vertical-align: bottom; position: relative; top:0 ; margin-top: -4px;text-shadow: 0 0 #fff;color: #fff; }

.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 .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 svg:hover, .popup .close svg:hover, .sidebar .close svg:hover{ fill: red !important;}

ul.listing li.listing {list-style-type:disc;}
.button.actionButton svg.polarsteps {width:30px; height:30px; margin-top:-8px; margin-left:-6px;}

::-webkit-scrollbar { width: 4px;}
::-webkit-scrollbar-thumb { background: #A0A0A0; border-radius: 2px;}
::-webkit-scrollbar-thumb:hover { background: #3ec718;}
::-webkit-scrollbar-track-pice {background: #000;}
::-webkit-scrollbar-corner {background: #999;}
::-webkit-resizer { background: #111; }

img.img_square { box-shadow: 0 0 20px 10px rgba(200, 200, 200, 0.1); transition: .5s; position:relative; height:auto; }
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; text-shadow: 0 0 10px #000, 0 0 20px #595959, 0 0 30px #c0c0c0; }
img.img_square:hover { box-shadow: 0 0 20px 10px rgba(200, 200, 200, 0.25); transform: scale(1.025);}
img.img_transparent { transition: .5s; position:relative; height:auto; }
img.img_transparent:hover { transform: scale(1.025);}
html.msie .showForMSIE,html.safari .showForSafari { display: block;}
@media (max-width:479px) { .p, p { font-size: 16px; letter-spacing: -.014em; } .p.largest, p.largest { font-size: 25px; letter-spacing: -.02em; } .p.larger, p.larger { font-size: 23px; letter-spacing: -.019em; } .p.large, p.large { font-size: 19px; letter-spacing: -.011em; } .p.small, p.small { font-size: 14px; letter-spacing: -.011em; } .p.smaller, p.smaller { font-size: 12px; letter-spacing: -.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: -.014em; } .p.largest, p.largest { font-size: 26px; letter-spacing: -.02em; } .p.larger, p.larger { font-size: 25px; letter-spacing: -.019em; } .p.large, p.large { font-size: 20px; letter-spacing: -.011em; } .p.small, p.small { font-size: 15px; letter-spacing: -.011em; } .p.smaller, p.smaller { font-size: 13px; letter-spacing: -.006em; } .p.smallest, p.smallest { font-size: 11px; letter-spacing: 0; } .p.micro, p.micro { font-size: 10px; }}
