.logo {
    width: 110px;
    height: 110px;
    float: left;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-bottom: 65px;
}
.center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-bottom: 65px;
}
body {
    margin: 0;
    background: #171717;
    color: #EBEBEB;
    font-family: sans-serif;
    flex-flow: row wrap;
}
#nav_button {
	display: none;
}
header {
    margin: auto 0;
}
header .hem {
    padding-bottom: 200px;
}
.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Badminton_Semifinal_Pan_2007.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1 {
    margin: auto;
    color: white;
    text-align: center;
    padding: 200px 100px;
    font-size: 50px;
    -webkit-text-stroke: 2px black;
}
h2 {
    text-align: center;
    font-size: 30px;
} 
h3 {
    padding-top: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
h4 {
    text-align: center;
    font-size: 40px;
}
h5 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
}
h6 {
    text-align: center;
    font-size: 20px;
}
nav {
    background: #454545;
    text-align: center;
    width: 100%;
    margin: auto;
    position: relative;
}
nav a {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: #454545;
    padding: 40px 20px;
    font-weight: bold;
    font-size: 18px;
}
nav a.active {
    color: orange;
}
nav a:hover {
    color: orange;
    transition: 0.5s;
}
main {
    width: 900px;
    padding: 40px;
    overflow: auto;
    text-align: left;
    margin: auto;
}
.text {
    font-size: 19px;
    padding: 0 0 5px 50px;
}
.text-nyheter {
    text-align: center;
    font-size: 19px;
    padding: 5px 50px 5px 50px;
}
.ny {
    padding-bottom: 20px;
}
.amne {
    color: orange;
    font-weight: bold;
    font-size: 20px;
}
.middle {
    text-align: center;
    font-size: 20px;
}
label {
    padding: 20px;
    text-align: left;
}
input {
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 34px;
    width: 50%;
    justify-content: space-between; 
}
textarea {
    border-radius: 8px;
}
form {
    text-align: center;
    padding: 30px;
}
footer {
    background: black;
    padding: 20px;
    text-align: center;
    color: #878787;
}
.link {
    color: orange;
    font-weight: bold;
}
.li2 {
    padding: 20px;
}
.sponsorer {
    padding: 5px;
    /*display: inline-flex;*/
    text-align: center;
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-bottom: 60px;
}
.veta {
    position: static;
    width: 32%;
    height: 470px;
    box-sizing: border-box;
    padding: 0 15px;
    padding-left: 50px;
    font-size: 17px;
    float: left;
}
.senaste-nytt {
    width: 400px;
}
@media screen and (max-width:1100px) {
    main {
        width: auto;
    }
}
@media screen and (max-width:800px) {
    .logo {
        width: 0px;
        height: 0px;
    }
    #nav_button {
        position: absolute;
        bottom: -12px;
        right: 20px;
        box-sizing: border-box;
        display: block;
        padding: 10px 10px;
        border: 1px solid black;
        background: #333;
        color: orange;
        font-weight: bold;
        text-align: center;
    } 
    #nav_button:hover {
        background: white;
        cursor: pointer;
    }
    nav {
        transition: margin-top 0.5s;
        position: relative;
        margin-top: -250px;
        z-index: 5;
        text-align: left;
    }
    nav.open {
        margin-top: 0;
    }
    nav a {
        width: auto;
        display: block;
        margin: 2px;
        padding: 20px 15px;
        visibility: hidden; 
    }
    nav.closed a{
        visibility: collapse;  
    }
    nav.open a {
        visibility: visible;
    }
    h1 {
        font-size: 28px;
        margin: auto;
        -webkit-text-stroke: 1px black;
    }
    h2 {
        margin: auto;
    }
    h3 {
        margin: auto;
    }
    main img {
        width: 100%;
        margin: 0 0 20px;
    }
    main {
        width: auto;
    }
    .sponsorer {
    padding: 5px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding-bottom: 60px;
    }
}

@media screen and (max-width:900px) {
    .veta {
    display: block;
    width: 100%;
    height: 250px;
    box-sizing: border-box;
    padding: 0 15px;
    padding-left: 50px;
    font-size: 17px;
    }
}
@media screen and (max-width:600px) {
    .veta {
    display: block;
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    padding: 0 15px;
    padding-left: 50px;
    font-size: 17px;
    }
    .senaste-nytt {
        width: auto;
    }
}