@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&family=Noto+Serif+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antic+Slab&family=Noto+Serif&family=Noto+Serif+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* html { 
    background: url(./images/mount-2.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  } */

html,body{
    /* background-color: #333333 */
    position: absolute;
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    color: #EEBD55;
    background-color: rgb(17, 17, 17);

    

}

/* body {
    margin: 0;
    min-height: 100%;
    
} */

body p,ul,h1{
    margin: 0;
    padding: 0;
}

body ul{
    list-style-type: none;
}


.outside-container{
    margin:0;
    padding: 0;
    height: auto;
    width: 100%;
    /* max-width: 2500px; */
    /* background-color: darkkhaki; */
    background-color: rgb(17, 17, 17);

}

.container{
    /* margin-left: 10em;
    margin-right:10em; */
    margin:0 auto;
    padding: 0;
    height: auto;
    width: 100%;
    max-width: 1920px;
    background-color: rgb(17, 17, 17);
    text-align: center;
}



.nav-bar-container{
    /* margin-top: 2em; */
    padding: 2em 0em;
    /* background-color: white; */
    display: flex;
    justify-content: center;
}




nav{
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}
    


nav ul{
    display: flex;
    /* justify-content: space-between; */
    /* padding: 5em; */
    /* background-color: azure; */
    margin-right: 5%;
    
}

.nav-bar-container ul li {
    /* background-color: brown; */
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.2em;
    font-weight: 300;

}

.nav-bar-container a{
    text-decoration: none;
    color: #EEBD55;
}



.current-tab{
    color: #EEBD55;
    padding-bottom: 10px;
    border-bottom: 2px solid #EEBD55;
}


.title{
    display: inline-block;
    font-size: 3.5em;
    padding-top: 5%;
    padding-bottom: 10px;
    border-bottom: 2px solid #EEBD55;
    font-weight: 300;


}

.logo-container{
    margin-top: 10vh;
}

.perseus-logo{
    min-width: 50px;
    height: auto;
}

.flex-centr{
    display: flex;
    justify-content: center;
}

.text-cont{
    height: auto;
    width: 100%;
    max-width: 1000px;
    

}

.perseus{
    font-size: 1.5em;
    font-weight: 400;
}

.contact{
    padding-top: 7%;
    line-height: 40px;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
}



a{
    text-decoration: none;
    color: #dbdbdb;
}




.footer ul{
    display: flex;
    justify-content: space-around;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0.5%;
}

.footer{
    
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color: black; */
    text-align: center;
    padding-top: 0.8%;
    padding-bottom: 1.1%;
    font-size: 1em;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    position: fixed;
}

.footer hr{
    width: 4%;
    
    height: 2px;
    color: #EEBD55;
    background-color: #EEBD55;
    border: none;
}

.footer a{
    text-decoration: none;
    color: #EEBD55;
}

.some-space{
    height: 10%;
    width: 100%;
    color: aqua;
}