@import url('https://fonts.googleapis.com/css2?family=Kurale&family=Pirata+One&family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&display=swap');

:root {
    --lw-red: #f60000;
}

::selection {
    background: rgba(255,100,100,0.5);
}

::-moz-selection {
    background: rgba(255,100,100,0.5);
}

.lw-preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

body {
    font-family: 'Kurale', serif;
    font-size: 13pt;
    background: #1f1d1f;
    color: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Special Elite', monospace;
    color: var(--lw-red);
}

a {
    color: Skyblue;
}

a:hover {
    color: Deepskyblue;
}

tt, pre, code {
    font-family: 'Nanum Gothic Coding', monospace;
}

hr {
    width: 100%;
    height: 3px;
    border: none;
    background: rgba(255,255,255,0.2);
}

#lw-image-viewer {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 100000;
    background: rgba(0,0,0,0.75);
}

#lw-image-viewer .inner {
    display: block;
    position: fixed;
    top: 1em;
    left: 1em;
    width: calc(100vw - 2em);
    height: calc(100vh - 2em);
    padding: 1em;
    z-index: 100001;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn .feather {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-top: -0.25em;
    vertical-align: middle;
}

.navbar-dark.bg-dark {
    background: #1f1d1f !important;
    border-bottom: 4px solid rgb(15,15,15);
    box-shadow: 0px 0px 2em rgba(0,0,0,0.5);
}

.lw-logo {
    display: inline-block;
    vertical-align: middle;
    height: 1.8em;
    opacity: 0.7;
    
    animation-name: lw-moon;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.lw-social {
    display: inline-block;
    vertical-align: middle;
    height: 1.6em;
    opacity: 0.75;
}

.lw-social:hover {
    opacity: 1.0;
}

.lw-header {
    display: block;
    position: relative;
    width: 100vw;
    height: 200px;
    margin-bottom: 3em;
    background-image: url('../assets/background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-bottom: 4px solid rgb(15,15,15);
    box-shadow: inset 0px 0px 2em Black;
}

.lw-header .lw-header-title {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
}

.lw-featured-title {
    padding-bottom: 0.5em;
    background-image: url('../assets/feature_line_red.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: -15px bottom;
}

.lw-featured-image {
    width: 90%;
    max-width: 400px;
    border: 0.6em solid #ffffff;
    cursor: pointer;
}

.lw-featured-image.left {
    transform: rotate(-2deg);
}

.lw-featured-image.right {
    transform: rotate(2deg);
}

.lw-margin-top {
    margin-top: 3em;
}


.lw-pricing {
    margin-bottom: 2em;
    padding-top: 0.5em;
    border-top: 0.15em solid rgba(255,255,255,0.2);
}

.lw-pricing .feather {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin-top: -0.3em;
    margin-right: 0.5em;
    color: var(--lw-red);
}

.lw-price {
    font-weight: bold;
    font-size: 1.5em;
}


.lw-featured-link {
    transition: ease-in-out .2s background-color;
    background: rgba(255,255,255,0.1);
    border-radius: 0.5em;
    margin: 0.3em 0 0.3em 0;
    padding: 0.5em 0 0.5em 0;
    cursor: pointer;
}

.lw-featured-link:hover {
    background: rgba(255,255,255,0.15);
}

.lw-social-icon {
    text-align: center;
}

.lw-social-icon img {
    width: 100%;
    max-width: 64px;
}

.lw-featured-link b {
    font-family: 'Special Elite', monospace;
    font-size: 14pt;
    font-weight: normal;
}

.lw-hidden {
    display: none;
}



.btn-lw {
    background: rgba(255,255,255,0.1);
    color: #ffffff;
}

.btn-lw:hover {
    background: rgba(255,255,255,0.15);
    color: #ffffff;
}

.lw-bg {
    background: rgba(255,255,255,0.1);
    border-radius: 0.5em;
}

@media screen and (max-width: 992px) {
    .lw-featured-image {
        margin: 1em 0 1em 0;
    }
    .lw-social-media .nav-link .lw-hidden {
        display: inline-block;
    }
    .lw-featured-image.left, .lw-featured-image.right {
        transform: rotate(0deg);
    }
    .lw-social-icon {
        padding: 0.5em 0 0.5em 0;
    }
    .lw-social-text {
        text-align: center;
    }
    .lw-bp-center {
        text-align: center !important;
    }
    .lw-pricing {
        padding-top: 1em;
    }
    .lw-price {
        margin-top: 1em;
    }
    .text-justify h1, .text-justify h2, .text-justify h3, .text-justify h4 {
        text-align: left;
    }
    ul, ol, li {
        padding-left: 0 !important;
        margin-left: 0.6em !important;
    }
}

@keyframes lw-moon {
    0% {
        opacity: 0.7;
        transform: scale(1.0) rotate(0deg);
    }
    50% {
        opacity: 1.0;
        transform: scale(1.0) rotate(-25deg);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.0) rotate(0deg);
    }
}
