/*Big picture*/
html{
    height: 100%;
    width: 100%;
}
body{
    height: 100%;
    min-height: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows:  40px auto 150px;
    grid-template-areas:
    "nav nav nav"
    "content content content"
    "footer footer footer";
    background: white;
    font-family: 'Open sans', 'Serif';
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}
nav{
    grid-area: nav;
    height: 50px;
    position: fixed;
    width:100%;
    display: block;
    background-image: linear-gradient(to right, #fdd8b3, #fbb168);
    z-index: 100;
    box-shadow: 0px 0px 8px 0px rgb(85, 85, 85);
    max-width: 100%;
}
content{
    grid-area: content;
    height: auto;
    display: block;
    width: 80%;
    margin-left: 10%;
    color: #3d2d33;
    margin-bottom: 100px;
}
footer{
    grid-area: footer;
    height: 250px;
    display: block;
    color: #3d2d33;
    z-index: 10;
    margin-top: 150px;
}

#navImg{
    width: 3.5%;
    margin-top: 2px;
    position: absolute;
    left: 96%;
}
/*Big picture*/

/*Content front*/

/*Front intro*/
#contentHead img{
    width: 60%;
    margin-left: 20%;
}

#frontIntro{
    display: flex;
    margin-left: 140px;
    margin-right: 140px;
    border-radius: 10px;

    margin-bottom: 100px;
}
#frontIntro {
    height: 400px;
}
#fiText{
    flex: 2 1 auto;
    height: 360px;
    border-radius: 20px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 0.8vw;
    margin-top: 0px;
}
#fiImage{
    flex: 2 1 auto;
    height: 360px;
    border-radius: 20px;
    margin-left: 40px;
    margin-right: 40px;
}
#fiImage img{
    height: 20vw;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0px 0px 10px 0px rgb(58, 56, 56);
}
#fiLink{
    position: absolute;
    top: 98%;
    right: 28%;
}
#fiLink a{
    text-decoration: none;
    color: #3d2d33;
    transition: font-size 0.24s;
    font-size: 1.4vw;
}
#fiLink a:hover{
    font-size: 1.5vw;
    text-decoration: none;
}
#fiLink i{
    margin-left: 5px;
}

.textLink{
    margin-left: 50%;
    text-decoration: none;
    color: #3d2d33;
}
.textLink a{
    text-decoration: none;
    color: #3d2d33;
}
.textLink i {
    font-size:4vw;
    margin: 10px;
}

/*Front intro*/

/*Front roles*/
#frontRoles{
    margin-left: 140px;
    margin-right: 140px;

}
#frontRoles h2,p{
    
}
#frontRoles h2{
    margin-top: 0px;
    font-size: 1.7vw;
}

#frontRoles p{
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 1.3vw;
}

#frontInterim, #frontKonsult, #frontFinans{
    padding-left: 40px;
    margin-bottom: 45px;
    padding-top: 2px;
    padding-bottom: 10px;
}
#frontInterim{
    border-left: 70px solid #fbb168;
}
#frontKonsult{
    border-left: 70px solid #fcc58e;
}
#frontFinans{
    border-left: 70px solid #fdd8b3;
}

#rolesLink a{
    transition: font-size 0.24s;
    text-decoration: none;
    color: #3d2d33;
}
#rolesLink a:hover{
    font-size: 1.4vw;
}

/*Front roles*/

/*Content front*/


/*Content Kompetenser och Erfarenheter*/
#titleKoE{
    text-align: center;
    font-size: 2.5vw;
}
.eokCont{
    width: 80%;
    margin-left: 15%;
    margin-bottom: 10%;
}
.eokCont h2{
    font-size: 3vw;
    text-align: left;
    margin-left: 20%;
}
#eokNav{
    margin-top: 10%;
    position: fixed;
    border-left: solid 0px #3d2d33;
    padding-left: 8px;
    left: 5%;
    display: none;
}
#eokNav ul{
    list-style-type: none;
    margin-bottom: 80px;
}
#eokNav2{
    border-left: solid 2px #3d2d33;
    padding-bottom: 5px;
}
#eokNav li{
    font-size: 1.4vw;
    text-decoration: none;
    margin: 30px 0;
    border-bottom: 1px solid #c0bdbe;
    
}

#ekt1{
    background-color: #fbb168;
    color: #3d2d33;
    font-size: 1.2vw;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}
#ekt2{
    background-color: #fcbd7f;
    color: #3d2d33;
    font-size: 1.2vw;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}
#ekt3{
    background-color: #fdc893;
    color: #3d2d33;
    font-size: 1.2vw;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}
#ekt4{
    background-color: #fdd1a5;
    color: #3d2d33;
    font-size: 1.2vw;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}
#ekt5{
    background-color: #fad4ad;
    color: #3d2d33;
    font-size: 1.2vw;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}
#ekt6{
    background-color: #fadabb;
    color: #3d2d33;
    font-size: 1.2vw;
    border-radius: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.eokKompText{
    
    margin-left: -80px;
    padding-left: 40px;
}

#compImg{
    width: 60%;
    margin-left: 25%;
}

/*Content Kompetenser och Erfarenheter*/

/*Footer*/
.h2f{
    font-size: 1.8vw;
    width: 30%;
    margin-left: 35%;
}
.foot1{
    text-align: center;
    font-size: 1.2vw;
}
.foot1 span{
    margin-right: 50px;
}
.foot1 i{
    font-size: 1.9vw;
}
#footCr{
    text-align: center;
}

/*Footer*/