/* @font-face {
  font-family: 'Guanine';
  src: url('fonts/guanine/guanine_-webfont.eot');
  src: url('fonts/guanine/guanine_-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/guanine/guanine_-webfont.woff2') format('woff2'),
    url('fonts/guanine/guanine_-webfont.woff') format('woff'),
    url('fonts/guanine/guanine_-webfont.ttf') format('truetype'),
    url('fonts/guanine/guanine_-webfont.svg#guanineregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'terrrysbook';
  src: url('fonts/terrrysbook/terrrys-webfont.woff2') format('woff2'),
    url('fonts/terrrysbook/terrrys-webfont.woff') format('woff'),
    url('fonts/terrrysbook/terrrys-webfont.ttf') format('truetype'),
    url('fonts/terrrysbook/terrrys-webfont.svg#terrrysbook') format('svg');
  font-weight: normal;
  font-style: normal;

@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');
} */
@font-face {
    font-family: 'yomogiregular';
    src: url('fonts/yomogi/yomogi-regular-webfont.woff2') format('woff2'),
        url('fonts/yomogi/yomogi-regular-webfont.woff') format('woff'),
        url('fonts/yomogi/yomogi-regular-webfont.svg#yomogiregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

::selection {
    background: #c4c266;
    color: #FFF;
    text-shadow: none
}

::-moz-selection {
    background: #c4c266;
    color: #FFF;
    text-shadow: none
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

::-webkit-scrollbar-thumb {
    background: #669999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}

html,
body {
    height: 100%;
}

html {}

body {
    /* font-family: 'terrrysbook'; */
    font-family: 'yomogiregular';
    background: #717171 url(../files/eifel.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.hatch {
    background: rgba(25, 1, 55, .64) url(../files/hatch.png) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
}

.mydiv {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 198px;
    margin-left: -100px;
    margin-top: -98px;
    filter: saturate(2);
}

span {
    letter-spacing: 1px;
}

img {
    border: none;
    width: 100%;
    height: auto
}

@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(10deg);
    }
}

.swingimage {
    -webkit-transform-origin: 42% 7%;
    transform-origin: 42% 7%;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}

/* Menu */

.toggle,
[id^=drop] {
    display: none;
}

nav {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

#logo {
    display: block;
    padding: 0 10px;
    float: left;
    font-size: 20px;
}

#logo>a {
    padding: 0;
    line-height: normal;
}

#logo>a:hover {
    background-color: transparent;
}

#logo span {
    margin: 15px;
    padding: 4px 10px;
    background-color: transparent;
    border-radius: 4px;
    position: relative;
    display: block;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    font-family: arial;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(252, 252, 252, 1);
    text-shadow: 9px 9px 3px rgba(0, 0, 0, .58);
}

#logo img {
    padding: 10px;
    box-sizing: border-box;
    max-width: 200px;
    display: none;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

nav ul {
    float: right;
    padding: 0;
    margin: 3px 0 0 -4px;
    list-style: none;
    position: relative;

}

nav ul li {
    margin: 0 3px;
    display: block;
    float: left;
    border: 1px solid rgb(255, 255, 255, .41);
}

body>nav>ul>li>a:hover {
    background: transparent;
    border-bottom: 8px solid #990033
}

nav a {
    display: inline-block;
    padding: 8px 10px;
    color: #FFF;
    text-shadow: 4px 4px 7px black;
    font-size: 23px;
    text-decoration: none;
}

nav ul li ul li {
    border: none;
}

nav ul li ul li:hover {
    background: #000000;
}

nav a:hover {
    background-color: #000000;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 53px;
    right: 2px;
    padding: 2px;
    border: 1px solid rgb(255, 255, 255, .41);
    box-sizing: border-box;
}


nav ul li:hover>ul {
    display: inherit;
}

nav ul ul li {
    width: 302px;
    float: none;
    display: list-item;
    position: relative;
    /* background: #336666; */
    /* -webkit-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, .30);
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, .30); */

}

li:hover>ul {
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in;
    animation: zoomIn .3s ease-in;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: white;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}


nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
    background: #009999
}

li>a:after {
    content: ' +';
}

li>a:only-child:after {
    content: '';
}


/* Media Queries
  --------------------------------------------- */
/* @media all and (max-width : 970px) {
    #logo {
        float: left;
        position: fixed;
        bottom: 0;
        right: 0;
    }

    nav {
        margin-left: 4px;
    }

    nav ul {
        float: left;
        padding: 0;
        margin: 3px 0 0 -4px;
        list-style: none;
        position: relative;
    }
} */

@media all and (max-width : 970px) {

    #logo {
        display: inline-block;
        position: relative;
        padding: 0;
        width: 50%;
        text-align: left;
        float: left;
    }

    #logo span {
        background-color: transparent;
        box-shadow: none;
    }

    nav {
        margin: 0;
        background-color: #254441;
    }

    nav ul li {
        border: none;
    }

    body>nav>ul>li>a,
    body>nav>ul>li>a:hover {
        border-bottom: none
    }

    body>nav>ul>li>a:hover {
        background-color: #000000;
    }

    li:hover>ul {
        -moz-animation: none;
        -webkit-animation: none;
        animation: none;
    }

    .toggle+a,
    .menu {
        display: none;
    }

    .first {
        float: right
    }

    .toggle {
        display: block;
        padding: 0 20px;
        color: #FFF;
        font-size: 20px;
        line-height: 65px;
        text-decoration: none;
        border: none;
        cursor: pointer;
        font-weight: 700;
        text-transform: uppercase;
        background: rgba(0, 0, 0, .3);
    }

    .toggle:hover {
        background-color: #000000;
    }

    [id^=drop]:checked+ul {
        display: block;
        width: 100%;
        border: none;
    }

    nav ul li {
        display: block;
        width: 100%;
        background-color: #254441;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover {
        background-color: #000000;
    }

    nav ul ul ul a {
        background-color: #b31b1b;
    }


    nav ul li ul li .toggle {
        background-color: #212121;
    }

    nav ul ul a {
        background-color: transparent;
        width: 100%;
        box-sizing: border-box;
    }

    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    nav ul ul li {
        display: block;
        width: 100%;
        padding: 2px 0;
    }

    nav ul ul ul li {
        position: static;

    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
    }

}