* {
  margin-top: 0 !important;
}

body {
  margin: 0 auto;
  background: whitesmoke;
}

text {
  mix-blend-mode: difference;
}

circle {
  mix-blend-mode: color-burn;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.2em;
}

@keyframes fadeIn {
  from {
    color: WhiteSmoke;
  }
  to {
    color: white;
  }
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #011928;
}

.background {
  position: absolute;
  z-index: -9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.background::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
}

svg,
showcase {
  overflow: visible !important;
  z-index: -10;
  width: auto !important;
}

.text {
  font-size: 1.2em;
}

.nav-item,
.nav-link {
  color: white;
}

.navbar {
  background-color: transparent;
  font-size: 1.3em;
  transition: all 0.5s;
  max-width: 1200px;
  margin: 0 auto;
}
.navbar a:hover {
  color: gray !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: gray !important;
}

nav * a {
  color: white;
}

.scroll {
  mix-blend-mode: normal !important;
  color: gray;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.navbar {
  color: white;
  mix-blend-mode: difference;
}

.scroll .navbar-nav {
  border-radius: 0.2em;
  display: flex;
  background: whitesmoke;
}
.scroll .navbar-nav .nav-link {
  color: gray;
}

.nav-link,
.nav-item,
nav.a {
  margin-right: 0.2em;
  transition: 0.5s ease background-color;
}

.other {
  color: white !important;
}

.line {
  fill: none;
}

.card {
  max-width: 360px;
}

.blogbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

svg {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0 !important;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  font-weight: 200;
  overflow: visible !important;
}
svg * {
  overflow: visible;
}

showcase-empty {
  display: block;
  min-height: 100vh;
}

.centering {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
  background: whitesmoke;
}

.section {
  padding-top: 4em;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 2em;
  width: 100%;
  position: relative;
  border-radius: 0.2em;
  margin-bottom: 1em;
}
.section .h3 {
  padding-left: 0em;
  padding-bottom: 1em;
  position: relative;
  z-index: 1;
}
.section .section::before {
  content: '';
  width: 10em;
  height: 10em;
  top: 0em;
  left: 0em;
  border-radius: 50%;
  background: #118c1c;
  z-index: 2;
  position: absolute;
}

.btn-primary {
  color: WhiteSmoke;
  background-color: #03588c;
  border-color: black;
  border: none;
}
.btn-primary:hover {
  background-color: #02395a;
  border-color: black;
}

.body {
  font-family: 'Source Sans Pro', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2em;
  font-weight: 500;
}

blogtrag {
  margin-bottom: 0em;
  padding: 0em 2em 2em 2em;
}
blogtrag img {
  margin: 0 auto;
}
blogtrag h6 {
  width: 100%;
  text-align: center;
}
blogtrag img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

articlemain,
blogtrag,
.blogcont,
blogintro,
.tabcontent {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.blogbar .btn,
.blogbar .btn-primary {
  color: black;
  background: none;
  border: none;
}

.tabcontent {
  display: block;
  padding: 2em 0em 2em 0em;
  border: 0px solid #ccc;
  border-top: none;
  width: 100%;
  animation: fadeEffect 1s;
}

blogtrag p {
  margin: 1em 0;
  padding: 0 0%;
  line-height: 1.3;
}

blogtrag .blogcont {
  background: none;
  display: none;
  width: 100%;
  height: 100%;
  animation: fadeEffect 1s;
}

blogtrag .introbutton::before {
  content: '';
  float: left;
  width: 0.2em;
  height: 0.2em;
  background: none;
  color: black;
  border-radius: 0em;
  position: relative;
  margin-left: -1.5em;
  margin-top: 0.8em;
  transition: 0.5s ease;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

blogtrag .introbutton::after {
  content: attr(tag);
  float: left;
  background: none;
  color: black;
  border-radius: 0em;
  position: relative;
  margin-left: 0em;
  margin-top: 0em;
  transition: 0.5s ease;
  animation: fadeEffect 1s;
}

blogtrag .introbutton.active::after {
  color: none;
  display: none;
  content: '';
  font-weight: normal;
}

blogtrag .introbutton:hover {
  cursor: pointer;
}

blogtrag .introbutton.active::before {
  background: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tabcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Resume {
  padding: 2em 0 0 1em;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.ResumeLeft {
  width: 60%;
  padding-right: 1%;
  max-width: 600px;
  min-width: 600px;
  margin-bottom: 2em;
  margin-right: 10%;
}

.ResumeRight {
  width: 30%;
  min-width: 350px;
  margin-bottom: 2em;
}
.ResumeRight .ResumeBlock {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.ResumeBlock {
  margin-top: 1em !important;
  margin-right: auto;
  max-width: 800px;
  display: block;
  background: white;
  border-radius: 0.5em;
  padding: 2.5em 2em;
}

.ResumeBlock h4 {
  text-align: right;
  color: gray;
  display: block;
  font-weight: normal;
  font-size: 1em;
}

.ResumeBlock h3 {
  margin-bottom: 0em;
  color: #0a3251;
  font-weight: bold;
}

.ResumeBlock h2 {
  font-size: 1.3em;
}

.ResumeBlock .img {
  background-size: cover;
  float: left;
  margin-right: 1em;
  width: 5em;
  height: 5em;
}

.ResumeBlock p {
  padding-right: 0%;
  max-width: 500px;
}

.ResumeRight h2 {
  width: 50%;
  margin-bottom: 0.5em;
}

.ResumeRight h3 {
  width: 50%;
  margin-bottom: 0.65em;
  font-weight: normal;
  font-size: 1.1em;
}

.containers {
  width: 50%;
  height: 0.8em;
  margin-top: 0.35em;
  margin-bottom: 0.88em;
  background: #d0d0d0;
}

.level {
  background: #0a3251;
  height: 0.8em;
  border-radius: 0.2em;
}

.contact .info {
  font-size: 1.2em;
  padding: 1em 0;
}

.contact-img {
  width: 30vw;
  height: 30vw;
  max-width: 300px;
  max-height: 300px;
  border-radius: 9999px;
  overflow: hidden;
  margin: 2em auto;
}
.contact-img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 600px) {
  .ResumeBlock h4 {
    text-align: left;
    color: gray;
    font-weight: normal;
    font-size: 1em;
    width: 100%;
    display: inline-block;
  }

  .ResumeLeft {
    padding: 1em;
  }

  .introbutton::after,
  .introbutton h1,
  .introbutton h2 {
    padding-left: 0.8em;
    padding-right: 0.8em;
    margin-left: 0;
  }

  .blogcont {
    padding: 1em;
  }

  .ResumeLeft {
    width: 100%;
    min-width: 100%;
    max-width: 0;
    padding: 0;
  }

  .ResumeRight {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }

  .Resume {
    padding-left: 0;
  }

  .contact-img {
    width: 100%;
    height: 100%;
  }

  .navbar {
    background-color: WhiteSmoke;
    mix-blend-mode: normal !important;
  }

  .nav-link,
  .nav-item,
  nav.a {
    animation-duration: 0.5s;
    color: gray !important;
  }
}
#mapid,
#mapid2 {
  height: 80vh;
  max-height: 1000px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.article-body {
  width: 100%;
  background: white;
  padding: 0 0 2em 0;
}

.articles .info {
  padding: 6px 8px;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

.articles .info h4 {
  margin: 0 0 5px;
  color: #777;
}

.legend {
  line-height: 18px;
  color: #555;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

.intro {
  background: #03588c;
  padding: 9em 0em;
  color: white;
  text-align: center;
}
.intro .h1,
.intro .h4 {
  max-width: 900px;
  margin: 0 auto;
  background: none;
  padding: 0 5%;
}
.intro .h1 {
  font-size: 3em;
}
.intro .h4 {
  padding-top: 1em;
  font-size: 1.2em;
  font-weight: normal;
}

.articles {
  margin-top: 0em;
  background: white;
  max-width: 900px;
  margin: 0 auto 1.5em auto !important;
  line-height: 1.8em;
  font-size: 1.1em;
}
.articles .h4 {
  font-size: 1.3em;
  color: #037f8c;
  padding-top: 0.5em;
}
.articles .h1 {
  margin: 0;
  padding: 0;
  background: none;
}
.articles .text {
  font-size: 1.1em;
}
.articles .infobox {
  padding: 1em;
  margin: 1em -1em;
  background: WhiteSmoke;
  border-radius: 0.3em;
  display: block;
  font-size: 1em;
}
.articles .fig-desc {
  font-weight: normal;
  font-size: 1em;
  text-align: center;
  padding-top: 0.5em;
  background: WhiteSmoke;
  border-radius: 0 0 0.5em 0.5em;
  padding: 0.5em;
}
.articles p {
  padding: 2em 0;
}
.articles .footnotes {
  word-break: break-all;
}
.articles .firstLetter {
  width: auto;
  display: inline;
  padding-right: 0.1em;
  font-size: 3em;
}

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