/* custom.css */
/* start General code */
* {
  padding: 0;
  margin: 0;
  max-width: 100%;
  position: relative;
}

#page {
  max-width: none;
}

.page {
  padding-bottom: 0 !important;
}

.site {
  background-color: white;
}

.section {
  padding-top: 1rem !important;
}

.entry-content {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.site-footer {
  display: none;
}

.columns,
.tile {
  margin: -.75rem 0;
  padding: 0 1.5rem;
}

img {
  max-width: 100%;
  border-radius: 4px;
}

html {
  font-size: 100%;
}

.is-link {
  background-color: #5c7ee0 !important;
}

.is-desktop {
  margin-top: 1em;
}

.is-hidden-desktop {
  margin-top: 3em;
}

.content:not(:last-child) {
  margin-bottom: 0;
}

/* end General code */
/* start typography */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #4a4a4a;
  /*  overflow: hidden; */
}

.content p {
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  margin: 3rem 0 1.38rem;
  font-family: 'Gobold', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #3f3d3d;
  text-transform: uppercase;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {
  font-size: 1rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.content h3 {
  margin-top: 1.333em;
}

small, .text_small {
  font-size: 0.8rem;
}

li {
  text-align: left;
  color: #4a4a4a;
}

.column li {
  /* text-align: justify; */
  color: #4a4a4a !important;
  padding: 0 1em 0 1em;
}

.title.is-4 {
  font-family: Gobold;
  text-transform: uppercase;
}

.emoji_right {
  text-align: right !important;
}

/* end typography */
/* start header */
#page {
  margin: 0 auto;
}

#header {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

a.headerlogo,
a.headerlogo:hover,
a.headerlogo:visited {
  color: #3f3d3d !important;
}

.navbar-brand {
  padding: 1.5rem 0;
  margin-left: auto;
}

.logobox {
  margin-left: auto;
  margin-right: 1.5rem;
  margin-top: 2rem;
  line-height: 0 !important;
}

.logomark {
  margin: 0;
  color: white;
  font-size: 2.25rem;
}

.logomarkblue {
  margin: 0;
  color: #5c7ee0;
  font-size: 1.25rem;
}

h4.headerlogo {
  font-size: 2rem;
  color: #3f3d3d;
  line-height: 0.3 !important;
  margin-top: 0;
  text-align: right;
}

.imgcontainer {
  padding: 0 1em;
  margin: 2em 0;
}

/* end Header */
/* start general Body code */
.tile.is-parent {
  padding-bottom: 0rem;
}

.card {
  background-color: transparent;
}

.card-image {
  background-color: black;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.card-image:first-child img {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.content {
  text-align: justify;
}

.has-background-primary {
  background-color: #4a4a4a !important;
}

.card {
  box-shadow: none;
}

.card_noheight {
  min-height: 0px !important;
}

.card-header-title {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}

.email-button {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.email-button:hover {
  background-color: white !important;
  color: #5c7ee0 !important;
}

.cta_bigmove {
  position: relative;
  top: -12em !important;
}

/* end general Body code */
/*start case study code*/
.section {
  padding: 3rem 0;
}

.casestudytags {
  text-transform: uppercase;
  color: #5c7ee0;
  font-size: .8rem;
  padding: 0 2.5rem;
}

.casestudytitle {
  text-align: left;
  padding: 0 1.5rem;
}

.casestudysubtitle {
  text-align: left;
}

.cta {
  display: flex;
  justify-content: center;
}

.casestudycta {
  background-color: #5c7ee0;
  color: whitesmoke;
  margin-top: 2em;
  text-align: center;
  border-radius: 5px;
  opacity: 95%;
}

.casestudycta p {
  text-align: center;
}

.moreblue {
  color: #0062ff;
  text-decoration: underline;
  text-transform: uppercase;
}

.casestudycta a {
  margin: auto;
  color: whitesmoke;
}

.casestudycta strong {
  color: white;
}

.mobilecta {
  padding: 2rem;
}

.desktopcta {
  max-width: 830px;
  padding: 1.5rem 2rem;
}

.desktopcta p {
  text-align: center;
}

.desktop_move {
  margin-top: 3em;
}

.button {
  text-transform: uppercase;
}

.button a {
  text-decoration: none;
}

.button.is-white {
  color: #fff;
  border: solid 3px;
  padding: 1rem 2rem;
  margin: .5em;
  background-color: #5c7ee0;
}

.button.is-white:hover, .button.is-white.is-hovered {
  color: #0062ff;
  background-color: #fff;
}

.git-button {
  padding: .5em 0;
}

.bmf {
  margin-bottom: 0 !important;
}

.is-hidden-touch {
  padding-right: 0;
}

.ctamove {
  margin: 8em 0;
}

/* end Case Study code */
/* start Superfooter code */
.superfooter {
  padding-bottom: 3em !important;
}

.media-content {
  overflow: hidden;
}

.media-content p, li {
  color: whitesmoke;
}

.superfooter_widget {
  padding-top: 2em !important;
}

.has-background-primary {
  background-color: #5d5959 !important;
}

/* end Superfooter code */
/* start About page code */
.container.about {
  max-width: 830px;
}

.columns.is-desktop.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3em 0 0;
}

.column.about {
  padding: 0 1.5rem;
}

.casestudytitle.about {
  padding-left: 1.5rem;
}

.columns.about {
  padding: 0 1.5rem;
  margin: 2em 0;
}

.jazzhands {
  padding: 2em 1em 0 0em;
  text-align: justify;
}

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

@media screen and (min-width: 769px) {
  .jazzhands {
    padding: 3em 1em 0 1em;
  }
}

.photographer {
  margin: 0;
  padding: 0;
}

.desktopcta.about {
  max-width: 100%;
  margin: 7em 0 3em 0;
}

img.about {
  margin-top: 3em;
  margin-bottom: 3em;
  border-radius: 4px;
}

.square {
  border-radius: 0;
}

.about ol {
  margin-left: 0 !important;
}

/* end About page code */
/* start Podcast page code */
.content.podcast {
  margin-bottom: 0;
}

.playme {
  padding: 1em 0;
}

.audio {
  margin: 5em 0 8em;
}

.podcastcta {
  text-transform: none;
}

.mejs-audio {
  height: auto !important;
}

.mejs-container {
  background-color: #b5b5b5 !important;
  border-radius: 4px !important;
}

@media screen and (min-width: 1088px) {
  .podcast_bigmove {
    position: relative;
    top: -8em;
    width: 50%;
  }

  @media screen and (min-width: 1112px) {
    .podcast_bigmove {}
  }

  .podcastcta {
    margin: 11em 0 5em;
  }

  .highfive {
    position: relative;
    top: 5em;
    padding-top: .8em;
  }
}

.post-password-form {
  max-width: 650px;
  margin: 10em auto 0 auto;
}

/* end Podcast page code */
/* start Media Queries */
@media screen and (min-width: 769px) {
  .columns.is-desktop.about {
    flex-direction: row;
    margin: 2em 0 3em;
  }
}

@media screen and (min-width: 1025px) {
  .is-widescreen {
    max-width: 1152px;
  }

  .columns {
    padding-right: 0;
  }

  .separator hr {
    background-color: #4a4a4a;
    opacity: 12%;
    margin: 5em 0 0;
  }

  .cta {
    display: inline-block;
    width: 100%;
  }

  .desktopcta {
    max-width: 100%;
  }

  .desktopcta.webdev {
    margin: 8em 0;
  }

  .ctatext {
    font-family: 'Lato';
    color: white;
    margin: 1em 0;
  }

  p.ctatext {
    font-size: 1.2rem;
  }

  .casestudytitle,
  .casestudytitle h1,
  .level {
    margin-bottom: 0;
    font-size: 3.052rem;
  }

  .comatose.is-half-desktop {
    width: 40%;
  }

  .comatose.imgcontainer {
    width: 65%;
    position: sticky;
    top: 0;
    align-self: flex-start;
    margin: 0;
  }

  .flexwrapper {
    display: flex;
  }

  .stickytest {
    position: sticky;
    top: 0;
    width: 100%;
    min-height: 200px;
    background-color: black;
    align-self: flex-start;
  }

  .imgcontainer {
    padding-right: 0;
    margin: 2em 0 0 1em;
  }

  .is-two-fifths-desktop,
  .is-7-desktop {
    margin: 0;
    padding: 0 0 0 4em;
  }

  .is-two-fifths-desktop {
    margin-bottom: 6em;
  }

  .desktop_bigmove {
    position: relative;
    top: -11em;
    width: 50%;
  }

  .who {
    margin: 0em 0 1em 0;
  }

  .audio {
    margin: 6em 0 -3em;
  }

  .superfooter {
    border-bottom: 0px;
  }
}

/* end Media Queries */

/* audio portfolio */
.aplayer {
  margin: 3em 0;
}
