
* 
{
    font-family: 'Helvetica Neue', sans-serif; 
/*    scroll-behavior: smooth;*/

}


body {
    background-image: url("pattern1.jpg");
    color: lightgray;
}

#dynamiccontent
{
    opacity: 1;
    transition: opacity 1s;

    /*filter: blur(0px);*/
}

#doctittle
{
    display: none;
}

#impimp
{
    text-align: right;
    float: right;
    color: gray;
    text-decoration: none;
}

img.domainsymbol
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    /*opacity: 0.2;*/
    z-index: -1;
    animation:spin 950s linear infinite;
    /*color: brown;*/
    /*background-image: url(/res/leafbackround.svg);*/
    /*background-color: red;*/
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

img.galleriesBottomBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    animation: growtree 20s ease-in-out forwards;
    z-index: -1;
}
@keyframes growtree {
    to {
        transform: scale(2.5) translateY(-27%);
    }
}

.hidden
{
    visibility: hidden;
    display: none;
}

.itemdisplay h1
{
    text-align: center;
    margin-bottom: 7vh;
    background-color: rgba(255,0,0,0.3);
    text-shadow: 2pt 2pt 5pt black;
    font-size: 2em;
}

.itemdisplay > img
{
    margin: 0.4vw;;
    border: 0.4vw solid black;
    max-width: calc(32% - 0.6vw - 0.4vw);
    margin-bottom: 2.5vw;
    margin-right: 8vw;
    margin-left: 4vw;
    filter: drop-shadow(0 3vw 1vw black);

    float: right;
}

.itemdisplay > div
{
    text-align: justify;
    /*display: inline;*/
    /*float: left;*/
    margin-left: 12vw;
    margin-top: calc(3vw);

    /*border: red solid 2pt;*/
    font-size: calc(1.5em);
    text-shadow: 2pt 2pt 2pt black;
}

.itemdisplay > div > p
{
    /*margin-top: 50pt;*/
}

.itemdisplay > footer > small
{
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 5pt;
    margin-left: 5pt;
    text-shadow: 2pt 2pt 10pt black;
}

.itemdisplay > footer > small> a
{
    color: snow !important;
}

.itemdisplay > footer > small> a:visited
{
    color: snow;
}

.gallerytitle
{
    animation: blurein 1s ease-in-out !important;
    font-size: 4.5vw;
    color: lightgrey;
    filter: drop-shadow(0 0.3vw 0.5vw black);
    height: 1.7vw;
    background-color: rgba(255,0,0,0.3);
}

@keyframes blurein
{
    from{filter: blur(5px);}
    to{filter: blur(0px);}
}

@keyframes blureout
{
    from{filter: blur(0px);}
    to{filter: blur(5px);}
}

*[data-src]
{
    transition: all 1.5s;
    opacity: 0;
}

article
{
    /*transform-style: preserve-3d;*/
}

#fixedheader
{
    transition: all 1s ease-in-out;
    position: fixed;
    top: 3vw;
    left: 2vw;
    font-size: 2.5vw;
    width: 25vw;
    height: 10vw;
    opacity: 0;
    /*border: 1pt solid red;*/
}

#fixedmedia
{
    transition: all 1s ease-in-out;
    position: fixed;
    top: calc(40vh);
    left: 2vw;
    font-size: 1.8vw;
    width: 25vw;
    height: 30vw;
    /*border: 1pt solid red;*/
}

#fixedmediaview
{
    transition: opacity 0.7s;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    background-color: rgba(0,0,0,0.9);
    box-shadow: 0 0 1vw 2vw rgba(0,0,0,0.9);
    visibility: hidden;
    font-size: 1.8vw;
    transition: all ease-in-out 0.3s;
}

#fixedmediaviewclosebutton
{
    background-image:url('close.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 70%;
    
    transition: opacity 0.7s;
    position: fixed;
    left: 0%;
    top: 0%;
    /*transform: translate(-50%, -50%);*/
    width: 40pt;
    height: 40pt;
    z-index: 101;
    opacity: 0;
    
    visibility: hidden;
    font-size: 1.8vw;
    transition: visibility, opacity ease-in-out 0.3s;
    filter: drop-shadow(0 0vw 0.5vw black);
}

#fixedmediaviewclosebutton:hover
{
    opacity: 1 !important;
    
}

#fixedmedia > .button_ref
{
    position: relative;
    left: -15vw;
    top: 4vh;
    margin-top: 2vh;
    text-align: right;
    z-index: 101;
}

a:link {
    text-decoration: inherit;
    color: inherit;
    /*cursor: auto;*/
}

a:visited {
    text-decoration: inherit;
    color: inherit;
    /*cursor: auto;*/
}

a:focus {
    outline: 0;
}

#fixedmediaview > img
{
    max-width:calc(100% - 0.4vw);
    max-height:calc(100% - 0.4vw);
    /*margin: 0.4vw;;*/
    /*max-width: calc(32% - 0.6vw - 0.4vw);*/
    border: 3pt solid #000000;
    border-radius: 10pt;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all ease-in-out 0.5s;
    filter: drop-shadow(0 0vw 1.0vw black);
}

#fixedmedia > * {
    width: 100%;
    height: auto;
    flex-shrink: 1;
}

#domaintittle
{
    font-family: 'Helvetica Neue', sans-serif; 
    font-weight: 100; 
    /*line-height: 1.2em;*/
    text-align: center;
    font-size: 3vw;
    margin-top: 8vh;
    margin-bottom: 10vh;
}

#domaintittle > strong
{
    font-weight: 400; 
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

.floatingelement
{
    background: transparent;
    margin-left: 30%;
    margin-right: 10%;
    margin-top: 18%;
    margin-bottom: 18%;
    background-color: rgba(0,0,0,0);
    font-size: 1.9vw;
    filter: drop-shadow(0 0.3vw 0.5vw black);
}

h2.flotingtittle
{
    background: transparent;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 38%;
    margin-bottom: 0%;
    background-color: rgba(0,0,0,0);
    font-size: 4.5vw;
    color: lightgrey;
    filter: drop-shadow(0 0.3vw 0.5vw black);
}

h2.simpletittle
{
    background: transparent;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10%;
    background-color: rgba(0,0,0,0);
    font-size: 45pt;
    color: lightgrey;
    filter: drop-shadow(0 0.3vw 0.5vw black);
}

.googlesitelink
{
    display: none;
}

.imagebox
{
    transition: opacity 1s 1s;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    /*transition: box-shadow 4s;*/
    /*box-shadow: 0;*/
    border-radius: 20vw;
    border-color: red;
    opacity: 1;
    /*box-shadow: 0 0 10vw black, inset 0 0 10vw black ;*/
    filter: drop-shadow(0 3vw 1vw black);
}

/*.imagebox::after
{
    box-shadow: 0 0 10vw black, inset 0 0 10vw black ;
    opacity: 0;
    transition: opacity 4s ease-in-out;
}

.imagebox:hover::after
{
    opacity: 1;
}*/

.sidenote
{
    visibility: hidden;
}

.static_sidenote
{
    visibility: hidden;
}

.imagebox > img
{
    margin: 0.4vw;;
    border: 0.4vw solid black;
    max-width: calc(32% - 0.6vw - 0.4vw);
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}

.imagebox > img:hover
{
    /*transform: scale(1.1);*/
    /*z-index: 1000;*/
}

.menubox
{

}

.button_ref
{
    display: block;
    background-color: #00000051;
    font-size: 1.0vw;
    text-align: center;
    border: whitesmoke solid 0.101vw;
    border-radius: 10pt;
    width: 100%;
    padding: 0.8vw;
    filter: drop-shadow(0 0.3vw 0.5vw black);
    transition: all 0.5s ease;
    opacity: 1;
    cursor: auto;
}

.button_ref:hover
{
    background-image: linear-gradient(45deg, rgba(0,0,0,1), #191919);
    filter: drop-shadow(0 1.0vw 2.5vw black);
}

.button_ref.main_button
{
    /*position: absolute;*/
    border-radius: 0;
    display: block;
    border-left: none;
    border-right: none;
    left: 0;
    margin-bottom: 42pt;
    border-color: #535353;
    width: auto;
    font-size: 1.2em;
}
.button_ref.main_button:hover
{
    border-color: #A0A0A0;
}


#fixedmediaview > .navbutton
{
    display: fixed;
    position: absolute;
    color: rgba(255, 255, 255, 0.0);
    font-size: 5.0vw;
    text-align: center;
    width: 45%;
    height: 100%;
    padding-top: 22%;
    cursor: auto;
    z-index: 3;
    transition: all 0.3s ease-in-out;
}

#fixedmediaview > .navbutton:hover
{
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0 0 1vw #000000;
}

#fixedmediaview > .navbutton:nth-of-type(1)
{
    left: 0;
    top: 0;
}

#fixedmediaview > .navbutton:nth-of-type(2)
{
    right: 0;
    top: 0;
}

/*Gallery Styles*/
#gallerybox
{

}

form 
{
    font-family: 'Helvetica Neue', sans-serif; 
    /*line-height: 1.2em;*/
    display: inline-block;
    font-size: 16pt !important;
}

.textaligncenter
{
    text-align: center;
}



@media (max-width: 600px) {
    #fixedheader
    {
        transition: all 1s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        font-size: 2.5vw;
        width: 25vw;
        height: 15vh;
        opacity: 0;
        /*background-color: lightskyblue;*/
        visibility: hidden;
        /*border: 1pt solid red;*/
    }

    #fixedmedia
    {
        transition: all 1s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        /*width: 100vw;*/
        height: 13vh;
        font-size: 18pt;
        z-index: 2;
        background-color: rgba(180,0,0,0.8);
        border-bottom-right-radius: 5pt;
        border-bottom-left-radius: 5pt;
        text-shadow: 1pt 1pt 1pt #000000;

        padding: 10pt 10pt 0 10pt;

        /*border: 1pt solid red;*/
    }

    .button_ref.main_button
    {
        border-radius: 10pt;
        border: 1pt solid lightgrey;
        padding: 10pt;
    }

    #domaintittle
    {
        font-size: 22pt;
    }



    .button_ref
    {
        display: block;
        background-color: #000000FF;
        font-size: 18pt;
        text-align: center;
        border: none;
        border-radius: 0;
        width: 100%;
        padding: 0;
        filter: drop-shadow(0 0 0 black);
        transition: all 0.5s ease;
        opacity: 1;
        cursor: auto;
        /*visibility: hidden;*/
    }


    #fixedmedia > .button_ref
    {
        position: absolute;
        /*left: auto;*/
        /*right: 0;*/
        top: calc(10vh);
        margin-top: 2vh;
        text-align: center;
        padding: 6pt;
        max-width: 40%;
        /*border-radius: 5pt;*/
        /*border-top-right-radius: 0;*/
    }

    #fixedmedia > .button_ref:nth-last-of-type(1)
    {

        left: auto;
        right: 0;
        border-radius: 5pt;
        border-top-right-radius: 0;
    }

    #fixedmedia > .button_ref:nth-last-of-type(2)
    {
        left: 0;
        right: auto;
        border-radius: 5pt;
        border-top-left-radius: 0;
    }

    .floatingelement
{
    background: transparent;
    margin-left: 30%;
    margin-right: 10%;
    margin-top: 18%;
    margin-bottom: 18%;
    background-color: rgba(0,0,0,0);
    font-size: 3.9vw;
    filter: drop-shadow(0 0.3vw 0.5vw black);
}
    
    .floatingelement.imagebox
    {
        display: block;
        flex-wrap: none;
        align-items: center;
        transition: box-shadow 4s;
        box-shadow: 0;
        border-radius: 0;
        border-color: none;
        opacity: 1;
        box-shadow:none;
        filter: drop-shadow(0 3vw 1vw black);
        min-width: 100%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .imagebox > img
    {
        display: block;
        margin: 0.4vw;
        border: 0.4vw solid black;
        min-width: calc(100% - 10%);

        transition: all ease-in-out 0.5s;
        cursor: pointer;
        margin-bottom: 4vh;
    }

    #fixedmediaview > .navbutton
    {
        visibility: hidden;
    }

    .gallerytitle
    {
        animation: blurein 2s ease-in-out !important;
        font-size: 8vw;
        color: lightgrey;
        filter: drop-shadow(0 0.3vw 0.5vw black);
        height: 1.7vw;
        background-color: rgba(255,0,0,0.3);
    }

    /*    .imagebox > img ::after
        {
            content: "<br/>";
        }*/
}