.headerimg {
    background-color: #ffffff;
    background-image: url(https://github.com/superfred009/final-project/blob/main/img/headerBIG2.jpg?raw=true);
    height: 200px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

.title {
    font-weight: normal;
    font-size: 25px;
}

.fiveways-header, .fiveways-text {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.fiveways-header {
    padding-top: 30px;
}

.fiveways-img {
    height: 18vw;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    padding-bottom: 30px;
}

a {
    color: #4C737B;
    text-decoration: none;
}

.nav {
    background: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    width: 100%;

}

.nav ul {
    margin: 0;
}

.nav ul li {
    list-style: none;
}

.nav a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: lighter;
    font-size: 20px;
    color: #537D88;
}

.nav a:hover {
    color: #000000;
    text-decoration: none;
}

.innhold {
    background-color: #f0f0f0;
}

.recipetitle {
    font-weight: normal;
    letter-spacing: 2px;
}

.recipe-description {
    text-align: center;
}

.recipe-header {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: lighter;
    text-align: center;
    color: #82646B;
    margin-bottom: 0;
    padding-top: 30px;
    margin-left: 10%;
    margin-right: 10%;
}

.ingredients {
    font-weight: normal;
    margin-right: 30px;
    line-height: 1.6;
}

.fremgang {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}

.linje {
    height: 2px;
    width: 40%;
    background-color: white;
    border: none;
}

.storlinje {
    height: 10px;
    background-color: #537d8846;
    border: none;
    margin-bottom: 100px;
}

.taco {
    margin-bottom: 20px;
}

.hvitlinje {
    height: 4px;
    background-color: white;
    border: none;
}

.hvitlinje2 {
    height: 2px;
    background-color: white;
    border: none;
}

.soup {
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.recipe-info {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    text-align: center;
}

h2, h3 {
    font-size: 25px;
    color: #292929;
    text-align: center;
}

.recipe-img {
    height: 22vw;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

ul {
    list-style: none;
}

.backtotop {
    background-color: #f0f0f0;
    height: 40px;
    width: 100%;
    text-align: center;
}

.backtotop ul li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
    margin-right: 40px;
    margin-top: -10px;
}

.backtotop ul li a {
    color: black;
    font-size: 20px;
    text-transform: uppercase;
}

.backtotop ul li a:hover {
    background-color: #8D6D74;
    padding-top: 3px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer {
    background-color: #FFFFFF;
    height: 145px;
    font-weight: lighter;
    font-size: 18px;
}

.footer table {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 13px;
}

@media screen and (max-width:900px) {
    .headerimg {
        background-color: #ffffff;
        background-image: url(https://github.com/superfred009/final-project/blob/main/img/headerBIG2.jpg?raw=true);
        height: 100px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: inherit;
    }
}