

.centered-layout {
    margin: auto;
    padding: 0 10px;
    max-width: 700px;
    /*text-align: center;*/
}

.scaled {
    max-width: 100%;
    
}

nav.naven ul li {
    padding-left: 0.7em;
    padding-right: 0.7em;
}

.button {
    background: #880000;
    color: white;
    padding: 10px 15px 10px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
}

.lang {
    font-size: 0.8em;
    color: black;
}

.lang::before {
  content: "\00a0\00a0";
}

.red {
    color: red;
}

.sriti {
    font-style: italic;
    font-size: 1.6em;
}

.home {
    color: #475ba1; !important;
}

.athome {
    color: #880000; !important;
}

.artpiece {
    padding-left: 0px;
    hyphens: auto;
}

.poem {
    padding-top: 20px;
    padding-bottom: 20px;
}

.spacer {
    height: 10px;
}



.idea {
    color: #008800;
}

.reality {
    color: #0066aa;
}

.strong {
    font-weight: bold;
}

.highlight {
    font-weight: bold;
    font-style: italic;
}

.soon {
    font-weight: normal;
    font-size: 4em;
    margin-bottom: 0.5em;
}

.explain {
    font-style: italic;
    padding-top: 20px;
}

body {
    font-family: 'Arial Nova', Arial, sans-serif;
    font-style: normal;
    font-size: 18px;

}

a {
    color: black;
}

h1 {
    padding-top: 0.5em;
}


model-viewer {
    width: 100%;
    height: 700px;

}





header nav {
    position: fixed;
    max-width: 700px;
    width: 100%;
    background-color: white;
    z-index: 99;
    top: 0px;
    padding-bottom: 5px;
}

header nav a {
    color: #858585;
    text-decoration: none;
}

header nav a:hover {
    color: black;
}

header nav ul {
    padding: inherit;
}

header nav ul li {
    display: block;
    transition-duration: 0.5s;
    float: left;
    position: relative;

    /*background-color: white;*/
    padding-top: 10px;

    list-style-type: none;
    font-size: 18px;
    font-weight: 600;
    padding: 5px;


}

.act {
    color: #880000;
}

header nav ul li.act a {
    color: #880000;
}

header nav ul li {
    border-bottom: 3px solid white;
}

header nav ul li.active {
    border-bottom: 3px solid #880000;
}

header nav ul li:hover {
    cursor: pointer;
    color: black;
}

.main {
    padding-top: 60px;
}

@media (max-width: 610px) {
    .main {
        padding-top: 90px;
    }

    .sriti {
        width: 300px;
    }
}

footer {
    background-color: #aaaaaa;
    color: white;
    padding: 5px 50px 20px 20px;
    margin-top: 30px;
}

ul li {
    font-weight: bold;
}
