{"version":3,"sources":["style.scss"],"names":[],"mappings":"AAKA;EAGE,kBAAkB;EAClB,iBAAiB;EACjB,mBAAmB;EACnB,mBAAmB;EACnB,yBAAyB;EACzB,cAPe;EASf,yBAAyB,EAAA;EAV3B;IAaI,UAAU,EAAA;EAbd;IAiBI,WAAW;IACX,qBAAqB;IACrB,QAAQ;IACR,SAAS;IACT,gBAAgB;IAChB,kBAAkB;IAClB,kCAAkC;IAClC,mCAAmC;IACnC,6BAxBa,EAAA;EADjB;;IA8BI,cA7Ba,EAAA;;AAqCjB;;;;;EAKE,uBAAuB;EACvB,yBAAyB;EACzB,wCAAqC,EAAA;;AAGvC;;EAEE,gBAAgB;EAChB,SAAS,EAAA;;AAOX;EAGI,sBAAsB,EAAA;EAH1B;IAMM,uBAAuB,EAAA;EAN7B;IAUM,qBAAqB;IACrB,2BAA2B,EAAA;;AAXjC;EAgBI,kBAAkB,EAAA;;AAhBtB;EAmBmB,qCAA6B;UAA7B,6BAA6B;EAAE,WAAW;EAAE,aAAa,EAAA;;AAnB5E;EAoBmB,qCAA6B;UAA7B,6BAA6B;EAAE,YAAY;EAAE,YAAY,EAAA;;AApB5E;EAqBmB,qCAA6B;UAA7B,6BAA6B;EAAE,UAAU;EAAE,aAAa,EAAA;;AArB3E;EAsBmB,qCAA6B;UAA7B,6BAA6B;EAAE,YAAY;EAAE,aAAa,EAAA;;AAtB7E;EAuBmB,qCAA6B;UAA7B,6BAA6B;EAAE,YAAY;EAAE,aAAa,EAAA;;AAvB7E;EAwBmB,qCAA6B;UAA7B,6BAA6B;EAAE,WAAW;EAAE,aAAa,EAAA;;AAxB5E;EAyBmB,qCAA6B;UAA7B,6BAA6B;EAAE,YAAY;EAAE,aAAa,EAAA;;AAzB7E;EA0BmB,qCAA6B;UAA7B,6BAA6B;EAAE,WAAW;EAAE,aAAa,EAAA;;AA1B5E;EA2BmB,qCAA6B;UAA7B,6BAA6B;EAAE,UAAU;EAAE,aAAa,EAAA;;AAI3E;EACE;IAAO,8CAA8C,EAAA;EACrD;IAAO,2CAA2C,EAAA;EAClD;IAAO,8CAA8C,EAAA,EAAA;;AAHvD;EACE;IAAO,8CAA8C,EAAA;EACrD;IAAO,2CAA2C,EAAA;EAClD;IAAO,8CAA8C,EAAA,EAAA;;AAOvD;EACE;;IAGI,aAAa,EAAA,EACd","file":"style.css","sourcesContent":["\n\n//----------------------------------------------------/\n// The block number above each block\n//----------------------------------------------------/\n.block-number {\n  $color: #191919;\n\n  text-align: center;\n  font-weight: bold;\n  font-size: 0.8125em;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: $color;\n  //opacity: 0.8;\n  transition: 0.3s ease-out;\n\n  &:hover {\n    opacity: 1;\n  }\n\n  &::after {\n    content: '';\n    display: inline-block;\n    width: 0;\n    height: 0;\n    margin-left: 6px;\n    margin-bottom: 2px;\n    border-left: 3px solid transparent;\n    border-right: 3px solid transparent;\n    border-top: 3px solid $color;\n  }\n\n  a:hover,\n  a:focus {\n    color: $color;\n  }\n}\n\n\n//----------------------------------------------------/\n// Make some change to components in demo\n//----------------------------------------------------/\n.demo-section .main-content .section,\n.demo-topbar .main-content .topbar,\n.demo-navbar .main-content .navbar,\n.demo-header .main-content .header,\n.demo-footer .main-content .footer {\n  margin: 30px 20px 100px;\n  border: 1px solid #f5f6f7;\n  box-shadow: 0 0 15px rgba(0,0,0,0.05);\n}\n\n.demo-topbar .main-content .topbar,\n.demo-navbar .main-content .navbar {\n  position: static;\n  margin: 0;\n}\n\n\n//----------------------------------------------------/\n// Index cover\n//----------------------------------------------------/\n.sample-blocks {\n\n  img {\n    border-radius: 0.25rem;\n\n    &.aos-animate {\n      opacity: 0.5 !important;\n    }\n\n    &:hover {\n      opacity: 1 !important;\n      transition: 0.7s !important;\n    }\n  }\n\n  a {\n    position: absolute;\n  }\n\n  a:nth-child(1) { animation: wobble 4s infinite; right: 15px; bottom: -20px; }\n  a:nth-child(2) { animation: wobble 8s infinite; right: 320px; bottom: 30px; }\n  a:nth-child(3) { animation: wobble 5s infinite; right: 0px; bottom: 190px; }\n  a:nth-child(4) { animation: wobble 6s infinite; right: 280px; bottom: 180px; }\n  a:nth-child(5) { animation: wobble 9s infinite; right: 270px; bottom: 320px; }\n  a:nth-child(6) { animation: wobble 7s infinite; right: 20px; bottom: 370px; }\n  a:nth-child(7) { animation: wobble 5s infinite; right: 200px; bottom: 470px; }\n  a:nth-child(8) { animation: wobble 8s infinite; right: 10px; bottom: 470px; }\n  a:nth-child(9) { animation: wobble 9s infinite; right: 0px; bottom: 570px; }\n\n}\n\n@keyframes wobble {\n  0%   { transform: rotate(-1deg) translate(-5px, -5px); }\n  50%  { transform: rotate(1deg) translate(5px, 5px); }\n  100% { transform: rotate(-1deg) translate(-5px, -5px); }\n}\n\n\n//----------------------------------------------------/\n// Footer responsive\n//----------------------------------------------------/\n@media (max-width: 400px) {\n  body > .footer {\n    .social a:last-child,\n    .nav a:last-child {\n      display: none;\n    }\n  }\n}\n\n"]}