﻿.grid .size11 {
    width: 100%;
}

.btn-link:hover {
    color: #e83b35;
    text-decoration: underline;
}

.myStaticPos1 {
    position: absolute;
    background: red;
}

.opacity0:before {
    content: "";
    position: absolute;
    top: 240px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/hellblade-runes-background.jpg);
    opacity: 0;
}

.opacity1:before {
    content: "";
    position: absolute;
    top: 240px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/hellblade-runes-background.jpg);
    opacity: 0.04;
}

.opacity2:before {
    content: "";
    position: absolute;
    top: 240px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/hellblade-runes-background.jpg);
    opacity: 0.06;
}

.opacity3:before {
    content: "";
    position: absolute;
    top: 240px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/hellblade-runes-background.jpg);
    opacity: 0.08;
}

.bottomMenu0 {
    clip-path: polygon(0% 0%,100% 0%, 100% 100%, 0% 100%,7% calc(100% - 23px), 0% 0%);
    display: none;
    background: #783c3c;
    z-index: 1;
    position: absolute;
    top: 38%;
    left: -25px;
    padding: 10px;
    font-style: italic;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    padding-left: 40px;
}

.bottomMenu1 {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 50%, 100% 100%, 0% 100%);
    display: none;
    background: #783c3c;
    z-index: 1;
    position: absolute;
    top: 55%;
    right: -25px;
    padding: 10px;
    font-style: italic;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    padding-right: 40px;
}

.bottomMenu2 {
    clip-path: polygon(0% 0%,100% 0%, 100% 100%, 0% 100%,7% calc(100% - 23px), 0% 0%);
    display: none;
    background: #783c3c;
    z-index: 1;
    position: absolute;
    top: 70%;
    left: -25px;
    padding: 10px;
    font-style: italic;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    padding-left: 40px;
}

.bottomMenu3 {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 50%, 100% 100%, 0% 100%);
    display: none;
    background: #783c3c;
    z-index: 1;
    position: absolute;
    top: 87%;
    right: -25px;
    padding: 10px;
    font-style: italic;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    padding-right: 40px;
}

