/* https://web.dev/articles/min-max-clamp */
/* https://www.styleneat.com/*/

/* clamp(1rem, 0.2vw + 0.95rem, 1.19rem); 
clamp(1.25rem, 1.95vw , 1.75rem); 
clamp(1.25rem, 2.25vw , 2.25rem); }
*/

#ct_HELP {
    bottom: 50vh;
    display: table;
    height: 3.5rem;
    position: fixed;
    right: 3rem;
    width: 3.5rem;
}

#ct_HELP img {
    height: auto;
}

#EMAIL_approach {
    background: #F0E2C9;
    border: 4px solid brown;
    border-radius: 1rem;
    max-width: 30rem;
}

#hope {
    background: pink;
    clear: both;
    display: inline-table;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.5rem);
    font-weight: 500;
    line-height: 1.5rem;
    margin: auto;
    padding: 0.5rem 0;
    position: relative;
    text-align: center;
}

#TEXTER {
    background: pink;
    max-width: 40%;
    text-align: justify;
}

#theme {
    font-weight: 500;
    text-transform: lowercase;
}

.article {
    font-size: clamp(2em, 4vw, 3.2em);
    max-width: 80%;
    margin: auto;
}

.back-to-top {
    border: none;
    bottom: 2rem;
    clear: both;
    cursor: pointer;
    opacity: 100%;
    position: fixed;
    right: 0.25rem;
    transition: opacity 0.5s;
}

.back-to-top img {
    border: none;
    cursor: pointer;
    height: 2rem;
    opacity: 100%;
    transition: opacity 0.5s;
    width: 2rem;
}

.bold {
    font-weight: 600;
}

.box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
}

.box div {
    max-width: 80%;
    background: inherit;
}

.box div div {
    max-width: 80%;
    border: 2px solid rgb(96 139 168);
    background: purple;
}

.center {
    display: table;
    margin: auto;
    text-align: center;
}

.check {
    font-size: clamp(2em, 2vw, 2.2em);
    max-width: 80%;
    margin: auto;
}

.clearfix:after {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.cruz {
    font-size: 1.5rem;
    color: #2B6700;
    font-weight: 600;
}

.fridge {
    position: relative;
    bottom: 1rem;
}

.hidden {
    display: none;
}

.main_pic {
    border-radius: 1rem;
    box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.44);
    clear: both;
    display: table;
    float: left;
    margin: 1rem;
    margin: auto;
    padding-bottom: 2rem;
    width: 20%;
}

.main_pic img {
    border-radius: 1rem;
    display: block;
    height: auto;
    margin: auto;
    padding: 0;
}

.norm {
    background: inherit;
    color: inherit;
    font-size: 1px;
    font-weight: inherit;
}

.wrap {
    background: url(images/aveskulov-stub.webp);
    border: none;
    border-radius: 1rem;
    float: left;
    height: auto;
    margin: 0rem 2.0rem 1rem 0;
    padding: 0;
    width: 100%;
}

.wrap a img {
    border-radius: 1rem;
    display: block;
    width: 100%;
}

::selection {
    background: #add8e6;
    color: darkblue;
}

a:link {
    color: blue;
    font-weight: 600;
    text-decoration: none;
}

a:link:hover {
    color: green;
}

.playground {
    display: table;
    margin-bottom: 2rem;
    margin: auto
}

.floated {
    float: left;
    display: inline-table;
}


article p a:link,
article p a {
    border: none;
    color: black;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    word-wrap: break-word;
    z-index: 10;
}

article p a:link:hover,
article p a:hover {
    color: green;
}

article p {
    color: var(--fs-fg);
    margin: auto;
    margin-bottom: 1rem;
    max-width: 70ch;
    padding-bottom: 0;
    text-align: justify;
    z-index: 5;
    font-size: clamp(1rem, calc(0.75vw + 1rem), 1.5rem);
    line-height: clamp(1.5rem, 0.9vw + 1.73rem, 1.75rem);
}

article {
    border: none;
    border-radius: 1rem;
    color: darkblue;
    letter-spacing: 1px;
    margin: auto;
    margin-bottom: 1.50rem;
    padding: 0;
    z-index: 99;
}


article:after {
    clear: both;
}

b {
    color: #3F00FF;
}

body {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background: #E0B381;
    margin: auto;
    box-sizing: border-box;
    color: #026873;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 500;
    hyphens: auto;
    margin-top: 0;
    overflow-x: hidden;
    max-width: 80%;
    padding-bottom: 20px;
    padding-top: 0rem;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }

    div #logoVA:hover {
        color: #800000;
    }
}

div #theme {
    font-size: 75%;
}

div#logoVA {
    cursor: grab;
    display: table;
    font-weight: 500;
    margin: 1rem auto;
    padding: 1rem 2rem;
    position: relative;
    text-align: center;
    color: #097969;
    font-size: clamp(1.25rem, 3vw, 2.0rem);
    background: inherit;
    border: none;
    border-radius: 1rem;
    color: var(--fs-logoFG);
    line-height: clamp(1.75rem, 3.5vw, 2.75rem);
    margin: auto;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    outline: 0;
    padding: 1rem 3rem;
    width: auto;
}

img {
    filter: brightness(1.0);
}
