@font-face {
    font-family: monument;
    src: url(Monument.ttf);
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #1d3752;
    color: rgb(255, 255, 255);
}

.menu_logo{
    display: block;
    padding-top: 40px;
    position: relative;
}

.menu_logo img{
    width: 350px;
    height: 100px;
    text-align: center;
    align-items: center;
    display: block;
    position: relative;
}

.albumcovercontent {
    width: 70%;
    margin: 100px auto;
    /* border: 1px solid #5c5c5c; color: #fff;*/
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.project__container-title h1{
    color: #fff;
    font-family:"monument", sans-serif;
    font-size: 6.1vw;
    text-transform: uppercase;
}

.project__container-subtitle {
    margin: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.project-overview{
    padding-top: 50px;
    padding-bottom: 50px;
}

.project-overview p{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.project-unique{
    padding-top: 10px;
    padding-bottom: 70px;
}

.project-unique p{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.container-cover1 {  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas:
      "covera covera coverb"
      "covera covera coverb"
      "covera covera coverc";
    padding-bottom: 50px;
}

.coverb { grid-area: coverb; }

.coverb img{
    width: 450px;
    height: 400px;
}
  
.coverc { grid-area: coverc; }

.coverc img{
    width: 450px;
    height: 200px;
}

.covera { grid-area: covera; }

.covera img{
    width: 770px;
    height: 873px;
}

.container-cover2 {  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    grid-template-areas:
      "covere coverd coverd"
      "covere coverd coverd"
      "coverf coverd coverd";
}
  
.coverd { grid-area: coverd; }

.coverd img{
    width: 770px;
    height: 873px;
  }
  
.covere { grid-area: covere; }

.covere img{
    width: 450px;
    height: 400px;
}
  
.coverf { grid-area: coverf; }

.coverf img{
    width: 450px;
    height: 200px;
}

.pagination a {
    color: rgb(255, 255, 255);
    float: center;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    font-family:"monument", sans-serif;
    font-size: 5vw;
}
  
.pagination a.active {
    background-color: dodgerblue;
    color: white;
}
  
.pagination a:hover:not(.active) {color:#2980b9;
}

footer a{
    text-decoration: none;
}

.anime-js-title .letter {
    display: inline-block;
    line-height: 1em;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #5260e6; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    font-family: "monument", sans-serif;
}
  
#myBtn:hover {
    background-color: #7da7d9; /* Add a dark-grey background on hover */
}

.btn {
    background-color: transparent;
    border: 2px solid ;
    border-color: #f2f2f2;
    color: white;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 13px;
    text-align: center; 
    font-family:"monument", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: inline;
    margin-bottom: 50px;
  }
  
  
  .btn a{
    text-decoration: none;
  }
  
  /* Darker background on mouse-over */
  .btn:hover {
    background-color: #2980b9;
  }

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #00000000;
    border-radius: 10px;
}