body { margin: 0; display: flex; flex-direction: column; min-height: 100vh; font-size: 12pt; }

*, *::before, *::after { box-sizing: border-box; }

a { color: #3d76bf; text-decoration: none; }

a:hover { color: #2c558a; }

a.current { font-weight: 800; }

.coming-soon { display: flex; flex-direction: row; justify-content: center; padding: 10px; }

.coming-soon p { max-width: 550px; padding-top: 50px; }

.header { width: 100%; height: 50px; box-shadow: 0 1px 15px rgba(50, 50, 93, 0.2); display: flex; flex-direction: column; align-items: center; /*visibility: hidden !important;*/ }

.header .content { width: 100%; flex-direction: row; display: flex; justify-content: space-between; align-items: center; padding-left: 10px; padding-right: 10px; }

@media only screen and (min-width: 768px) { .header .content { width: 700px; } }

@media only screen and (min-width: 920px) { .header .content { width: 900px; } }

.header .left a { font-weight: 800; font-size: 15pt; color: #41af45; }

.header ul { list-style: none; display: flex; justify-content: flex-start; padding: 0; }

.header li { list-style: none; padding-left: 20px; }

.header .right { display: flex; flex-direction: row; }

.header nav { display: block; }

.header .hamburger { padding-top: 5px; padding-right: 5px; padding-bottom: 6px; background-color: #00000000; border: 0; }

.header .hamburger div { width: 35px; height: 5px; background-color: black; margin: 6px 0; }

@media only screen and (max-width: 450px) { .header nav { display: none; } }

@media only screen and (min-width: 450px) { .header .hamburger { display: none; } }

.main { display: flex; align-items: center; flex-direction: column; flex-grow: 1; }

.main .content { width: 100%; }

@media only screen and (min-width: 768px) { .main .content { width: 700px; } }

@media only screen and (min-width: 920px) { .main .content { width: 900px; } }

.main .profile { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 150px; padding-bottom: 100px; }

.main .profile .picture { border-radius: 50%; overflow: hidden; min-width: 128px; width: 128px; height: 128px; }

.main .profile .picture img { width: 100%; height: 100%; }

.main .profile .text { width: 100%; padding-left: 10px; padding-right: 10px; }

.main .profile .buttons { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }

.main .profile .buttons span { margin-right: 20px; }

.main .profile .buttons a { margin-bottom: 20px; }

.main .buttons span { padding: 4px; border-style: solid; border-width: 2px; border-radius: 5px; border-color: #3d76bfad; }

@media only screen and (min-width: 768px) { .main .profile { flex-direction: row; }
  .main .profile .text { width: 60%; margin-left: 30px; } }

@media only screen and (min-width: 370px) { .main .profile .buttons { flex-direction: row; align-items: center; } }

.main .buttons a { color: #3d76bf; text-decoration: none; }

.main .buttons a:hover { color: #2c558a; text-shadow: 0px 0 0 currentColor; }

.main .buttons span:hover { border-color: #2c558aad; }

.main .skills { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }

.main .skills .flex-item { display: flex; flex-direction: column; flex-basis: 100%; width: 100%; background: #fafeff; margin: 10px; padding: 10px; border-radius: 10px; border-width: 1px; border-style: solid; border-color: #c4dae0; }

@media only screen and (min-width: 768px) { .main .skills .flex-item { flex-basis: 32%; width: 32%; margin: 0; } }

@media only screen and (min-width: 920px) { .main .skills .flex-item { flex-basis: 30%; width: 30%; margin: 0; } }

.main .skills h2 { margin: 0; }

.main .skills li { min-height: 2.0em; padding-bottom: 0.5em; }

.main .skills span { display: block; font-size: 10pt; color: gray; }

.footer { display: flex; flex-direction: column; align-items: center; margin-top: 70px; }

.footer a, .footer { text-decoration: none; color: #999; }

.footer a:hover { color: black; }

.footer .content { width: 100%; display: flex; flex-direction: column; align-items: flex-start; padding-left: 10px; padding-right: 10px; }

@media only screen and (min-width: 500px) { .footer .content { flex-direction: row; justify-content: space-between; align-items: center; padding-right: 0; } }

@media only screen and (min-width: 768px) { .footer .content { width: 700px; } }

@media only screen and (min-width: 920px) { .footer .content { width: 900px; } }

.footer .social ul { list-style: none; display: flex; justify-content: flex-start; padding: 0; }

.footer .social li { list-style: none; padding-right: 20px; }

.resume-desc { display: flex; flex-direction: column; align-items: flex-start; padding-top: 20px; padding-left: 10px; padding-right: 10px; }

@media only screen and (min-width: 768px) { .resume-desc { flex-direction: row; align-items: center; padding-top: 20px; } }

.resume-desc p { flex-grow: 1; }

.resume-desc .buttons { display: flex; flex-direction: row; align-items: center; }

.main .resume-desc .buttons span { white-space: nowrap; margin-left: 15px; }

.resume-sections { padding-left: 10px; padding-right: 10px; }

.resume-sections h2 { padding-top: 20px; }

.resume-sections ul { list-style: none; }

.resume-sections .title { display: flex; flex-direction: column; padding-top: 20px; }

@media only screen and (min-width: 437px) { .resume-sections .title { flex-direction: row; flex-wrap: wrap; } }

.resume-sections .name { flex-grow: 1; font-weight: 800; }

.resume-sections .date { width: 130px; white-space: nowrap; }

.resume-sections .place, .resume-sections p { padding-right: 30px; }

.resume-sections p { padding-left: 20px; margin-top: 5px; margin-bottom: 20px; }

.resume-sections ul ul { list-style: square; padding-left: 40px; margin-top: -10px; margin-bottom: 10px; }

@media only screen and (min-width: 768px) { .resume-sections p { padding-left: 130px; }
  .resume-sections ul ul { padding-left: 170px; } }

.resume-sections ul.compact li { display: inline-block; }

.resume-sections ul.compact li:before { content: " \2022\20"; padding-left: 20px; }

.resume-sections ol li { padding-bottom: 10px; }

.mobile-menu { display: flex; flex-direction: row; justify-content: center; padding-top: 40px; }

.mobile-menu nav { display: none; /* margin-bottom: -100%; */ }

@media only screen and (max-width: 450px) { .mobile-menu.open nav { display: block; } }

.mobile-menu ul { list-style: none; display: flex; align-items: center; flex-direction: column; margin: 0; padding: 0; }

.mobile-menu li { padding-top: 10px; }

.portfolio { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; }

.portfolio a { color: inherit; width: 100%; margin-bottom: 20px; margin-right: 10px; max-width: 280px; }

.portfolio .item { border: 1px #888 solid; box-shadow: 5px 5px 3px #888; padding: 10px; }

.portfolio .imgdiv { height: 180px; width: 100%; display: flex; justify-content: center; flex-direction: column; }

.portfolio .item img { width: 100%; max-height: 100%; }

.portfolio .item .title { text-align: center; width: 100%; padding-top: 5px; }

.blurb { display: flex; flex-direction: row; justify-content: center; padding: 10px; }

.blurb p { max-width: 650px; padding-top: 20px; padding-bottom: 20px; padding-left: 50px; padding-right: 50px; }

/*# sourceMappingURL=styles.css.map */