
.mika-full{
    overflow: hidden;
    width:100%;
    background: var(--light);
}

/* HEADER */
.mikaheader{
    padding-top: 2%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.titleimg {width: 30%;}

.miikaheader .title {align-items: center;}


/* MIKA INTRO */
.mikaintro{
    display: grid;
    grid-row: auto;
}

.mikaintro .pop-text{
    width: 36%;
    margin-left: 10%; 
}

.mikaintro .title-small-text{
    margin-left: 47%;
    margin-top: 2%;
}
.mikaintro .small-text{
    width: 47%;
    margin: 0 0 5% 47%;
}

.mikaintro .insetcontainer{
    padding: 4% 0% 1% 0%;
}


/* IMAGES */
.mikaimages {
    display: flex;
    justify-content: center;
    margin: 6% 0 14% 0; 
}

.headerimg{
    width: 20%;
    padding: 0 2% 0 2%;
}

/* CONCEPT BUILDING/IDEATION */
.market-comparison{ 
    width: 100%;
    padding:0% 20%;
}

.market-comparison .small-text{
    margin:0 2% 5% 2%;
}
.ref-images{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width:130%;
    background-color: var(--bright);
    box-shadow: inset 0.2vw 0.2vw 0.8vw rgba(0, 0, 0, 0.3);
    margin: 0 0 3% 0;
    padding: 3% 0;
}
   
.concept-img{
    width: 100%;
    transition: transform 0.5s ease;
    margin: 2% 0 4% 0;
}
.main-features{
    width:100%;
    margin: 5% 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.refprod-img{
    width:31%;
    padding: 1%;
    transition: transform 0.5s ease;
}

.refprod-img:hover{
    z-index: 2;
    transform: scale(1.7);
}

.feature-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width:130%;
}

.features{
    display: flex;
    flex-direction: column; 
    background-color:var(--bright);
    box-shadow: inset 0.1vw 0.1vw 0.4vw rgba(0, 0, 0, 0.3);
    margin: 3% 1% 0 1%;
    width: 75%;
    padding: 1%;
    justify-content: flex-start;
}

/* WIREFRAMING */
.mika-wireframe{
    margin-top: 2%;
    padding: 3%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.usertesting{
    margin-top: 2vh;
}

.wire-img{
   width: 116%;
   height: 20%;
}

.HF{
    display: flex;
    flex-direction: row;
}

.HF .pop-text{
    margin-bottom: 5%;
}

.HF-images{
    height:1vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
 
}

.HF-img{
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14%;
}

.HF-UX{
    display: flex;
    flex-direction: column;
    margin-left: 4%;
    padding-right: 22%;
}

.HF-small{
    margin: 0 0 3% 0;
}

.HF-assets{
    display: flex;
    flex-direction: column;
    margin: 0 13% 70% 0;
}