
/* TEXT FORMATTERING */

.s2 p {
    color: #2e6645;
    line-height: normal;
    font-size: 1.3em;
}

.s2 h2 {
    margin-top: 2em;
}

.s2 h4 {
    color: #e09b4b;
    text-align: center;
    margin-top: 2em;
    font-size: 1.4em;
}

.s3 li {
    font-family: dinosaur, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #558e6c;
    font-size: 1.4em;
 
}

.s3vanstertext p {
    font-family: dinosaur, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #e09b4b;
    font-size: 1.2em;

}

.s3vanstertext a {
    font-family: dinosaur, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #e09b4b;
}

.s4 h4 {
    color: #2e6645;
    margin-bottom: 1em;
    
}

.section4 p {
    color: #558e6c;
    margin-bottom: 2em;
    font-size: 1.3em;
}



/* LÄNK FORMATTERING  */


/* FÖRSTA SIDAN */

#Video {
    position: fixed;
    bottom: 11%;
    width: 100vw;
    z-index: -2;
    height: 100vh;
    object-fit: cover;
    left: 0;
  }

#videoopacitet {
    position: absolute;
    right: 0;
    bottom: 11%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.44);
    z-index: -2;
    left: 0;

}

.herotext {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 30%;
    width: 100%;

}

.herotext img{
    width: 10em;
    margin-bottom: 2em;
}

/* ANDRA SIDAN */

#iphoneimg {
    width: 30em;
}

#appleapp {
    width: 12em;
    margin-right: 0.5em;
}

#googleapp {
    width: 14em;
}

.appar {
    display: flex;
    flex-direction: row;
    margin-top: 1em;
    
}

.andrasidan {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 5em;
}
.s2hogertext {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 33.7em;
}

#tipsdoodle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

#linedoodle {
    width: 10em;
    margin-top: 0.5em;
}


/* TREDJE SIDAN */

.s3flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
}


.s3vanstertext {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
} 

.s3 img {
    width: 20em;
    margin-left: -10em;
}

.ulflex {
    display: flex;
    flex-direction: row;
    margin-bottom: 2em;
}

.ulflex li {
    margin-bottom: 0.5em;
    list-style-type: none;
}

#ulspace {
    margin-right: 5em;
}

.s3vanstertext p {
    margin-bottom: 0.5em;
}    

.s3vanstertext a p:hover, .s3vanstertext a:hover {
    color: #2e6645;
}


/* FJÄRDE SIDAN */

.section4 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 7em;

}

.s4 {
    background-image: url('/images/bakgrunder/swoosh-34.png');
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 60% 42%;
}

.s4 img {
    width: 20em;
}

.s4flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 40em;

}

#s4right {
    text-align: right;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s5 {
    background-image: url('/images/bakgrunder/slalom-35.png');
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: -1% 130%;
}


/* MOBIL */

@media screen and (max-width: 1024px) {
    
#Video {
    bottom: 0;
    top: 0;
  }

#videoopacitet {
    top: 0;
    bottom: 0;


}

/* ANDRA SIDAN */
    .andrasidan {
        flex-direction: column;
        width: auto;
    }

    #iphoneimg {
        display: none;
    }
    .s2hogertext {
        align-items: center;
    }
    .s2hogertext p, .s3 p {
        text-align: center;
        width: auto;
        padding: 0em 4em;
        font-size: 1em;

    }

    #tipsdoodle {
        width: auto;
    }

    .s4 {
        background-image: none;
    }

    h2 {
        width: auto;
        padding: 0em 2em;
    }

    .appar {
        flex-wrap: wrap;
    }

    #appleapp {
        width: 9em;
    }
    
    #googleapp {
        width: 10em;
    }


    element.style {
        height: 20em;
    }

/* TREDJE SIDAN */

    .s3flex {
        flex-direction: column;
        align-items: center;
    }

    #ulspace {
        margin-right: 2em;

    }

    .ulflex {
        flex-direction: column;
    }

    .ulflex li {
        font-size: 1em;
    }

    .ulflex a {
        text-align: center;
    }
    .s3vanstertext {
        align-items: center;
    }

    .s3vanstertext p, .s3vanstertext a  {
        margin: auto;

    }  

    .s3flex img {
        margin: auto;
        display: none;
    }

    /* FJÄRDE SIDAN */

    .section4 {
        flex-direction: column;
    }

    .s4 img {
        width: 10em;
        margin-bottom: 1em;

    }

   

    .s4flex {
        text-align: center;
        width: 100%;
    
    }

    .s4flex p{
        width: 90%;
    }

    #s4right {
        text-align: center;
    }

    .s2hogertext {
        width: auto;
    }

    

}

@media screen and (max-width: 720px) {
  
    .s9 p, .s10 p, .s8 p, .s6 p, .s7 p, .s1 p, .s2 p, .s3 p, .s4 p, .s5 p {
        width: auto;
        padding: 0em 2em;
    }

   h2 {
        font-size: 1.5em;
    }
}