.upline{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 10vh;
    margin: auto;
    vertical-align: middle;
    background-color: #23418B;
    font-size: 4vw;
    color: #f2f2f2;
    font-family: Comfort;
}
.mainMenu{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    width: 100vw;
    height: auto;
    color: #1E56A0;
}
.KandS{
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 66vw;
}
.threeK{
    width: 22vw;
    text-align: center;
    align-self: stretch;
    padding: .5vw 0 .45vw 0;
    font-size: 2vw;
}
.choose{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    vertical-align: middle;
    width: 66vw;
    font-size: 2.3vw;
}
.sam,.site{
    width: 33vw;
    padding: 1.2vw 0 1vw 0;
    margin: auto;
    text-align: center;
    color: #f2f2f2;
}
.k1,.k2,.k3{
    background-color: #fff;
    color: #1E56A0;
}
.blue{
    background-color: #1E56A0;
    width: 17vw;
    height: inherit;
}
@media screen and (orientation: portrait){
    .upline{
        height: 7vh;
        font-size: 7vw;
    }
    .mainMenu{
        height: auto;
    }
    .KandS{
        width: 100vw;
    }
    .threeK{
        width: 33.333333333vw;
        padding: 2vw 0 2vw 0;
        font-size: 4vw;
    }
    .choose{
        width: 100vw;
        font-size: 2.3vw;
    }
    .sam,.site{
        width: 50vw;
        padding: 2vw 0 2vw 0;
        font-size: 4vw;
    }
    .blue{
        display: none;
    }
}