body {
    font-family: sans-serif;
    background-color: #272727;
}

h1 {
    color: #ffffff;
    text-align: center;
    line-height: 267px;
    font-size: 100px;
    letter-spacing: 25px;
    font-weight: 100;
    text-shadow: 0px 0px 8px #00000090;
}

#head {
    background-image: url(madchen.jpeg);
    display: block;
    height: 400px;
    background-size: cover;
    background-position: center center;
    margin: -8px;
    padding-top: 1px;
    box-shadow: 0px 0px 16px #00000090;
}

#top {
    background-color: #272727;
    margin: -8px;
    height: 60px;
    padding-top: 1px;
    padding-left: 7px;
    box-shadow: 0px 0px 16px #00000090;
}

#top img {
    cursor: pointer;
}

#nav {
    background-color: #ffffff;
    height: 60px;
    margin: -8px;
    padding: 0px;
    padding-top: 1px;
    box-shadow: 0px 0px 16px #00000090;
    margin-bottom: -300px;
}

#nav a {
    background-color: #ffffff;
    height: 60px;
    margin: 0px;
    margin-top: -1px;
    padding-top: 0px;
    line-height: 55px;
    padding: 0px;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    text-decoration: none;
    font-weight: 600;
    color: black;
    cursor: pointer;
}

#nav a.active {
    background-color: #e3e3e3;
    cursor: pointer;
}

#nav a:hover {
    background-color: #e3e3e3;
    cursor: pointer;
}

#information {
    text-shadow: 0px 0px 16px #00000090;
}

#information p {
    color: white;
    text-align: center;
    font-size: larger;
    border: solid #b8665d;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 16px #00000090;
    background: #333333;
}

#information h3 {
    color: #b8665d;
    font-size: 40px;
    margin-bottom: -8px;
}

#information h2 {
    text-align: center;
    color: #e15b4d;
    margin-top: 400px;
    font-size: 50px;
}

#section {
    color: white;
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    padding: 10px;
    border: solid;
    border-image: linear-gradient(90deg, rgba(255, 166, 0, 0), #b8665d, rgba(255, 166, 0, 0)) 25;
    float: left;
}

#qoute {
    text-align: center;
    font-size: 50px;
    color: #e15b4d;
    font-weight: 200;
    font-family: sans-serif;
}

#pushdown {
    margin-top: 300px;
}

#footer {
    float: left;
    height: 20%;
    background-color: #b8665d;
    color: white;
    margin: -8px;
    margin-top: 50px;
    padding: 8px;
    padding-top: 30px;
    width: 100%;
}

#footer li {
    margin-bottom: 4px;
}

#footer #footersec {
    float: left;
    background-color: #b8665d;
    margin: -8px;
    padding: 8px;
    width: calc(100%/3);
    height: 400px;

}

#billeder {
    float: right;
    margin-right: 25%;
    width: 50%;
    margin-top: 100px;
    text-align: center;
    background-color: #333333;
    border-radius: 10px;
    border: solid #b8665d;
    box-shadow: 0px 0px 16px #00000090;
    background: linear-gradient(to bottom, #333333, #232323);
}

#billeder p {
    color: white;
    font-size: 30px;
    text-shadow: 0px 0px 16px #00000090;
}

#billeder img {
    margin-top: 3%;
    border-radius: 10px;
    box-shadow: 0px 0px 16px #00000090;
}
#information a {
    color: #aaaaff;
    text-decoration: none;
}