body {
    background-image: url('bg.jpg');
    background-color: #1D1C17;
    background-size: 1280px;
    background-position-x: center;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
}

@font-face {
    font-family: Cinzel;
    src: url(fonts/Cinzel-Regular.otf);
    font-weight: bold;
  }

.content {
    margin-top: 550px;
}

.page-footer {
    background: #21201A;
}

nav {
    background: #444236;
}

.content-body {

}

.content-main {
    background-color: white;

}

.content-aside {
    background-color: #F7F7F7;
    padding-bottom: 200px;
}

.aside-element:before {
    content: "» ";
}

.menu ul {
    margin-top: 0px;
    font-size: 12px;
}

.menu {
    padding-bottom: 10px;
}

.menu h6 {
    font-family: Cinzel;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.part {
    text-align: justify;
}

article {
    padding-bottom: 20px;
}

article h5 {
    font-family: Cinzel;
}

.brand-logo {
    left: 20px;
    font-family: Cinzel;
}

article .date {
    padding: 0px;
    margin: 0px;
    text-align: right;
    font-size: 10px;
}

.container-wider {
    width: 80%;
    margin-top: 40px;
}

.container-aside {
    margin-bottom: 20px;
}

#mobile-demo {
    background: #444236;
}


#particles-js{
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 800px;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -2;
}


#navbar-mobile .active {
    background-color: #911C17;
}

#nav-mobile a:hover {
    background-color: #911C17;
}

.eye-catch {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.logo {
    position: relative;
    left: -400px;
    top: 66px;
}

.social {
    position: relative;
    top: 15px;
    left: 180px;
}

.social li {
    display: inline;
    margin-right: 5px;
}

h3 {
    font-family: Cinzel;
    font-size: 18px;
}

  .nickname-input {
    font-size: 1.8rem;
    height: 3.8rem;
  }

  label[for="nickname"] {
    font-size: 1.4rem;
  }

  .btn-large {
    font-size: 1.4rem;
    padding: 0 2.5rem;
  }
  
  