/* 
Project Name: Talesu Website Revamp
Client: Talesu Network
Author: Armin Subasic | atg_arma
Project ID: #5582231
*/

/*----------------------------------------------------------------------------- 
COLOR CODES
RED: #f73859
LIGHT GRAY / TEXT COLOR: #484848
SECTION: #f6f6f6
-----------------------------------------------------------------------------*/
:root {
    --main-color: #ca00dd;
}


/*----------------------------------------------------------------------------- 
DEFAULT Stuff
-----------------------------------------------------------------------------*/
* { /* Firexfox */
    -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
    box-sizing: border-box; /* IE */
}

::-moz-selection {
    background: black;
    color: white;
  }

::selection {
    background: black;
    color: white;
  }
  
::-moz-selection {
    color: black;
    color: white;
  }

::-webkit-scrollbar {
    width: 10px;
 }
 
 ::-webkit-scrollbar-track{
    background: #191a1d;
 }

 ::-webkit-scrollbar-thumb{
    background: #000;
 }
 
html,body
{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: proxima-nova,sans-serif;
    background-color: #000;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
}

a{
    text-decoration: none;
}

*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*----------------------------------------------------------------------------- 
NABVAR
-----------------------------------------------------------------------------*/
.navbar{
    display: none;
}

.navbar-mobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.navbar-mobile-items{
    display: none;
}

.menu-icon{
    width: 30px;
    height: 30px;
}

.navbar-logo{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tn-logo{
    margin-left: 220px;
}

.navbar-items{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 25px;
}

.active{
    background-color: #000;
}

.navbar-item{
    margin-right: 15px;
    padding: 8px 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.navbar-item:hover{
    margin-right: 15px;
    padding: 8px 20px;
    background-color: var(--main-color);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.navbar-item-active{
    margin-right: 15px;
    padding: 8px 20px;
    background-color: var(--main-color);
    transition: all 0.4s ease-in-out;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}
/*----------------------------------------------------------------------------- 
HERO
-----------------------------------------------------------------------------*/
.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url("../images/backgrounds/home/hero.webp");
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 95vh;
}

/*----------------------------------------------------------------------------- 
ABOUT
-----------------------------------------------------------------------------*/
.about{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 2em 2em;
}

.about-item{
    display: flex;
    flex-direction: column;
    background-image: none;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    padding: 0;
    justify-content: center;
    align-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 15px;
}

.about-item-2{
    display: flex;
    flex-direction: column;
    background-image: none;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom;
    padding: 0;
    margin-bottom: 30px;
    justify-content: center;
    align-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 15px;
    
}

.about-item-3{
    display: flex;
    flex-direction: column;
    background-image: none;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom;
    padding: 0;
    margin-bottom: 30px;
    justify-content: center;
    align-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 15px;
}

.about-item-4{
    display: flex;
    flex-direction: column;
    background-image: none;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom;
    padding: 0;
    margin-bottom: 30px;
    justify-content: center;
    align-content: center;
    align-content: center;
    text-align: center;
    padding-bottom: 15px;
}

.about-title{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    font-size: 28px!important;
    margin-bottom: 10px;
    text-align: center;
    padding: 0;
}

.about-msg{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    max-width: 100%;
    padding: 0;
}

.about-title-2{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    font-size: 28px!important;
    margin-bottom: 10px;
    text-align: center;
    padding: 0;
}

.about-msg-2{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

/*----------------------------------------------------------------------------- 
ABOUT
-----------------------------------------------------------------------------*/
.blog-posts{
    display: flex;
    flex-direction: column;
    background-color: #000;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 50px 15px 0 15px;
}

.blog-title{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    font-size: 28px!important;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}

.blog-post{
    display: flex;
    background-color: #181a1b;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.blog-image{
    max-width: 100%;
}

.blog-posts{
    text-align: center;
    align-items: center;
}

.blog-button{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 50px;
}

.blog-posts-grid{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    width: 80%;
}
/*----------------------------------------------------------------------------- 
ABOUT
-----------------------------------------------------------------------------*/
.staff{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #181a1b;
    padding: 50px;
}

.staff-item{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 15px;
    padding: 25px;

}

.staff-items{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
}

.staff-name{
    margin-top: 10px;
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    text-align: center;
    font-size: 1.3em;
}

.staff-rank{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    text-align: center;
}

.staff-reveal{
    display: flex;
    flex-direction: column;
}
/*----------------------------------------------------------------------------- 
ABOUT
-----------------------------------------------------------------------------*/
.discord{
    background-color: #181a1b;
    padding: 50px;
}

.discord-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.discord-title{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    font-size: 28px!important;
    margin-bottom: 10px;
    text-align: center;
}

.discord-msg{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
}

.discord-button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
}
/*----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
.footer{
    display: flex;
    flex-direction: column;
    background-color: #000;
    padding: 40px 20px;    
    justify-content: center;
    align-content: center;
    align-items: center;
}

.copyright-text{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    max-width: 100%;
    text-align: center;
    font-size: 0.7em;
    padding: 0;
}