* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    /* font-size: 19px; */
}

body{
    overflow-x: hidden;
}

header>h1 {
    display: flex;
    justify-content: center;
    /* font-size: 48px; */
}

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #012E40;
    position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: #012E40;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}



/* Style the active link (or home/logo) */
.active {
    background-color: #012E40;
    color: white;
}

h2{
    display: flex;
    justify-content: center;
}

main > article > section > p,h2{
    padding: 5px;
}

img{
    width: 100vw;
    height: 80vh;
    object-fit: cover;
    object-position: bottom;
}

.boxning, .bodycombat, .forza, .qigong{
    border: 2px solid black;
    border-collapse: collapse;
    padding: 20px;
}

main > article > section > img{
    height: 150px;
    width: 200px;
}

.schema{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center
}

table {
    /* display: flex; */
    /* justify-content: center; */
    width: 100vw;
    width: 390px;
}

tr,
th,
td {
    border: 2px solid black;
    border-collapse: collapse;
    padding: 20px;
    width: 375px;
}

td {
    text-align: center;
    height: 100px;
}

.fullbokat {
    background-color: #F8CECC;
}

.boka {
    background-color: #D5E8D4;
}

.prenumeration{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
}

.premium{
    background-color: #C0C0C0;
}

.vip{
    background-color: #FFD700;
}

.basic, .premium, .vip{
    display: flex;
    justify-content: center;
    border: 2px solid black;
    border-collapse: collapse;
    width: 400px;
    padding: 100px;
    text-align: center;
    margin-top: 20px;
    flex-wrap: wrap;
}


.logo{
    
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-top: 20px;
    justify-content: center;
}


.footer2{
    background-color: #012E40;
    color: white;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}



body > footer{
    background-color: #012E40;
    color: white;
    margin-top: 20px;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

@media screen and (min-width: 768px){

.omoss{
    padding: 10px;
}


.boxning, .bodycombat, .forza, .qigong{
    display: flex;

}


.information{
    display: flex;
    justify-content: space-around;
}


.footer3{
    position: fixed;
    bottom: 0;
    left: 0;
}
}

main > article > image{
    max-height: 500px;
}

@media screen and (min-width: 1080px){
    .footer3{
    background-color: #012E40;
    color: white;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    }
    

}