body {
    margin: 0 auto;
    box-sizing: border-box;
    font-family: muli;
    background-color:#F5F9ED;
    max-width: 960px;
}
/*------------------------------------------------------debug----------------------------------------------------------------*/
/* .debug{
    position: absolute;
    right:0px;
    top: 25px;
    width: 200px;
    height: 200px;
    border: 1px solid black;
    background: rgb(157, 253, 157)
}
.debugButton{
    background: rgb(144, 236, 144);
    text-align: center;
    margin: 10px 5px 0 5px;
} */
/*------------------------------------------------------header---------------------------------------------------------------*/
.header {
    height: 100px;
    width: 100%;
    background-color: #BDD684;
    padding: 20px 10px;
}
.nav {
    float:right;
    margin-top: 60px;
}
.nav a{
    color: #008834;
    font-weight: bold;
    font-size: 1.5em;
    margin-right: 1.8em;
    vertical-align: text-bottom;
    text-decoration: none;
}
.nav a:hover{
    text-shadow: -2px -2px 3px #00883480;
}
.nav a:active{
    color: #006533;
}
.RKFF {
display: inline;
}
#logo {
    height: 100px;
}
/*------------------------------------------------------header-mobile-------------------------------------------------------*/
@media only screen and (max-width: 960px) {
.header {
    height: 50px;
    width:100%;
}
.nav {
    position: sticky;
    top:0px;
    margin:0 0 0 0;
    height:20px;
    width:100%;
    background-color: #A4C954;
    overflow: visible;
}
.nav a{
    text-align: center;
    border-bottom:solid 1px #86BC25;
    display: none;
    width:100%;
    height: 50px;
    background-color: #A4C954;
    -webkit-transform: translate3d(0,0,0);
}
.nav:hover a, .nav:active a {display:inline-block; z-index: 10;}

#logo {
    height: 70px;
    display: block;
margin-left: auto;
margin-right: auto;
}
.jumboIMG{
    width: 100%;
    }
}
/*----------------------------------------------------------footer---------------------------------------------------------------*/
.footer{
    position: fixed;
    bottom: 0px;
    height: 50px;
    width: 960px;
    background-color: #BDD684;
    padding: 20px 10px 30px;
}
.IofC{
    float:left;
}
.IofCLogo {
    vertical-align: middle;
    height: 65px;
    width: 330px;
}
.straplineCont{
    text-align: right;
}
.strapline{
    color: #008D33;
    font-size:20px;
}
.cc {
    font-size: 10px;
    color: #006533;
    float: left;
    width:100%;
}
/*-----------------------------------------------------------footer-mobile-----------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
    .footer{
        display:none;
    }
  }
/*-----------------------------------------------------main-content-index---------------------------------------------------------------*/
.jumboIMG{
    display: block;
    margin: 2em auto 2em auto;
    position: sticky;
    z-index: -1;
    border-radius: 10%;
}
.text-cont{
    margin-bottom: 100px;
}
/*--------------------------------------------------main-content-index-mobile-----------------------------------------------------*/
@media only screen and (max-width: 960px) {
    /* body {
        
    } */
  }
/*-------------------------------------------------people-content-index--------------------------------------------------------------*/
#perList {
    text-align:center;
    width: 100%;
    padding-inline-start: 0;
}
#perList li {
    border-radius: 30%;
    display: inline-block;
    list-style: none;
    margin: 0 5%;
    font-size: 1.2em;
    background-color: #E0EBC6;
    padding: 10px;
    min-width: 20px;
    min-height: 10px;
}
li a {
    text-decoration: none;
    color:#008834;
}
.profileCont {
    overflow: hidden;
    display:table;
    box-sizing: border-box;
    margin-bottom:90px;
}
.bioCont {
    border-radius: 5%;
    float:left;
    background-color: #E7F2D3;
    width:600px;
    min-height:500px;
    margin:0 20px;
}
#name {
    padding-left: 20px;
}
#bio{
    padding: 10px 20px;
    font-size: 13px;
}
.picCont {
    float: right;
    width:300px;
    margin: 0 20px 0 0;
    padding:0px;
}
#pic {
    object-fit: contain;
    width: 100%;
    max-height:300px;
}
#mp3Cont {
    float:right;
    width:300px;
    margin: 20px 20px 0 0;
}
#mp3 {
    width:100%;
}
/*-------------------------------------------------people-content-mobile--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
    .profileCont {
        display:flex;
        flex-direction: column;
    }
    .profileCont > .bioCont {order:3;}
    .profileCont > .picCont{order:1;}
    .profileCont > #mp3Cont{order:2;}
    .bioCont {
        width:95%;
        margin: 0 auto;
    }
    .picCont {
        float: none;
        margin:1.5em auto 0;
        width: 80%;
        display: block;
    }
    #mp3Cont {
        float: none;
        margin: 5px auto;
        width: 80%;
    }
    ol {
        margin-top: 20px;
        margin-block-start: 0;
        margin-block-end: 0;
    }
    #perList li{
        width: 20%;
        margin: 10px 5% 0 0;
        padding: 2px;
    }
}
/*-------------------------------------------------info-content-index--------------------------------------------------------------*/
.info {
    font-size: 1em;
}
.carousel {
    background-color: #769772;
    width: 80%;
    margin:20px auto;
    height: 300px;
}
#carImage {
    display: block;
    margin: auto;
    object-fit: scale-down;
    max-height: 100%;
    max-width: 100%;
}
.infoText {
    width: 80%;
    margin: 0 auto 30px;;
    min-height: 300%;
    background-color: #E7F2D3;
    padding: 15px;
    border-radius: 5%;
}
.projectCont {
    width:80%;
    height: 70px;
    margin: 20px 10%;
}
.projectIMG {
    height: 100%;
    margin-right: 20px;
}
.projectText {
    padding: 5px;
    font-size:13px;
}
.länsCont {
    width:100%;
    margin-bottom: 90px;
}
#länsLogo {
    display:block;
    margin: 0 auto;
    width: 20%;
}