/*@import url(/theme/css/chota.min.css)*/

:root {
  /*--grid-maxWidth: 72rem;*/
  --font-color: #1a2832;
  --color-primary: #40798c;
  --bg-secondary-color: #f2f8f9;
  --color-50: #f2f8f9;
  --color-100: #ddecf0;
  --color-200: #bfdae2;
  --color-300: #93c0cd;
  --color-400: #609eb0;
  --color-500: #40798c;
  --color-600: #3b6b7f;
  --color-700: #355969;
  --color-800: #324b58;
  --color-900: #2d404c;
  --color-950: #1a2832;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-800);
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

a {
    color: var(--color-400);
}

img.photo {
    border-radius: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

dl.education {
    display: flex;
    flex-direction: column;
}

dl.education>dt {
    color: var(--color-700);
}

dl.education>dd {
    margin: 0;
}

.experience {
    background-color: var(--bg-secondary-color);
}

.experience>.title {
    line-height: 1.2;
}

.experience>.company {
    font-size: 1.1em;
    line-height: 1.5;
    color: var(--color-700);
}

.experience>.date {
    line-height: 1.5;
    color: var(--color-700);
}

.experience>.text {
    padding: .75rem 1rem;
}

@media screen and (max-width: 900px) {
    .bullet {
        display: none !important;
    }
}
.bullet {
    margin: 0;
}
.bullet>.space {
    height: calc(50% - 10px);
}
.bullet>.badge {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    position: relative;
    left: calc(50% - 10px);
    background-color: var(--color-primary);
}
.bullet>.line {
    position: relative;
    width: 2px;
    left: calc(50% - 1px);
    background-color: var(--color-primary);
}

.tag + .tag {
    margin-left: 0;
}
