:root {
    --cream: rgb(240, 220, 200);
    --blue1: #0082c8;
    --blue2: #1464b4;
    --blue3: #003264;
    --blue4: #001a43;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "antarctican-headline", sans-serif;

}

.contain {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header */

header {
    background-color: var(--cream);
    display: flex;
    justify-content: center;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
}

/* Sections */

.hero {
    background-color: var(--cream);
}
.herotop {
    background:linear-gradient(to top, rgba(240, 220, 200, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/fra_havet_til_dig.jpg");
    background-size: contain, cover ;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    display: flex;
    height: 1200px;
}
.herobottom {
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.herobutton {
    display: flex; 
    justify-content: flex-end; 
    align-items: center; 
    margin-top: 400px;
}

.wave {
  bottom: -1px;
  left: 0;
  margin: -100px auto;
}

.wave svg {
  display: block;
  width: 100%;
  height: 400px;
}

.problem {
    background-color: var(--blue2);
    height: 600px;
}
.problembox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.problem img{
    width: 600px; 
    float: right; 
    z-index: 2; 
    position: absolute; 
    left: 50%; 
    margin-top: 500px;
}

.guide {
    background-color: var(--blue3);
    padding-top: 250px;
}

.plan {
    background-color: var(--cream);
}
.plantop {
    background-image: url("../img/madlavning\ _med_familien.jpg");
    background-size: cover;
    background-position-y: center;
    height: 700px;
}
.planlist {
    display: flex; 
    justify-content: space-between;
}
.plandiv{
    display: flex; 
    flex-direction: column; 
    align-items: center;
}
.planbuttonfix {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 50px 0px 0px 0px;
}

.succes {
    background-color: var(--blue3);
    margin-top: -5px;
}

.failure {
    position: relative;
    height: 100vh;
    background-color: var(--blue1);
}
.failure article{
    z-index: 20;
    display: flex;
}
.failure-bg {
    position: absolute;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    background: url(../img/gode_raavarer.jpg);
    background-position: center middle;
    clip-path: polygon(100vw 20vh, 100vw 100vh, 0% 100vh);
    background-size: cover;
}

.testimonials {
    background-color: var(--blue3);
}
.testlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 50px 0px;
}

.final {
    background-color: var(--cream);
    height: 100vh;
}
.final-bg{
    position: absolute;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    background: url(../img/frisk_fisk.jpg);
    background-position: 100px;
    clip-path: polygon(10% 0%, 100vw 0%, 100vw 80vh);
    background-size: cover;
}
.final article{
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.finalbuttonfix {
    background-color: var(--blue2); 
    color: var(--cream); 
    padding: 10px 0px 15px 0px; 
    border-radius: 999px; 
    text-decoration: none; 
    font-size: 2rem;
    border: 1px solid #707070;
    width: 300px;
    text-align: center;
}
.finalbutton {
    background-color: var(--cream);
    display: flex;
    padding: 0px 0px 100px 0px;
    justify-content: center;
    margin-top: -50px;
}
.finalbutton a {
    background-color: var(--blue2); 
    color: var(--cream); 
    padding: 5px 80px 15px 80px; 
    border-radius: 999px; 
    text-decoration: none; 
    font-size: 4rem;
    border: 1px solid #707070;
}

/* Footer */

footer {
    background-color: var(--blue3);
    height: 70vh;
    background-image: url("../img/Logo_SkipperMartins_mark_only_RGB_neg_sand.svg");
    background-repeat: no-repeat;
    background-position: right -100px bottom -100px;
    padding-top: 15%;
}
.footercontain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 10%;
}
footer div {
    border-left: 2px solid var(--cream);
    padding-left: 25px;
}

/* Media */

.skipper {
    /* Controls the navbar logo */
    height: 90px;
    justify-content: flex-start;
    margin: 10px 0px 10px 0px;
}

.circle {
    width: 300px;
    padding: 20px 0px;
}

.storfisk{
    width: 100%;
}

/* Items */

.button {
    background-color: var(--blue2); 
    color: var(--cream); 
    padding: 10px 0px 15px 0px; 
    border-radius: 999px; 
    text-decoration: none; 
    font-size: 2rem;
    border: 1px solid #707070;
    width: 300px;
    text-align: center;
        display: flex;
    justify-content: center;
}


/* Text */

.hero h1 {
    font-size: 8.2rem;
    color: var(--blue2);
    margin-top: -20px;
}
.hero h2 {
    font-size: 4rem;
    color: var(--blue2);
    margin-top: 50px;
}
.hero p {
    font-size: 2rem;
    color: var(--blue1);
    max-width: 800px;
}

.problem h1 {
    font-size: 4rem;
    color: var(--cream);
    padding: 20px 0 20px 0;
}
.problem p {
    max-width: 300px; 
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: var(--blue4);
    padding-top: 50px;
}

.guide h1 {
    font-size: 4rem;
    color: var(--blue1);
    padding: 50px 0 20px 0;
}
.guide p {
    color: var(--blue1);
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 0 0 100px 0;
}

.plan h1 {
    font-size: 4rem;
    color: var(--blue2);
    padding: 50px 0 20px 0;
    text-align: center;
}
.plan h2 {
    font-size: 2.5rem;
    color: var(--blue1);
    font-weight: lighter;
}
.plan p {
    color: var(--blue4);
    font-size: 1.5rem;
    padding: 20px 0 0 0;
    text-align: center; 
    max-width: 280px;
}

.succes h1 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: lighter;
    color: var(--cream);
    padding: 50px 0 50px 0;
}
.succes p {
    color: var(--blue1);
    font-size: 2rem;
    line-height: 2rem;
    padding: 10px 0;
    max-width: 550px;
}
.succes ol {
    color: var(--cream);
    font-size: 2rem;
    list-style-type: disc;
    list-style-position: inside;
    padding: 10px 0 50px 0px;
}
.failure h1 {

    color: var(--blue2);

    font-size: 110px;
    line-height: 0.95;
    font-weight: 700;

    z-index: 20;
    margin-top: 80px;
}

.failure p {
    color: var(--cream);

    max-width: 600px;

    font-size: 28px;
    line-height: 1.2;
    font-weight: 300;
    z-index: 20;
    margin-top: 120px;
} 

.testimonials h2 {
    font-size: 1.5rem;
    color: var(--blue1);
    max-width: 300px;
    font-weight: lighter;
}
.testimonials h3 {
    font-size: 1.4rem;
    color: var(--blue2);
    max-width: 300px;
    font-weight: lighter;
}

.final h1 {
    font-size: 5.5rem;
    color: var(--blue2);
    line-height: 5rem;
    padding: 50px 0 0 0;
}
.final p {
    color: var(--blue1);
    font-size: 1.8rem;
    padding: 50px 0 0 0;
    max-width: 400px; 
}
.final article {
    padding-top: 200px;

}

footer p {
    color: var(--cream);
    text-decoration: none;
    font-size: 1.2rem;
    -webkit-text-stroke: 5px var(--blue3);
    paint-order: stroke fill;
}
footer h2{
    color: var(--blue2);
    font-weight: lighter;
    font-size: 1.5rem;
    position:relative; 
    top: 200px; 
    width:100%; 
    text-align:center; 
}