/*
    Inretio one-page website style
    Copyright (c) 2025 Inretio, MB (inretio.net)
*/
body {
    background-color: #2b3642;
    margin-top: 8%;
    color: rgb(210, 224, 240);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    text-align: center !important;
}

h1 {
    font-size: 2.45em;
    font-weight: 700;
    color: rgb(210, 224, 240);
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    margin-top: 30px;
}

h2,
h3 {
    font-size: 1.2em;
    font-weight: 700;
    color: rgb(210, 224, 240);
    letter-spacing: -0.02em;
    margin: 30px 20px 30px 20px;
}

h3 {
    text-align: left !important;
}

p {
    text-align: left;
    text-justify: inter-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: normal;
}

code {
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";
    overflow-wrap: break-word;
    text-wrap-mode: wrap;
    white-space-collapse: break-spaces;
    background-color: rgb(19, 26, 33);
    tab-size: 4;
    border-radius: 5px;
    padding: 2px;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.info {
    color: #5594cf;
    fill: #5594cf;
}

.error {
    color: #c92127;
    fill: #c92127;
}

.warning {
    color: #ffcc33;
    fill: #ffcc33;
}

.success {
    color: #5aba47;
    fill: #5aba47;
}

.icon-large {
    height: 132px;
    width: 132px;
}

.description-text {
    color: rgb(210, 224, 240);
    letter-spacing: -0.01em;
    font-size: 1.25em;
    line-height: 20px;
    width: auto;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.footer {
    margin-top: 40px;
    font-size: 0.7em;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* .w3-ul.w3-hoverable li:hover{background-color:#ccc} */
.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.w3-ul li {
    padding: 4px 8px;
    font-size: 0.7em;
}

.w3-ul li:last-child {
    border-bottom: none
}

/* Content links with fancy hover effect */
a,
a:link,
a:visited,
a:active {
    /* text-decoration: underline; */
    text-decoration: none;
    background: linear-gradient(to bottom, #374351 0%, #374351 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    transition: background-size .4s;
    padding: 2px;
    border-radius: 2px;
    color: rgb(210, 224, 240);
}

a:hover {
    /* text-decoration: none; */
    text-decoration: none;
    background-size: 2px 50px;
    color: rgb(210, 224, 240);
}

div.screenshot img {
    width: 100%;
    height: auto;
    max-height: 543px;
    max-width: 1093px;
}
