:root
{
    --topmenu-height: 70px;
    --overlay-opacity: 0.7;
    --footer-height: 94px;

    --coolorange: #ffba00;
    --corange: #ffa328;
    --cyellow: #e8d688;
    --cpurpleold: #826da6;
    --cpurple: #534270;
    --cred: #f32626;
    --cblack: #000;
    --cbrownish: #18150e;
}

.header h1, .header h2, .header h3, .header h4, .header h5, .header h6,
.middle h1, .middle h2, .middle h3, .middle h4, .middle h5, .middle h6
{
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

textarea:focus, input:focus
{
    outline: none;
}

a
{
	color: var(--cyellow);
	text-decoration: none;
}

a:hover
{
	color: var(--corange);
}

a .fas:hover,
a .fab:hover
{
	color: var(--corange);
}

form
{
    all: unset;
}

.error
{
    color: var(--cred) !IMPORTANT;
}

.pagemarker
{
    position: relative;
    background-color: var(--cbrownish);
    width: 100%;
    height: 10px;
}

.pagemarker span
{
    position: absolute;
    top:5px;
    left:5px;
    font-size: 30px;
    font-weight: 500;
    font-family: Rajdhani, Tahoma;
    opacity: 1;
    color: var(--cbrownish);
}

@media only screen and (max-width: 950px)
{
    .pagemarker span
    {
        top:-23px;
        color: var(--corange);
    }

    body .main .header.common .right .fas
    {
        font-size: 14px;
    }

    .right .alternateGroup
    {
        padding-right: 0px;
    }
}


/*
.pagemarker span:hover
{
    color: var(--corange);
}
*/


/* Prevent dragging */
.main .middle.big .image IMG
{
    pointer-events: none;
}

html, body
{
    height: 100%;
}

body
{
	background-color: var(--cblack);
	color: var(--cyellow);

	margin:0;
	padding:0;

	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
}

.dino
{
    display: none !IMPORTANT;
}

.invi
{
    visibility: hidden;
}

.alternateGroup
{
    display: none;
}

.imageindex .alternateGroup
{
    display: inline;
    padding-right: 5px;
}


/* Layout toggle */

.layout
{
    cursor: pointer;
}

body[path="/about"] .struct
{
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* FULLSCREEN */
@media screen and (display-mode: fullscreen) {
    body[pg_location="image"]
    {
        overflow: hidden;
    }

    body .main .middle.big
    {
        position: unset;
    }

    body .main .middle.big .image
    {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    body .main .middle.big .overlay
    {
        display: none;
    }

    body .main .middle.big .image,
    body .main .big .image img
    {
        max-height: 100vh;
    }

    body .main .middle.big .info,
    body .main .header.common,
    body .main .pager.bottom,
    body .pager,
    body .footer
    {
        display: none;
    }

    .imageoptions
    {
        display: none !important;
    }

    .main .middle.big .image #imgImage
    {
        max-height: unset !IMPORTANT;
    }

    .imagecontainer .comment,
    .imagecontainer .info
    {
        display: none;
    }
}

/* FULLSCREEN SAFARI QUIRKS */
body:fullscreen[pg_location="image"]
{
    overflow: hidden;
}

body:fullscreen .main .middle.big
{
    position: unset;
}

body:fullscreen .main .middle.big .image
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body:fullscreen .main .middle.big .overlay
{
    display: none;
}

body:fullscreen .main .middle.big .image,
body:fullscreen .main .big .image img
{
    max-height: 100vh;
}

body:fullscreen .main .middle.big .info,
body:fullscreen .main .header.common,
body:fullscreen .main .pager.bottom,
body:fullscreen .pager,
body:fullscreen .footer
{
    display: none;
}

body:fullscreen .imageoptions
{
    display: none !important;
}

body:fullscreen .main .middle.big .image #imgImage
{
    max-height: unset !IMPORTANT;
}

body:fullscreen .imagecontainer .comment,
body:fullscreen .imagecontainer .info
{
    display: none;
}



/*  BIGIMAGE  */

.main .middle.big
{
    position: relative;
	justify-content: center;
	padding: 0;
    width: 100%;
    max-width: 100vw;
    height: calc(100vh - (var(--topmenu-height) + var(--footer-height)) );
    padding-top: 20px;
    padding-bottom: 50px;

    user-select: none;

    /* For the bumpers */
    overflow-x: hidden;
}

.main .middle.big .image
{
    max-height: calc(100vh - (var(--topmenu-height) + var(--footer-height) ));
    max-height: calc(100vh - 70px);
    max-width: calc(100vw);

    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main .middle.big .image .imagecontainer
{
    position: relative;
}

.main .middle.big .image a .imageoptions
{
    color: rgba(232, 214, 136, 0.3);
}

.main .middle.big .imagecontainer:hover .imageoptions
{
    opacity: 1;
    transition: opacity 150ms linear, visibility 150ms;
    visibility: visible;
}

.main .middle.big .image .imageoptions
{
    transition: opacity 150ms linear, visibility 150ms;
    opacity: 0;
    visibility: hidden;

    font-size: 20px;
    text-shadow: 2px 2px 5px var(--cblack);
    text-align: center;
    line-height: 30px;

    background-color: rgba(0,0,0, 0.8);
    box-shadow: 0 0 5px rgba(0,0,0,1);

    width: 40px;
    height: 30px;

    position: absolute;
    right: 10px;
    bottom: 55px;
}

.main .middle.big .image a:hover .imageoptions
{
    cursor: pointer;
    color: var(--corange);
}


.main .middle.big .bumper
{
    background-color: #6f570a;

    position: absolute;
    height: 80vh;
    width: 100px;
    border-radius: 50%;
    Xfilter: blur(50px); /*Safari is allergic to this, leaves garbed things in its wake*/
    opacity: 0.8;

    top: 50%;
    transform: translateY(-50%);
    z-index: 500;
}


.main .middle.big .bumper.left
{
    background: linear-gradient(90deg, rgba(111,87,10,1) 0%, rgba(0,0,0,1) 100%);
    left: -200px;
}

.main .middle.big .bumper.right
{
    background: linear-gradient(-90deg, rgba(111,87,10,1) 0%, rgba(0,0,0,1) 100%);
    right: -200px;
}


@keyframes ani-bumper-left
{
    0%   {left: -200px;}
    50%   {left: -50px;}
    100% {left: -200px;}
}

@keyframes ani-bumper-right
{
    0%   {right: -200px;}
    50%   {right: -50px;}
    100% {right: -200px;}
}

.main .middle.big .bumper.left.active
{
    animation-name: ani-bumper-left;
    animation-duration: 300ms;
}

.main .middle.big .bumper.right.active
{
    animation-name: ani-bumper-right;
    animation-duration: 300ms;
}


.main .middle.big .overlay.hideOverlay
{
    visibility: hidden;
    opacity: 0;
    transition: opacity 150ms linear, visibility 150ms;
}

.main .middle.big .overlay.showOverlay
{
    visibility: visible;
    opacity: var(--overlay-opacity);
    transition: opacity 150ms linear, visibility 150ms;
}

.main .middle.big .overlay
{
    visibility: hidden;
    transition: opacity 150ms linear, visibility 150ms;
    opacity: 0;
    cursor: pointer;

    position: absolute;
    height: 100%;
    width: 10%;
    max-width: 100px;
    min-width: 40px;

    top: 0;

    xbackground-color: rgba(204, 204, 204, 0.3);
    background-color: rgba(169, 169, 169, 0.11);

    text-align: center;
    text-shadow:
            rgba(0,0,0,0.5) 0 0 10px,
            rgba(125,125,125,0.5) 0 0 5px;

    font-size: 50px;
    z-index: 100;
}

.main .middle.big .overlay div
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main .middle.big .overlay .fas
{
    flex-grow: 1;
}

.main .middle.big .overlay.left
{
    left: 10px;
}

.main .middle.big .overlay.right
{
    right: 10px;
}

.DISABLEDmain .middle.big .image .outside.fullscreen
{
    display: none;

    opacity: 0.25;
    position: absolute;
    background-color: unset;
    height: auto;

    top: -3px;
    right:-25px;
    xwidth: 100%;

    text-align: center;

    font-size: 25px;
}

.main .middle.big .overlay.bottom
{
    background-color: unset;
    top: unset;
    bottom: 0;

    font-size: 35px;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

.main .middle.big .info
{
    width: 100%;
    height: 18px;
    position: relative;

    font-family: RobotoCondensed, Rajdhani, Tahoma;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-shadow: 0 0 0.3em black,0 0 0.3em black, 1px 1px 3px black;

    color: #777;
    color: #979070;
}


.main .comment i
{
    margin-right: 3px;
}

.main .comment
{
    width: 100%;

    margin-bottom: 5px;

    text-align: center;
    font-size: 16px;
    font-weight: 400;
    xcolor: var(--cyellow);
    xcolor: #d3c37c;
    xcolor: #bdb79c;
    color: #cdc18a;

}


.main .middle.big .info .comment:empty
{
    display: none;
}

.main .middle.big .info .tags
{
    min-width: 10%;
    color: var(--cyellow);
    padding: 2px;
}

.main .middle.big .info .tags i.fa-tags
{
    font-size: 14px;
}

.main .middle.big .info .tags i.fa-hashtag
{
    font-size: 12px;
}


.main .middle.big .info .options
{
    position: absolute;
    width: 80px;
    right:0 !IMPORTANT;
    top:0;
    text-align: right;

    color: #d3c37c;
}

.main .big .image img
{
    max-height: calc(100vh - var(--topmenu-height) + var(--footer-height) );
    max-height: calc(100vh - 164px);/*xxx*/
    max-width: calc(100vw);
}


.main .header.common
{
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;

    background-color: var(--cbrownish);
}

.main .header.common.sticky
{
    position: sticky;
    top:0;
    z-index: 1000;
}

.main .header.common .left
{
    height: 50px;
	line-height: 50px;
	align-self: center;
	text-align: center;

	font-family: Rajdhani, Tahoma;
	font-size: 20px;
	font-weight: 400;
	color: var(--cyellow);

    width: 10%;
    min-width: 100px;
}

.main .header .left .hometext
{
    display: block;
}

.main .header .left .fa-hat-wizard
{
    color: #ffa800;
}


.main .header.common .path.central
{
	text-align: center;

    font-family: Rajdhani, Tahoma;
    font-style: italic;
	font-size: 28px;
	font-weight: 400;

    flex-grow: 1;
}

.main .header.common.imageindex .path.central
{
    font-size: 28px;

    xletter-spacing: 2px;
    xcolor: #f0a849;
    xcolor: #ffab33;
    xcolor: #fcfb50;
    color: var(--cyellow);

    background-color: var(--cbrownish);
}


.main .header.common .right
{
    width: 10%;
    min-width: 75px;

	height: 100%;
	line-height: 50px;

	text-align: right;
	padding-right: 20px;

	letter-spacing: 1px;
}

.main .header.common .right .fas
{
	font-size: 18px;
	color: var(--cyellow);
	text-shadow: 1px 1px 8px #6e4521;
}

.main .header.common .right input
{
	border: 0px;

	height: 30px;
	color: var(--cyellow);
	background-color: #6e4521;

	font-family: Rajdhani, Tahoma;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.main .header.common.image .right .fullscreen
{
    padding-left: 10px;
}



/*  PAGER  */

.pager
{
    display: flex;
    xflex-wrap: none;

    margin-top: 20px;
    padding: 0px 40px;

    text-align: center;

    font-family: Rajdhani, Tahoma;
    font-style: normal;
	font-size: 22px;
	font-weight: 400;

    color: var(--cyellow);

    height: 30px;
}

/* LEFT & RIGHT */
.pager div:nth-child(1),
.pager div:nth-child(3)
{
    width: 20%;
    line-height: 33px;
    xbackground-color: #AAA;
}

.pager div:nth-child(1) a,
.pager div:nth-child(3) a
{
    width: 100%;
    height: 100%;
    display: block;
}


.pager div:nth-child(1):hover,
.pager div:nth-child(3):hover
{
    cursor: pointer;
    background-color: var(--cbrownish);
}

.pager div:nth-child(1):empty:hover,
.pager div:nth-child(3):empty:hover
{
    cursor: inherit;
    background-color: inherit;
}


.pager span.actual
{
    color: #ffc529;
    background-color: #232316;
    font-weight: 700;
}

.pager span
{
    padding: 0 10px;
    background-color: #17140e;
}


/* CENTER, NUMBERS*/
.pager div:nth-child(2)
{
    line-height: 30px;
    letter-spacing: 2px;
    flex-grow: 1;
    xbackground-color: #CCC;
}


/*  IMAGE INDEX  */

.middle .box.index
{
    position: relative;
    display: flex;
    justify-content: center;
	width: 350px;

	margin-bottom: 26px;
    margin-right: 10px;
    Xbackground-color: #111;

    cursor: pointer;
}

.middle .box.index .boxfooter
{
    display: none;
}

.middle .box.index .image
{
    max-width: 350px;
    max-height: 197px;
    width: 350px;
    height: 197px;
    /* imageOutline requires no overflow! */
    xoverflow: hidden;
}

.middle .box.index .image img
{
    xwidth: 100%;
    xtransition: all ease-out 300ms;
    display: block;
    margin: auto;

    /*Needed for the img.loaded effect, otherwise it will bounce like an idiot*/
    Xtransform: scale(0, 0);
}

.middle .box.index .image a
{
    box-shadow: -1px -1px 6px 3px rgba(0,0,0,0.75) inset,
    -1px -1px 2px 2px rgba(0,0,0,0.8) inset;
    /*box-shadow: 0px 0px 17px 4px rgb(149 124 15 / 22%);*/
}


/* requires onload handler on images */
.middle .box.index .image img.loaded
{
    animation-name: imgscaleup;
    animation-duration: 100ms;
    animation-fill-mode: forwards;
}

@keyframes imgscaleup
{
    from
    {
        transform: scale(0, 0);
    }
    to
    {
        transform: scale(1, 1);
    }
}



.imageOutline
{
    Xoutline: double 3px #595211;
    border: 2px solid;
    border-image: linear-gradient(var(--cblack), #b57929) 30;
    position: unset !IMPORTANT;
/*.middle .box.index .image => overflow must NOT be hidden! */
}

/* Marked image slide into place animation, needs overflow: hidden @ .middle .box.index .image*/
.imageSlide
{
    animation: slide 450ms;
    margin-top: 0%;
}
@keyframes slide {
    from {
        margin-top: 5%;
    }

    to {
        margin-top: 0%;
    }
}



/*  CATEGORIES  */

.main .header.group,
.main .header.imageindex
{
    margin-bottom: 0px;
}

.main .category_info
{
    text-align: center;

    font-family: Rajdhani, Tahoma;
    font-style: normal;
	font-size: 14px;
	font-weight: 400;

    letter-spacing: 2px;

    margin-bottom: 30px;
}

.main .category_title
{
    height: 50px;
	line-height: 50px;
	text-align: center;

    font-family: Rajdhani, Tahoma;
    font-style: italic;
	font-size: 32px;
	font-weight: 400;

    letter-spacing: 2px;
    color: var(--cyellow);

    background-color: var(--cbrownish);
}


.middle .box.category
{
	width: 30%;

	padding-bottom: 25px;
    padding-right: 10px;
}

@media only screen and (max-width: 1100px) {
    .middle .box.category
    {
    	width: 45%;
    }
}

@media only screen and (max-width: 950px) {

    .main .header.common .central
    {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px !IMPORTANT;
    }

    .main .header.common.image .right .fullscreen
    {
        padding-left: 0px !IMPORTANT;
    }

}



@media only screen and (max-width: 850px) {
    .middle .box.category
    {
    	width: 100%;
    }
}


/*  MAIN  */

body[path="/about"] .main
{
    flex: 1;
}

.main
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.main.fluid
{
    align-items: center;
}

.main .header
{
	position: relative;

	height: 100%;
    width: 100%;

	margin-bottom: 50px;
	color: var(--cblack);
	background: var(--cblack);
}


/*xxx*/
.header.area .central
{
    background-color: var(--cbrownish);
}

.header .central
{
	height: 50px;
	line-height: 50px;
	align-self: center;
	text-align: center;

	font-family: Rajdhani, Tahoma;
	font-size: 20px;
	font-weight: 400;
	color: var(--cyellow);

}

.header .rightside
{
	position: absolute;
	top: 0;
	right:0;
	width: 15%;
    min-width: 100px;
	height: 100%;
	line-height: 50px;

	text-align: right;
	padding-right: 20px;

	letter-spacing: 1px;
}

.rightside .fas
{
	font-size: 18px;
	color: var(--cyellow);
	text-shadow: 1px 1px 8px #6e4521;
}

.rightside input
{
	border: 0px;

	height: 30px;
	color: var(--cyellow);
	background-color: #6e4521;

	font-family: Rajdhani, Tahoma;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.main .middle
{
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	flex-direction: row;
	flex-wrap: wrap;

    align-self: center;
    max-width: 1750px;
    width: 100%;
}

.main .middle .textmessage
{
    text-align: center;
}

.main .middle .textmessage .newsletter
{
    color: var(--corange);
}

.newsletter_sub
{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 50px;
    background-color: #1d1c13;

    font-family: RobotoCondensed, Rajdhani, Tahoma;

    display: flex;
    justify-content: center;
    align-items: center;
}

/*
SVG icon from: https://uxwing.com/email-notification-alert-icon/
*/

#newsletter_icon
{
    padding: 0 4px;
}

#newsletter_icon .cls-1
{
    fill: #504618;
}
#newsletter_icon .cls-2
{
    fill:#d2a33f;
}

.newsletter_sub .close
{
    position: absolute;
    top: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    background-color: #1d1c13;

    font-weight: bold;
    font-family: Rajdhani;
    font-size: 14px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-orientation: upright;

    cursor: pointer;
}


.main .middle.index
{
    min-height: 669px;
}

.middle .box.area
{
	width: 40%;

	padding-bottom: 25px;
}

.middle .box.area img
{
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .main .header
    {
        margin-bottom: 25px;
    }

    .main .header.common .left
    {
        xbackground-color: #53f14e;
        min-width: unset;
    }

    .main .header .left .hometext
    {
        display: none;
    }
    .main .header .left .homeicon
    {
        display: inline;
    }


    .main .header.common .right
    {
        width: unset;
        padding-right: 4px;
    }

    .middle .box.area
    {
    	width: 100%;
        padding: 0 5px 25px 5px ;
    }

    .header.image .rightside
    {
        line-height: 25px;
        width: unset;
        min-width: unset;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 900px) and (max-height: 400px) {
    .middle .box.area
    {
        width: 60%;
        padding: 0 5px 25px 5px ;
    }

    .middle .box.category
    {
        width: 60%;
    }
}


@media only screen and (max-width: 1280px) and (max-height: 600px) {

    .main .header.common.image
    {
        height: 25px;
    }

    .main .header.common.image .left
    {
        height: 25px;
        line-height: 25px;
    }

    .main .header.common.image .right
    {
        line-height: 25px;
    }

    .header.image .central
    {
        height: 25px;
        line-height: 25px;
    }

    body[pg_location="image"].main
    {
        height: 100vh;
        width: 100vw;
    }

    .footer.image
    {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 2px;

        font-size: 14px;
    }

    .footer.image i.fab
    {
        font-size: 14px;
        width: unset;
    }

    body .main .middle.big .image,
    body .main .big .image img,
    .main .middle.big .image #imgImage
    {
        max-width: unset;
        max-height: calc(100vh - 50px);;
        transform: unset;
        top: unset;
        left: unset;
        position: unset;
    }

    .main .middle.big
    {
        flex: 1;
        Xmax-width: unset;
        Xmax-height: unset;
        width: 100%;
        height: 100%;
        padding: unset;
    }

    .main .middle.big .image IMG
    {
        object-fit: contain;
        width: 100%;
        height: calc(100vh);
    }

    .imageoptions
    {
        display: none !important;
    }
}


.box .image
{
    display: flex;
    align-items: center;
    justify-content: center;

	font-size: 0;
    aspect-ratio: 16 / 9;

    xbackground-color: #53f14e;
}

.box.area .image,
.box.category .image
{
    box-shadow: -1px -1px 34px 15px rgba(0,0,0,0.75) inset;
}

.box .image IMG
{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;

    z-index: -1;
}

.box .boxfooter
{
	width: 100%;
	height: 35px;
	background-color: var(--cbrownish);

	color: var(--cyellow);

	font-family: Rajdhani, Tahoma;
	font-size: 20px;
	font-weight: 400;

	display: flex;
	text-align: left;


    border-radius: 0 0 2px 2px;
    border: 2px solid #18150e;
    box-sizing: border-box;

}

.box .boxfooter > div
{
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}


.footer
{
	font-family: Blender;
	font-size: 18px;
	font-weight: 400;
    line-height: 20px;

	background-color: var(--cbrownish);
	color: var(--cyellow);

	margin-top: 50px;
	padding: 10px;

	text-align: center;
}

.footer i.fab
{
    font-size: 20px;
    height: 20px;
    width: 20px;
}

.footer i.fab img
{
    display: none;
}

.footer i.fab:hover img
{
    display: inline;
}
.footer i.fab:hover:before
{
    content: '';
}


.footer img
{
    line-height: 20px;
    vertical-align: bottom;
}

.footer.image
{
    margin: 0;
}

.footer > span
{
    font-size: 20px;
    padding: 0 3px;
}


/* CONTENT */

body[path="/about"]
{
    background-color: #202020;
}


.main .header.content
{
    background-color: var(--cbrownish);
}

.main > div[class=content]
{
    font-family: RobotoCondensed, Rajdhani, Tahoma;
    Xfont-style: italic;
    font-size: 19px;
    font-weight: 300;

    align-self: center;
    min-width: 50%;
    max-width: 900px;

    margin: 0 10% 0 10%;
}

.main > div[class=content] > p
{
    margin: 0;
    padding-bottom: 15px;
}

.main > div[class=content] > p .fas
{
    font-size: 15px
}

.main > div[class=content] ul
{
    color: var(--cyellow) !IMPORTANT;
    margin: 5px;
}

.main > div[class=content] h1,
.main > div[class=content] h2,
.main > div[class=content] h3,
.main > div[class=content] h4
{
    color: #ff982a;

    margin:0;
    padding: 5px 0 0 0;
    xfont-size: 24px;
    font-weight: 700;
    font-family: Rajdhani, Tahoma;
}

.main > div.content.newsletter_subscription h3
{
    display: block;
    text-align: center;
    color: #53f14e;
}

.main > div.content.newsletter_subscription a
{
    font-style: italic;
}

.main > div[class=content] > p
{
    padding-top: 5px;
}


.desc > div
{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.desc > div div:nth-child(odd)
{
	height: 50px;
	line-height: 50px;

	font-family: Rajdhani;
	font-weight: 700;
	font-size: 22px;
	color: #ffc529;

    width: 30%;
    background-color: #16150b;
	text-align: center;
}

.desc > div div:nth-child(even)
{
	line-height: 50px;
	text-align: left;
	padding-left: 25px;
	width: 60%;

	flex-grow: 1;
	background-color: #16150b;
	border-left: 5px solid var(--cblack);

	font-family: Rajdhani;
	font-weight: 700;
	font-size: 16px;
	color: var(--cyellow);
}


/* INFOLAYS */

.infoicon
{
    cursor: pointer;
}

body > .infolay
{
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 10000;

    justify-content: center;
    align-items: center;

    cursor: pointer;
}

body > .infolay.nodisplay,
.nodisplay
{
    display: none;
}

@supports (backdrop-filter: blur(5px))
{
    .infolay {
        backdrop-filter: blur(5px);
    }
}

/*Firefox doesn't support backdrop-filter ritenow */
@supports not (backdrop-filter: blur(5px))
{
    .infolay {
        background-color: rgb(0, 0, 0, 0.8);
    }
}


.infolay .center
{
    display: flex;
    flex-direction: column;
    xwidth: 60%;
    xheight: 60%;
    width: 600px;
    height: 420px;
    background-color: var(--cblack);

    box-shadow: 0 0 20px var(--cblack);
}


.infolay .center .title
{
    font-family: Rajdhani, Tahoma;
    font-size: 20px;
    font-weight: 700;
    color: var(--cyellow);

    height: 25px;
    background-color: var(--cbrownish);
    padding: 10px 0;

    text-align: center;
}

.infolay .desc
{
    width: 100%;
    height: 100%;
    background-color: #16150b;
    flex-grow: 1;
}



/* INFOLAY NEWSLETTER */

.infolay.newsletter
{
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
}

.infolay.newsletter > div
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;

    position: absolute;
    width: 50%;
    top: 100px;

    xbox-shadow: 0 0 20px var(--cblack);
}

.infolay.newsletter > div > div
{
    position: relative;
    width: 100%;
    background-color: var(--cbrownish);
    cursor: auto;
}

.infolay.newsletter .header
{
    height: 35px;

    line-height: 35px;

    font-family: Blender, Tahoma;
    font-size: 20px;
    font-weight: 700;
    color: var(--cyellow);
    background-color: #2a210c;
}

.infolay.newsletter .message
{
    height: 65px;
    line-height: 65px;

    font-family: Blender, Tahoma;
    font-size: 20px;
    font-weight: 700;
    color: #53f14e;
    background-color: var(--cbrownish);
}


.infolay.newsletter .form
{
    display: flex;
    align-items: center;
    justify-content: center;

    height: 65px;
    padding: 20px 0;
}

.infolay.newsletter .form INPUT
{
    height: 100%;
    min-width: 250px;
    border: 0;

    font-family: Blender, Tahoma;
    font-size: 20px;
    font-weight: 700;
    color: var(--cyellow);

    text-align: center;
    background-color: #1d1c13;

    padding: 0 15px;
}

.infolay.newsletter .form button
{
    font-family: Blender, Tahoma;
    font-size: 20px;
    font-weight: 700;

    color: var(--cyellow);
    background-color: #241e15;

    border: 0;
    text-align: center;
    width: 100px;
    height: 100%;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .infolay.newsletter > div
    {
        width: 100%;
    }

    .infolay.newsletter .message
    {
        font-size: 16px;
    }
}


/* INFOLAY SEARCH */

.infolay.search select
{
    cursor: pointer;
}

.infolay.search > div
{
	height: 65px;
	left: 10%;
	min-width: 600px;
	width: 80%;
	top: 100px;
	display: flex;
	background-color: var(--cbrownish);
	position: absolute;

	box-shadow: 0 0 20px var(--cblack);

	font-family: Blender, Tahoma;
	font-size: 20px;
	font-weight: 700;
	color: var(--cyellow);
}

.infolay.search > div span
{
	white-space: nowrap;

	width: 150px;
	line-height: 65px;
	text-align: center;
}

.infolay.search > div .searchArea
{
    height: 100%;

	font-family: Blender, Tahoma;
	font-size: 20px;
	font-weight: 700;
	color: var(--cyellow);
	text-align: left;
	background-color: #241e15;

	border: 0;
	border-right: 3px solid var(--cblack);
	padding: 0 5px;
	text-align: center;

	appearance: none;
    outline:none;
}

.infolay.search > div INPUT
{
    flex-grow: 1;
	height: 100%;
	border: 0;

	font-family: Blender, Tahoma;
	font-size: 20px;
	font-weight: 700;
	color: var(--cyellow);

	text-align: left;
	background-color: var(--cbrownish);

	padding: 0 0 0 25px;
}

.infolay.search > div button
{
	/*aligns last element to the right
	margin-left: auto;
    */
	font-family: Blender, Tahoma;
	font-size: 20px;
	font-weight: 700;

	color: var(--cyellow);
	background-color: #241e15;

	border: 0;
	text-align: center;
	width: 100px;
    cursor: pointer;
}

.infolay.search > div button:active
{
    background-color: var(--cbrownish);
}

@media only screen and (max-width: 700px) {
    .infolay.search > div span
    {
        display: none;
    }

    .infolay.search form
    {
        width: 100%;
        display: flex;
        background-color: #53f14e;
    }

    .infolay.search > div
    {
        width: 100%;
        min-width: unset;
        left: 0;
    }

    .infolay.search > div > span
    {
        width: 80px;
        font-size: 16px;
    }

    .infolay.search > div .searchArea {
        width: 90px;
        font-size: 16px;
    }

    .infolay.search > div INPUT
    {
        padding: 0 0 0 5px;
        text-align: center;
    }

    .infolay.search > div button
    {
        width: 50px;
    }
}


.middle .job
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -5px);

    text-shadow: 3px 3px 2px black;
    Xcolor: #f0a849;

    background-color: rgba(0,0,0,0.5);
    border: 3px solid rgba(0,0,0,0.1);
}

.middle .job i
{
    margin: 0 1px;
}


.w10
{
    display: inline-block;
    width: 10px;
}


/*   ANIMATIONS   */

@keyframes shake-horizontal {
    0% { transform: translateX(0) }
    25% { transform: translateX(5px) }
    50% { transform: translateX(-5px) }
    75% { transform: translateX(5px) }
    100% { transform: translateX(0) }
}

.animShakeHorizontal {
    animation: shake-horizontal 0.3s;
    background-color: #FF0000;
}



.ac12
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.acsub12
{
    text-align: center;
    padding: 10px 0px 10px 15px;
}

.acsub12 i
{
    display: block;
}

.acsub12 > i
{
    font-size: 36px;
    xcolor: var(--coolorange);
    margin-bottom: 10px;
}


.acsub12 .success
{
    border: 3px solid #0F0;
    Xbackground-color: #53f14e;
}

.acsub12 .error
{
    border: 3px solid #F00;
    Xbackground-color: #FF0000;
}

.abtn12
{
    font-family: RobotoCondensed, Rajdhani, Tahoma;
    font-size: 24px;
    color: #FFF;
    margin-right: 15px;
    background-color: var(--cpurple);
    padding: 10px 30px 10px 30px;
}

.abtn12 i
{
    color: #ffba00;
}


/* layout change anim */
/*
https://sarthology.github.io/Animatopy/
*/
@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.animBounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: 2;
}


@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.animHeartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    animation-iteration-count: 2;
}
