body{
    background: linear-gradient(252.44deg, #FFFFFF 0%, #F2FCFC 100%);
}
section.main{
    width:100%;
    max-width:600px;
    margin:auto;
    text-align:center;
    margin-top:10%;
}
section img{
    width:100%;
}
div#content{
    text-align:left;
    box-shadow: 0px -12px 40px rgba(45, 88, 95, 0.2);
    border-radius: 24px 24px 0px 0px;
    background-color:white;
    padding-top:40px;
    position: relative;
    padding-bottom: 40px;
    margin-top: 133vw;
}
div#content p, div#content h1, div#content h2, div#content h4, div#content hr{
    padding:0 5%;
}
h1{
    font-family: 'LOREAL Essentielle';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
h2{
    font-family: 'LOREAL Essentielle';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
h2 span{
    font-weight: 400;
    
}
h3{
    padding:5%;
    background: linear-gradient(107.56deg, #84B09A 0%, #4C848D 100%);
    font-family: 'LOREAL Essentielle';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-top: 28px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    
}
p{
    font-family: 'LOREAL Essentielle';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: justify;
    color: #000000;
}
section.environmental-impact p img{
    width: 70%;
    margin: 5% 15%;
}
section.carbon-footprint p img,section.water-footprint p img{
    width: 85%;
}
h4{
    font-family: 'LOREAL Essentielle';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.info{
    font-family: 'LOREAL Essentielle';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #A6A6A6;
}
body{
    margin:0;
    padding:0;
}
sup{
    font-size:10px;
}
hr{
    background: #000000;
    border-radius: 4px;
    height:3px;
    margin:5%;
}
p.notes{
    font-size: 13px;
    line-height: 18px;
    color: #7D7D7D;
    margin-bottom:20px;
    margin-top: 35px;
}

span.right-text{
    float: right;
    font-weight: 700;
}
section.manufacturing p{
    line-height: 24px;
}
header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background-color:white;
    padding: 10px 0;
    z-index:10;
    box-shadow: 0px 12px 40px rgba(45, 88, 95, 0.2);
    display:none;
}
header h5{
    margin:0;
    font-family: 'LOREAL Essentielle';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
header h6{
    margin:0;
    font-family: 'LOREAL Essentielle';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #000000;
    margin-top:5px;
}
header h6 span{
 font-weight: 400;
}
header img{
    width:20%;
    float:left;
}
header div{
    margin-top: 3vw;
}
header .info{
    margin-top: 5px;
}

#shadow{
    position: absolute;
    left: 0;
}
#intro{
    position: fixed;
    top: 40px;
    width:100%;
}

@media (min-width: 600px) {
    header{
        max-width: 600px;
        left: 50%;
        margin-left: -300px;
    }
    #intro{
        max-width: 600px;
    }
    div#content{
        margin-top: 770px;
    }
    header div{
        margin-top: 37px;
    }
}