@charset "UTF-8";

          @import url("https://fonts.googleapis.com/css?family=Oswald");
          html, body {
            height: 100%;
            font-family: "Oswald", "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
          }

          body {
            position: relative;
            background: #f2f2f2;
          }
          body .title-wrapper {
            border-left: 0.2rem solid #fe0000;
            padding: 0rem 0 0rem 0.8rem;
            margin-left: -1rem;
          }
          body .separator {
            width: 50px;
            height: 1px;
            background: rgba(0, 0, 0, 0.5);
            margin: 1.4rem 0;
          }
          body .highlighted {
            color: #fe0000;
          }
          body .justified {
            text-align: justify;
          }
          body a, body a:visited {
            color: #fe0000;
            outline: none;
            transition: 300ms;
          }
          body a:hover, body a:visited:hover {
            text-decoration: none;
            color: #000000;
          }
          body .show {
            opacity: 1 !important;
          }
          body .section {
            opacity: 0;
            transition: opacity 1.5s;
          }

          /** Navbar **/
          #navbar {
            transition: 300ms;
          }
          #navbar.bg-black {
            background: rgba(0, 0, 0, 0.8) !important;
          }

          /** Home Section **/
          #home {
            background: url(./header.jpg);
            background-size: cover;
            background-position: left;
            background-attachment: fixed;
            -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 50% 100%, 0% 100%);
                    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 50% 100%, 0% 100%);
            opacity: 1 !important;
            z-index: -1;
          }
          #home .title {
            color: #fef;
            line-height: 1rem;
            text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          }
          #home .title h1 {
            font-size: 5rem;
            font-weight: bold;
          }
          #home .title p {
            color: #eee;
            font-size: 1.4rem;
          }

          /** Intro Section **/
          #main #tribute-info {
            font-size: 1.4rem;
            text-align: justify;
          }
          #main figure {
            background: #ffffff;
            padding: 2rem 2rem 1.5rem 2rem;
          }
          #main figure img {
            display: block;
            width: 100%;
            max-width: 1024px;
            height: auto;
            padding-bottom: 0.5rem;
            transform: rotate(-1deg) scale(1.03);
            filter: grayscale(100%);
            transition: 300ms;
          }
          #main figure img:hover {
            filter: grayscale(10%);
            transform: rotate(0deg);
          }
          #main figure figcaption {
            text-align: right;
          }
          #main a, #main a:visited {
            color: #fe0000;
            outline: none;
            padding-left: -0.3rem;
            transition: 300ms;
          }
          #main a:hover, #main a:visited:hover {
            text-decoration: none;
            border-left: 0.3rem solid #fe0000;
            padding-left: 0.3rem;
            color: #000000;
          }

          /** Bio Section **/
          #bio {
            background: #ffffff;
            font-size: 1.2rem;
          }
          #bio p {
            text-align: justify;
          }

          /** Book section **/
          #book {
            background: #1a1a1a;
            background: radial-gradient(ellipse at left, #4d4d4d 0%, #000000 100%);
            font-size: 1.2rem;
            text-align: justify;
            color: #ffffff;
          }
          #book .list-group-item {
            background: transparent;
            padding-left: 0;
          }
          #book #book-poster {
            height: 80%;
            text-align: center;
          }
          #book img {
            height: 100% !important;
            border: 1rem solid #ffffff;
            filter: grayscale(100%);
            transform: rotate(-2deg);
            transition: 300ms;
          }
          #book img:hover {
            filter: grayscale(0%);
            transform: rotate(0deg) scale(1.01);
          }
          #book a:hover {
            color: #ffffff;
          }
          #book .separator {
            background: #ffffff;
            height: 1px;
          }

          /** Quotes section **/
          #quotes {
            background: url(./bernadete_portraid.jpg);
            background-size: cover;
            background-position: top;
            background-attachment: fixed;
            -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 50% 100%, 0% 100%);
                    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 50% 100%, 0% 100%);
            z-index: -1;
          }
          #quotes .quote-box {
            border-left: 0.3rem solid #fe0000;
            background: #ffffff;
            padding: 3rem 3rem 1rem 3rem;
          }
          #quotes .carousel-control-prev, #quotes .carousel-control-next {
            color: #000000 !important;
          }

          /** Credits **/
          #credits {
            font-size: 1.4rem;
            background: transparent;
            background: repeating-linear-gradient(90deg, #fcfcfc, #fcfcfc 10px, #fafafa 10px, #fafafa 20px);
          }
          #credits small {
            font-size: 1rem;
            font-style: italic;
            color: #666666;
          }

          /** Preloader **/
          #preloader {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000000;
            z-index: 9999;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 1;
            transition: opacity 500ms;
          }
          #preloader p {
            font-size: 2rem;
            color: #ffffff;
            text-align: center;
            padding: 3rem;
            -webkit-animation: blink 0.8s ease infinite;
                    animation: blink 0.8s ease infinite;
          }
          @-webkit-keyframes blink {
            0% {
              opacity: 1;
            }
            50% {
              opacity: 0;
            }
            100% {
              opacity: 1;
            }
          }
          @keyframes blink {
            0% {
              opacity: 1;
            }
            50% {
              opacity: 0;
            }
            100% {
              opacity: 1;
            }
          }

          /** Media Queries **/
          @media only screen and (max-device-width: 1366px) {
            #home, #quotes {
              background-attachment: scroll;
            }
          }
          @media only screen and (max-width: 990px) {
            .section:not(#home):not(#quotes):not(#credits) {
              height: auto !important;
            }

            #book img {
              height: auto !important;
              width: 100% !important;
            }
            #book .book-card {
              padding-top: 3rem;
            }
          }
          @media only screen and (max-width: 700px) {
            #main .main-desc {
              padding: 0 !important;
            }

            #book .book-synopsis {
              padding-right: 0 !important;
            }
          }
          @media only screen and (max-height: 700px) {
            .section:not(#home):not(#credits) {
              height: auto !important;
            }

            #book .row {
              flex-direction: column;
            }
            #book .row div {
              width: 100% !important;
              max-width: none;
            }
            #book .row .book-card {
              margin-top: 5rem !important;
            }
          }