/* aita.css */

html {
    font-size: 15px;
}
body {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.pkp_structure_main h1 {
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* TOC */

.is-article-title {
    font-weight: 700!important;
    margin-bottom: 0!important;
}

.is-author {
}

.is-date-published {
    text-transform: uppercase!important;
    font-size: 0.5rem!important;
    color: #7a7a7a!important;
}

.is-small {
    font-size: .9em;
}

.is-my-image {
    box-shadow: 0 2px 3px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
    /*width: 300px;*/
}

.box-hover:hover {
    background-color:#3273dc;
}

.box-hover:hover p {
    color:#fff;
}

/* COLORS */
.is-my-color {
    color: #ff0000;
}

.is-bak-first-color {
    color: #00A5B5;
}

.is-bak-second-color {
    color: #FF5100;
}

.is-bak-third-color {
    color: #76777A;
}

.has-background-my-color {
    background-color: #ff0000;
}

.has-background-bak-first-color {
    background-color: #00A5B5;
}

.has-background-bak-second-color {
    background-color: #FF5100;
}

.has-background-bak-third-color {
    background-color: #76777A;
}

.box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);
    display: block;
    padding: 20px;
}
