
/* TEXT FORMATTERING */
.s1 h2 {
    text-align: left;
}

.s1 h4 {
    color: #2e6645;
    margin-bottom: 0.5em;

}

.s1 h5 {
    color: #558e6c;
    margin-bottom: 0.5em;

}

.s1 p {
    width: 40em;
    margin: 1em 0em;
    text-align: justify;

}

.s2 h4, .s3 h4 {
    color: #2e6645;
    margin: 0.5em;
}

.s2 h5, .s3 h5 {
    color: #558e6c;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}

.s2 p, .s3 p {
    color: #d27722;
    width: 20em;
    line-height: 1.1em;
    font-size: 0.9em;
}

#smallertext {
    font-size: 1.2em;
    margin-top: 1.5em;
}

/* FÖRSTA SIDAN */

.s1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 10em;
    margin-bottom: 20em;
}


.s1 p {
    color: #558e6c;
}


.s1 {

    background-image: url('/images/bakgrunder/skidor-36.png');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 75% 60%;
}



/* PERSONAL SIDORNA */

.personalflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.outbypersonal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25em;
    margin: 0em 2em;

}

.outbypersonal img {
    width: 15em;
    /* shadow: 0.1em 0.1em 0.3em #c4c4c4 */
}

.outbypersonal p {
    text-align: center;
}


@media screen and (max-width: 1024px) {
        
    .outbypersonal img {
        width: 10em;
        margin-top: 1em;
    }
    .s1 {
        padding: 0em 1.5em;
        align-items: center;
        justify-content: center;
        margin-left: 0em;
        margin-bottom: 0em;
        background-image: none;
        margin: auto;
    }

    .s1 h2 {
        text-align: center;
    }

    h4 {
        font-size: 1.2em;
        text-align: center;
        margin-top: -1em;
    }

    .s1 p {
        width: 90%;
        text-align: left;
    }

    .socialamedier, #smallertext {
        display: flex;
        justify-content: center;
    }

    .s2 h5, .s3 h5 {
        color: #558e6c;
        margin-bottom: 0.5em;
        font-size: 1.2em;
    }
   .outbypersonal p {

        padding: 0em 2em;
    }  
    
    .hidephoneview {
        display: none;
    }




}
