.phone-screen,
.phone-or-bigger-screen,
.tablet-screen,
.tablet-or-bigger-screen,
.desktop-screen,
.desktop-or-bigger-screen,
.hi-res-screen {
    display: none;
}

@media screen and (min-width: 160px) and (max-width: 640px) {
    .phone-screen,
    .phone-or-bigger-screen {
        display: inherit;
    }
}

@media screen and (min-width: 641px) and (max-width: 960px)   {
    .phone-or-bigger-screen,
    .tablet-or-bigger-screen,
    .tablet-screen {
        display: inherit;
    }
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
    .phone-or-bigger-screen,
    .tablet-or-bigger-screen,
    .desktop-or-bigger-screen,
    .desktop-screen {
        display: inherit;
    }
}

@media screen and (min-width : 1201px) {
    .phone-or-bigger-screen,
    .tablet-or-bigger-screen,
    .desktop-or-bigger-screen,
    .hi-res-screen {
        display: inherit;
    }
}



/* menu-icon */
.menu-icon {
    cursor: pointer;
    width: 1.3em;
}

.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
    height: 0.1em;
    background-color: white;
    margin: 0.40em 0em;
    transition: 0.4s;
}

.menu-icon.change .bar1 {
    transform: translate(0em, 0.68em) rotate(45deg) ;
    -webkit-transform: translate(0em, 0.5em) rotate(45deg);
}

.menu-icon.change .bar2 {
    transform: scaleX(.001) scaleY(.001);
}

.menu-icon.change .bar3 {
    transform: translate(0rem, -0.68em) rotate(-45deg);
    -webkit-transform: translate(0rem, -0.5em) rotate(-45deg);
}

.menu-icon .bar1,
.menu-icon .bar2,
.menu-icon .bar3 {
    background-color: #eee;
}

.menu-icon {
    font-size: 1.25rem;
}



/* common */
body {
    margin: 0;
    font-family: HelveticaNeue-UltraLight;
    height: 100%;
    font-size: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 0.8rem;
}

a {
    text-decoration: none;
}

p {
    margin-top: 0;
    padding-top: 1em;
}

img {
    height: auto;
}

div.row {
    min-width: 320px;
    text-align: center;
}
div.col, div.col2, div.col3, div.col4, div.col75 {
    /* border: 1px dotted blue; */
    min-width: 320px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    /* whitespace fix */
    max-width: 60rem;
    margin-left: -5;
}
div.col2 {
    max-width: 30rem;
    width: 50%;
}
div.col3 {
    max-width: 20rem;
    width: 33.3%;
}
div.col4 {
    max-width: 15rem;
    width: 25%;
}

div.col75 {
    max-width: 45rem;
    width: 75%;
}



/* custom */

body {
    -webkit-font-smoothing: antialiased;
    font-family: HelveticaNeue-Light;
    position: relative;
}

div.row:not(.header) {
    padding-top: 3rem;
}

.content {
    background-color: white;
    position: relative;
    top: 2rem;
    margin-bottom: 18rem;
}

.content .header header {
    background: linear-gradient(270deg, #444 30%, #666 70%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 65% 100%, 0 75%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 65% 100%, 0 75%);
    color: white;
    font-family: HelveticaNeue-Light;
    padding-bottom: 5rem;
    text-transform: uppercase;
}

.content .header.menu {
    opacity: 0.96;
    padding-bottom: 3rem;
    padding-top: 1rem;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.content .header.menu a {
    color: white;
}

.content .header.menu.menu-icon-observer {
    transition: 0.4s ease;
}

.content .header.menu:not(.menu-icon-cancel) {
    -webkit-transform: translate(0em, -100%);
}

.content .header.menu header > div {
    padding-left: 30%;
}

.content .header.menu header h2 {
    font-size: 0.8rem;
    margin: 0.5rem;
    min-width: 5rem;
}

.content .header.image header div {
    padding-top: 3rem;
}

.content .header header div {
    padding-left: 60%;
    padding-top: 1rem;
    text-align: left;
}

.content .header header h1, 
.content .header header h2 {
    font-weight: initial;
}

.content .header header h1 {
    font-size: 1.5rem;
}

.content .header header h2 {
    font-size: 0.8rem;
}

.content .header.menu header h1, 
.content .header.menu header h2 {
    display: inline-block;
}



.toolbar {
    min-height: 2rem;
    background: #232323;
    position: fixed;
    top: 0;
    z-index: 2;
    width: calc(100% - 2rem);
    padding: 0.5rem 1rem;
}

.toolbar a, .theapp a {
    color: #8c8c8c;
    font-family: HelveticaNeue-Medium;
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .12rem;
    transition: color 0.3s ease;
}

.toolbar > div {
    width: 100%;
    display: table-cell
}

.toolbar > div > div:not(.phone-screen),
.toolbar > div > div:not(.phone-screen) div {
    display: inline-block;
    margin: 0.1rem 0.3rem;
}

.toolbar .kmaps-logo-chrome {
    position: absolute;
    left: 40%;
    top: 0.9rem;
}

.toolbar .kmaps-logo-chrome img {
    width: 2rem;
}

.toolbar .kmaps-logo-chrome img:hover {
    filter: brightness(0.8);
}

.toolbar .menu {
    text-align: center;
}

.toolbar .default-align {
    text-align: initial;
}

.toolbar .download {
    text-align: right;
    white-space: nowrap;
    vertical-align: middle;
}

a.mainlink {
    color: #659c75;
}

.toolbar a:hover, .theapp a:hover {
    color: #fff;
}

.quick-menu li {
    display: inline;
    margin: 0 0.08cm;
/*    visibility: hidden;*/
}

.quick-menu:focus li {
    visibility: visible;
}

.quick-menu a {
    color: #656565;
    text-decoration: none;
    font-size: 80%;
    font-family: HelveticaNeue-Medium;
    letter-spacing: 0.02cm;
}

.quick-menu a:hover {
    color: #222;
}

.col, .col2, .col4, .col75 {
    padding-top: 5pt;
    padding-bottom: 5pt;
}

.app {
    color: white;
}

.app a {
    color: white;
}

.app li:nth-child(3) a {
    margin: 0.5cm 0.5cm;
}

.app a:hover{
    color: #444;
}

.app ul {
    margin: 0 10;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

.app .short {
    padding-top: 2.5cm;
    padding-bottom: 0.5cm;
}

.geocoding {
    background: white;
    padding-bottom: 1cm;
    font-size: 120%;
    padding-top: 1cm;
    color: #333;
}

.geocoding .item {
    margin-bottom: 10pt;
}

.geocoding .name {
    font-size: 80%;
    display: table-cell;
    width: 100%;
}

.geocoding .location {
    font-size: 50%;
    text-align: right;
    min-width: 120pt;
}

.geocoding .description, .geocoding .description2 {
    font-size: 55%;
    display: inline-block;
    padding-right: 10pt;
    padding-top: 60pt;
}

.geocoding .description2 {
    min-width: 50pt;
}

.geocoding h2 {
    margin: 0;
    font-size: 100%;
}

.geocoding .col2 > :nth-child(2) {
    font-size: 70%;
}

.geocoding #query {
    border: 0;
    border-bottom: 1pt rgba(0, 0, 0, 0.3) solid;
    outline-width: 0;
    background: transparent;
    font-size: 100%;
    width: 50%;
    margin-left: 15px;
}

.geocoding #result {
    margin-top: 40px;
    text-align: left;
    padding: 0 10%;
}

.feature {
    color: #9c9c9c;
    background: #232323;
    padding: 1.0cm 0;
    font-family: HelveticaNeue-Light;
    text-transform: uppercase;
}

.feature h2 {
    font-weight: normal;
    display: inline;
    margin: 0.3rem;
}

.feature .free {
    color: #30ff68;
}

.contact {
    background: #F2F4F7;
    padding-bottom: 1cm;
    padding-top: 1cm;
    font-size: 100%;
    padding-top: 0.5cm;
    color: rgb(68, 68, 68);
}

.contact p {
    text-align: left;
    margin: 0 20;
}

.contact h2 {
    font-size: 150%;
    text-transform: uppercase;
}

.contact .delim {
    width: 70;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-top: -15;
}

.contact p:nth-child(4) {
    color: #123D91;
}

.footer {
    background-color: #232323;
    color: rgb(102, 102, 102);
    font-size: 80%;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.footer img.logo {
    width: 50pt;
    height: 50pt;
    border-radius: 50%;
}

.footer > div {
    margin-top: 100%;
    margin-bottom: 0.5cm;
}

.footer li {
    margin-bottom: 0.2cm;
}

.footer a {
    color: white;
    text-decoration: none;
    margin: 0 4;
}

.footer a:hover {
    color: #39d8cc;
}

.section {
    min-height: 40%;
}

.section h2 {
    font-family: HelveticaNeue-Light;
    font-size: 120%;
    font-weight: initial;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.section h3 {
    font-weight: initial;
    font-size: 130%;
}

.theapp > p,
.section ul,
.section.about div > h1,
.section.about div > p {
    margin: 1rem;
}

.section.about {
    background: #232323;
    color: white;
}

.section.about h3 {
    color: #1fbba6;
    padding: 0.5rem;
}

.section.about img {
    max-width: 460px;
    width: 90%;
    padding: 5%;
}

.section.about p {
    font-size: 95%;
}

.section.team {
    background: #ddd;
    color: #232323;
}

.section.team a {
    color: #555;
    font-size: 80%;
}

.section.team a:hover {
    color: #1fbba6;
}

.section.team div.info {
    text-align: right;
}

.section.team img {
    border-radius: 20%;
    width: 50%;
    margin-bottom: 1rem;
    max-width: 250px;
}

.section.team p {
    max-width: 30rem;
    padding: 0 1rem;
}

.section.team span {
    display: block;
}

.section.team span.name {
    font-size: 110%;
}
.section.team span.role {
    color: #1fbba6;
    font-family: HelveticaNeue-Medium;
    font-size: 85%;
}

.section.team span.description {
    font-size: 85%;
}


.theapp {
    color: #9c9c9c;
    background: #232323;
    padding: 1.0cm 0;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.theapp a {
    padding: 0.5rem;
}

.theapp a.mainlink {
    font-size: 1rem;
}

.theapp h1 {
    font-size: 0.2rem;
}

.theapp p {
    text-transform: initial;
    font-size: initial;
}

.promo {
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #232323;
}

.promo a {
    min-width: 40rem;
}

.promo img {
    display: block;
    height: auto;
    max-width: 100%;
}
