.main {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}


.main > li {
    display: inline-block;
    position: relative;
    text-align: center;
}


.main > li:hover > ul {
    visibility: visible;
    opacity: 0.9;
    transition: all 0.2s ease-in-out; 
    text-align: center;
}


.main > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0.1;
    visibility: hidden;
    background: white;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
} 

li.content{
    margin-right: -13px;
    text-align: center;
    font-size: 20px;
}


li.content::after {
    color: black;
    font-size: 20px;
    padding-top: 10px;
    margin-left: 13px;
    text-align: center;
    font-size: 20px;
}


li.content:last-child::after{
    content: none;
    text-align: center;
    font-size: 20px;
}


div {
    background: white;
    height: 50px;
    color: black;
    font-family: Trebuchet MS;
    text-align: center;
}

ul.main {
    text-align: center;
}

div > ul > li {
    margin-left: 30px;
    padding-top: 10px;
    text-align: center;
}

a {
    color: black;
    text-align: left;
}


#shadow {
    box-shadow: 0 0 10px #aeaeae;
    height: 184px;
    text-align: center;
}


li > ul > li {
    width: 250px;
    height: 30px;
    padding-top: 10px;
    text-align: center;
} 

div.pouring {
    background: #FFFFFF;
    width: 225px;
    height: 36px;
    color: black; 
    border-bottom: 0.5px solid #e5e5e5;
    text-align: left;
}
#first-div{
    height: 39px;
    text-align: center;
}

a.pass{
    color: #a7a7a7; 
    justify-content: center;
    position: relative;
    top: 7px;
    display: block;
    width: 200px;
    height: 27px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

div#first-div a.pass {
    top: 11px;
    text-align: center;
}

a.pass:hover{
    text-decoration: underline;
    text-align: center;
}

.mark div a{
    margin-left: 15px;
    text-align: center;
    font-size: 20px;
}

.mark div:hover,
.mark div:hover a,
.mark a:hover {
    display: block;
    background-color: #e5e5e5;
    color: black;
    align-items: center;
    text-align: center;
}

ul {
    height: 100%;
    margin: 0;
    font-size: 20px;
}

li {
    list-style-type: none;
    display: inline-block;
    height: 100%;
    font-size: 20px;
}
body{
    background-color: white;
    text-align: center;
    height: 1;
}
.logoheder{
    height: 100px;
    width: 200px;
    position: relative;
    margin-right: 3000px;
    margin-top: -50px;
}
.homephoto{
    height: auto;
    width: 100%;
    transform: translate(0px, 50px);
}
html{
    overflow-x: hidden;
    height: 1000px;
}
.hometext{
    font-size: 36px;
    transform: translate(50px, -1100px);
    color: white;
    border: 3px solid black;
    padding: 10px;
    width: 500px;
    background-color: black;
    opacity: 0.7;
}
.hometext2{
    font-size: 36px;
    transform: translate(650px, -2044px);
    color: white;
    border: 3px solid black;
    padding: 10px;
    width: 500px;
    background-color: black;
    opacity: 0.7;
}
.hometext3{
    font-size: 35px;
    transform: translate(650px, -2070px);
    color: white;
    border: 3px solid black;
    padding: 10px;
    width: 500px;
    background-color: black;
    opacity: 0.7;
}
.hometext4{
    font-size: 36px;
    transform: translate(1250px, -3155px);
    color: white;
    border: 3px solid black;
    padding: 10px;
    width: 500px;
    background-color: black;
    opacity: 0.7;
}
html{
    height: auto;
}
footer{
    transform: translate(0px, -3000px);
    text-align: left;
}
@media (max-width: 1450px){
    .hometext {
    font-size: 35px;
    transform: translate(50px, -900px);
    color: white;
    border: 3px solid black;
    padding: 10px;
    width: 500px;
    background-color: black;
    opacity: 0.7;
}
.hometext2 {
    font-size: 30px;
    transform: translate(650px, -1800px);
    color: white;
    border: 3px solid black;
    padding: 10px;
    width: 500px;
    background-color: black;
    opacity: 0.7;
}
.hometext3 {
    font-size: 30px;
    transform: translate(650px, -1700px);
    color: white;
    border: 3px solid black;
    padding: 10px;
    width: 500px;
    background-color: black;
    opacity: 0.7;
}
.hometext4 {
    display: none;
}
footer {
    transform: translate(0px, -1670px);
    text-align: left;
}
}
@media (max-width: 1000px){
    .hometext{
        font-size: 36px;
        transform: translate(50px, -1100px);
        color: white;
        border: 3px solid black;
        padding: 10px;
        width: 500px;
        background-color: black;
        opacity: 0.7;
    }
        .logoheder{
        display: none;
    }
    footer{
        transform: translate(0px, -3000px);
        text-align: left;
    }
}
@media (max-width: 500px){
    .hometext{
        font-size: 12px;
        transform: translate(-10px, -190px);
        color: white;
        border: 3px solid black;
        padding: 10px;
        width: 100%;
        background-color: black;
        opacity: 0.7;
    }
        .logoheder{
        display: none;
    }
    footer{
        transform: translate(0px, -2220px);
        text-align: left;
    }
}