@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,700");#loader{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);text-align:center}#loader ul.loader-lines{position:relative;width:90px;height:65px;margin:auto;padding:0;list-style:none}#loader ul.loader-lines li{position:absolute;bottom:0;width:2px;height:0;background-color:#C4D7ED}#loader ul.loader-lines li:nth-child(1){left:0;animation:sequence1 1s ease infinite 0}#loader ul.loader-lines li:nth-child(2){left:15px;animation:sequence2 1s ease infinite 0.1s}#loader ul.loader-lines li:nth-child(3){left:30px;animation:sequence1 1s ease-in-out infinite 0.2s}#loader ul.loader-lines li:nth-child(4){left:45px;animation:sequence2 1s ease-in infinite 0.3s}#loader ul.loader-lines li:nth-child(5){left:60px;animation:sequence1 1s ease-in-out infinite 0.4s}#loader ul.loader-lines li:nth-child(6){left:75px;animation:sequence2 1s ease infinite 0.5s}@keyframes sequence1{0%{height:10px}50%{height:50px}100%{height:10px}}@keyframes sequence2{0%{height:20px}50%{height:65px}100%{height:20px}}*{margin:0px;padding:0px;font-family:'Quicksand', sans-serif;box-sizing:border-box}html,body{background-color:#183152;height:100%}h1,h2,h3,h4,h5,h6{font-weight:normal;margin:0px}h1{font-size:25px;font-weight:300;color:#ABC8E2;margin-bottom:5px}h2{font-size:20px;font-weight:300;color:#ABC8E2;margin-bottom:10px}p{font-size:16px;line-height:22px;color:#C4D7ED;margin-bottom:10px}a{text-decoration:none;outline:none;color:#E1E6FA}.page{display:none}.page .page-content{position:absolute;top:50%;left:50%;width:100%;padding:0 50px;transform:translate(-50%, -50%)}.page .page-content a{text-decoration:underline}.close{position:fixed;top:10px;right:10px}.color-bar{position:fixed;top:0px;left:0px;width:100%}.color-bar div{float:left;width:calc(100% / 5);height:5px}.color-bar div:nth-child(1){background-color:#E1E6FA}.color-bar div:nth-child(2){background-color:#C4D7ED}.color-bar div:nth-child(3){background-color:#ABC8E2}.color-bar div:nth-child(4){background-color:#375D81}.color-bar div:nth-child(5){background-color:#183152}.home .page-content{text-align:center}.home .page-content h1 a{color:#ABC8E2;text-decoration:none}.home .page-content .navi{list-style:none}.home .page-content .navi li{display:inline-block;margin:0 3px}.home .page-content .navi li a{text-decoration:none}
