* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,
body {
    margin: 0 auto;
    padding: 0;
    padding-top: 3em;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    max-width: 764px;
    width: 100%;
    background: #eeeeee;
}
@media (max-width: 767.98px) {
    html,
    body {
        padding: 0 0.2rem;
        padding-top: 3.5em;
    }
}

@media print {
	.no-print, .no-print * {
		display:  none !important;
	}
}
@media screen {
    .print-only {
        display: none !important;
    }
}

hr {
    margin: .5em 0;
    background: #5ba9ee;
    color: #5ba9ee;
    border-color: #5ba9ee;
    border-radius: 30%;
}
p {
    line-height: 1.3rem;
    letter-spacing: -0.1px;
}
p:not(:last-of-type) {
    margin-bottom: 1rem;
}
a {
    transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
a:link,
a:visited {
    color: #2159a3;
}
a:hover,
a:active {
    text-decoration: none;
    color: #5ba9ee;
}


#top-notice {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#top-notice .content {
    max-width: 764px;
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}

.notice-style {
	background: #fff;
	color: #000;
}

.notice-style.notice-style--warning {
	background: #DD5E0A;
	color: #291402;
	font-weight: bolder;
	font-size: 1.2rem;
}


.profile > .content {
    display: flex;
    flex-flow: row nowrap;
}
@media (max-width: 767.98px) {
    .profile > .content {
        flex-flow: column;
        align-items: center;
    }
}
.profile .picture {
    height: 200px;
    width: 187px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0.5rem 1rem 1rem 0;
}
@media (max-width: 767.98px) {
    .profile .picture {
        margin: 0.5rem 0 1rem 0;
    }
}
.profile .picture img {
    max-width: 100%;
    height: auto;
}
.profile .about-me {
    align-self: flex-start;
}
@media (max-width: 767.98px) {
    .profile .about-me {
        margin-top: 0.8rem;
    }
}
@media (max-width: 767.98px) {
    .profile .details {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
}
.profile .details .detail {
    display: flex;
    flex-flow: row nowrap;
}
.profile .details .detail > * {
    padding: 0.1rem;
}
.profile .details .detail .label {
    font-weight: bold;
}
.profile .details .links {
    /*border-top: 1px solid #5ba9ee;*/
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    position: relative;
}
.profile .details .links::after {
    position: absolute;
    content: " ";
    background: #5ba9ee;
    height: 1px;
    width: 90%;
    top: 0;
    left: 0;
}
@media (max-width: 767.98px) {
.profile .details .links::after {
    width: 100%;
}
}
.profile .details .links .value {
    display: flex;
}
.profile .details .links .value a {
    margin: 0 0.2rem;
    color: #5ba9ee;
}
.profile .details .links .value a svg {
    height: 35px;
    width: auto;
    fill: #2f80ee;
}
.section {
    overflow: hidden;
    background: #ffffff;
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.section > .content,
.section > .title {
    padding: 0.8rem 1rem;
}
.section > .content {
    padding-top: 0;
}
.section > .title {
    background: #5ba9ee;
    padding: 0.5rem 0.7rem;
    border-radius: 0.5rem;
    margin: 0.5rem;
}
.experience .experience-item {
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 0.5rem 0;
}
@media (max-width: 991.98px) {
    .experience .experience-item {
        grid-template-columns: 30% 70%;
    }
}
.experience .experience-item:not(:last-child) {
    border-bottom: 1px solid #5ba9ee;
}
.experience .experience-item .details {
    padding: 0 0.5rem 0 0;
}
.experience .experience-item .details .employer {
    font-weight: bold;
}
.experience .experience-item .details .duration {
    font-style: italic;
}
@media screen {
    .section.profile .tags {
        opacity: 0;
        max-height: 0;
        height: fit-content;
        position: absolute;
        pointer-events: none;
    }
    #show-tags:checked + .tags {
        pointer-events: initial;
        position: relative;
        opacity: 1;
        max-height: fit-content;
    }
}
#show-tags {
    display: none;
}
.tags, .tags .sub-tags {
    margin-top: 0.5rem;
    display: flex;
    flex-flow: row wrap;
}
.tags > div:not(.tags-category),
.tags .sub-tags > div {
    background: #a5ddee;
    padding: 0.2rem 0.5rem;
    margin: 0.2rem;
    border-radius: 0.2rem;
    width: auto;
}
.tags > .tags-category:not(:last-child) {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: .5em;
    margin-bottom: .5em;
}


h2 > small,
h3 > small,
h4 > small,
h5 > small,
h6 > small {
    font-style: italic;
    font-weight: normal;
    font-size: .65em;
}

/*# sourceMappingURL=main-styles.css.map?t=1618245372918*/
