@font-face {
  font-family: 'blogger_sansregular';
  src: url('fonts/Blogger_Sans-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'blogger_sansbold';
  src: url('fonts/Blogger_Sans-Bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'blogger_sansregular', Arial, Helvetica, sans-serif;
  font-size: 1.25rem !important;
}


.image.is-256x256 {
  height: 256px;
  width: 256px;
}

.main_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.media .media-content, section .content,
.main_content .title, .main_content .content {
  max-width: 53.125rem;
}

.article__wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1000px;
}

.article__wrapper .media-content {
  align-self: center;
}

.logo__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: calc(25vw);
  position: absolute;
  width: 100%;
  top: 0;
}

@media screen and (max-width: 1023px) {
  .media {
    align-items: center;
    flex-direction: column;
  }

  .media.reversed-media {
    flex-direction: column-reverse;
  }

  .media .media-content {
    /* padding: 3rem 1.5rem;     */
    padding: 1rem 1.5rem 1rem;
  }

  .article__wrapper {
    flex-direction: column;
  }

  .article__wrapper figure {
    display: flex;
    max-width: 50%;
    align-self: center;
  }
}

@media screen and (max-width: 369px) {
  /* .header .logo {
    width: 8rem !important;
    height: 8rem !important;
  } */

  .title {
    font-size: 1.5rem !important;
  }
}

/* @media screen and (min-width: 370px) and (max-width: 540px) {
  .header .logo {
    width: 8rem !important;
    height: 8rem !important;
  }
} */

.media.is-primary {
  background-color: #f2f6f9;
}
.media.is-secondary {
  background-color: #ebe8dd;
}

.media.is-secondary .media-left {
  margin-left: 1rem;
}

.media + .media {
  border-top: none;
}

.media strong.title:after {
  content: ":";
}

.main_content p {
  line-height: 1.5em;
}

article.media {
  padding-top: 1.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;

  display: flex;
  justify-content: center;
}

nav {
  min-height: 5rem;
}

.header {
  height: calc(25vw);
}

body {
  background-color: white;
}

.hero.is-primary {
  background-color: #3c6f6c;
}

.header .logo {
  display: flex;
  /* border-radius: 50%; */
  /* width: 14rem;
  height: 14rem; */
  background: transparent;
  /* margin: 0 auto; */
  align-items: center;
  justify-content: center;
  /* Push the logo a bit down */
  position: relative;
  top: 2rem;
  /* position: absolute;
  top: 9rem;
  left: calc(100vw / 2.5); */
  /* box-shadow: 3px 10px 26px -4px rgba(0,0,0,0.5); */
  /* box-shadow: 9px 5px 6.03548px 0.98252px rgba(143, 163, 166, 0.75);
  text-shadow: 9px 5px 6.03548px rgba(143, 163, 166, 0.75); */
}

/* .header .logo .image {
  width: 70%;
  height: auto;
} */
.logo--alternative .image {
  width: 40%;
}


.logo figure {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.section.callout {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.callout figure.image {
  margin-bottom: 1rem;
}

.footer {
  background-color: #3c6f6c;
  color: white;
  padding: 2rem 1.5rem 2rem;
}

.footer a {
  color: #c3e9fc;
}

.footer a:hover {
  text-decoration: underline;
}

a.linkedin {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-top: 0.75rem;
  background: url(/images/icon_linkedin.png) transparent no-repeat;
  background-size: contain;
  padding: 0.25rem;
}

/* Slider */
.slider {
  width: 100%;
  /* max-width: 1000px; */
  overflow: hidden;
}

.slider figure {
  position: relative;
  width: 400%;
  margin: 0;
  padding: 0;
  font-size: 0;
  left: 0;
  text-align: left;
  animation: 30s slidy infinite;
}

.slider figure img {
  width: 25%;
  height: auto;
  float: left;
}

@keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  85% {
    left: -300%;
  }
  100% {
    left: -300%;
  }
}
