/* Bahçelievler Korku Evi           */
/* Style made by berkealp           */
/* Author: https://www.berkealp.net */

/* Utility */
* {
    transition: all 0.4s ease-in-out;
}
ul {
    list-style: none;
}
body {
    background-color: #111;
    font-family: 'Work Sans', sans-serif;
}
header {
    height: 150px;
    background-color: #333;
}
.text-mwhite {
    color: #888 !important;
}


/* Navigation (Top) */
#nvMain {
    height: 150px;
}
#nvBrand {
    font-family: 'Eater', cursive;
}
.nav-icon {
    height: 70px;
    width: 70px;
    position: relative;
    font-size: 1.7rem;
}


/* Navigation (Bottom) */
#nvNavigation {
    display: block;
    background-color: #ddd;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 9999;
}
#nvNavigation ul {
    height: 50px;
    margin: 0;
    padding: 0;
}
#nvNavigation ul > li {
    height: 50px;
    background-color: #ddd;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
#nvNavigation ul > li > a {
    text-decoration: none;
    align-self: center;
    vertical-align: middle;
    line-height: 50px;
    height: 100%;
    width: 100%;
    color: black;
    font-weight: bold;
}
#nvNavigation ul > li:hover {
    background-color: #DC3545;
}
#nvNavigation ul > li:hover > a {
    color: white;
}

@media screen and (min-width: 992px) {
    .collapse.show {
        display: flex!important;
    }
}
.collapse.show {
    display: block;
}


/* Main content */
/* Intro */
#intro {
    height: calc(100vh - 200px);
    color: white;
    position: relative;
}
#intro > #bg {
    background: url("../media/maske.jpg");
    background-position: center;
    background-size: cover;
    filter: brightness(0.2);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.intro-btn {
    background-color: #dc3545;
    color: white;
    text-decoration: none;
    height: 35px;
    font-weight: bold;
    text-align: center;
    vertical-align: center;
    line-height: 35px;
    width: 100px;
}
.intro-btn:hover {
    background-color: #be2836;
    color: white;
}

/* Story */
#story {
    color: white;
}
#story > .bg {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../media/story-bg.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

/* Rules */
#rules {
    color: white;
}
#rules > .bg {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../media/maske.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    filter: brightness(0.1);
}
#rules hr {
    border-bottom: 1px solid white;
    width: 50%;
}

/* Props */
#props {
    color: white;
}
.red-line {
    height: 6px;
    width: 200px;
    background-color: #dc3545;
}
.props-box {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.props-box-icon {
    position: absolute;
    bottom: -10px;
    right: -5px;
    font-size: 2em;
}
.props-box > .title {
    color: #dc3545;
    font-weight: bold;
    font-size: 18pt;
    margin-bottom: 10px;
    border-bottom: 1px solid #dc3545;
}
.props-box:hover .props-box-icon {
    transform: rotateZ(-30deg);
}

/* Contact */
#contact {
    color: white;
}

/* Special */
#special {
    background-color: #313131;
    color: white;

}

/* Fixed buttons */
#wp-btn {
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 90px;
    left: 20px;
    background-color: #40C351;
    opacity: 0.5;
    color: white;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.3em;
}
#wp-btn:hover {
    opacity: 1;
}
#call-btn {
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 20px;
    left: 20px;
    background-color: lawngreen;
    opacity: 0.5;
    color: white;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.3em;
}
#call-btn:hover {
    opacity: 1;
}
#scr-top {
    position: fixed;
    height: 50px;
    width: 50px;
    bottom: 20px;
    right: 20px;
    background-color: gray;
    opacity: 0.5;
    color: white;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.3em;
}
#scr-top:hover {
    opacity: 1;
}


/* Footer */
footer {
    width: 100%;
    height: 50px;
    clear: both;
    background-color: #1c1f23;
    color: #bbb;
    display:flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    line-height: 50px;
}
footer .footer-link {
    color: white;
}
footer .footer-link:hover {
    color: white;
}