﻿body .jumbotron.home{font-family:'Open Sans',sans-serif;font-weight:300;font-size:18px;position:fixed;top:0;left:0;right:0;height:100vh;padding:calc(6vh + 60px) 6vw 6vh 6vw;margin:0;background:url(https://felicity.tools/images/city.jpg) no-repeat center;background-size:cover;display:flex;align-items:stretch;justify-content:center;color:#fff;border-radius:0;}body .jumbotron.home h1{text-align:center;font-weight:300;font-size:28px;margin-bottom:.6em;}body .jumbotron.home .overlay{width:100%;max-width:80vw;background:rgba(87,135,80,.3);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}body .jumbotron.home .overlay>div{width:80%;text-align:center;}body .jumbotron.home .overlay>div .edition-logo{max-height:150px;margin-bottom:20px;}body .jumbotron.home .overlay>div hr{height:3px;width:50px;margin:30px auto;font-size:0;border:0;color:#fff;background:#fff;}body .jumbotron.home .overlay>div .btn{color:#fff;margin:0 auto;padding:.6em 3em;height:auto;border:solid 2px #fff;border-radius:0;text-transform:uppercase;font-weight:bold;max-width:80%;white-space:normal;background:rgba(255,255,255,.2);}body .jumbotron.home .overlay>div .btn:hover{background:#fff;color:#2e5250;}@media(max-width:576px){body .jumbotron.home .overlay>div .btn{padding:.6em 1em;}}body .jumbotron.home .marquee-3d{font-size:2.3rem;width:100%;height:1em;perspective:400px;}@media(max-width:992px){body .jumbotron.home .marquee-3d{font-size:1.6rem;}}@media(max-width:576px){body .jumbotron.home .marquee-3d{font-size:1.2rem;}}@media(max-width:360px){body .jumbotron.home .marquee-3d{font-size:.8rem;}}body .jumbotron.home .marquee-3d ul{height:1em;list-style:none;padding:0;margin:0;position:relative;transform:rotateX(0deg);transform-style:preserve-3d;transform-origin:0 .5em -.288675em;animation-name:rotate_animation;animation-duration:12s;animation-delay:0s;animation-iteration-count:infinite;}body .jumbotron.home .marquee-3d li{position:absolute;background:transparent;width:100%;height:1em;padding:0;line-height:1em;font-size:1em;text-align:center;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;text-transform:uppercase;}body .jumbotron.home .marquee-3d li:first-child{transform:rotateX(120deg) translateY(-1em);transform-origin:top;}body .jumbotron.home .marquee-3d li:last-child{transform:rotateX(-120deg) translateY(1em);transform-origin:bottom;}@keyframes rotate_animation{0%{transform:rotateX(0deg);}5.5555%{transform:rotateX(120deg);}33.3333%{transform:rotateX(120deg);}38.8888%{transform:rotateX(240deg);}66.6666%{transform:rotateX(240deg);}72.2222%{transform:rotateX(360deg);}100%{transform:rotateX(360deg);}}