body {
  max-width: 100%;
  margin: auto;
  padding: 1px;
  color: #434343;
  font: 15px "Roboto" !important;
}


/* header and footer areas */
.menu {
  padding: 0;
}

.menu li {
  display: inline-block;
}

.article-meta, .menu a {
  text-decoration: none;
  background: #eee;
  padding: 5px;
  border-radius: 5px;
}

.menu, .article-meta, footer {
  text-align: center;
}

.title {
  font-size: 1.1em;
}

footer a {
  text-decoration: none;
}

hr {
  border-style: dashed;
  color: #ddd;
}

/* code */
pre {
  border: 1px solid #ddd;
  box-shadow: 5px 5px 5px #eee;
  padding: 1em;
  overflow-x: auto;
}

code {
  background: #f9f9f9;
}

pre code {
  background: none;
}

/* misc elements */
img, iframe, video {
  max-width: 100%;
}

main {
  hyphens: auto;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;
}

table {
  margin: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

table thead th {
  border-bottom: 1px solid #ddd;
}

th, td {
  padding: 5px;
}

thead, tfoot, tr:nth-child(even) {
  background: #eee;
}


nav {
  display: none;
}


ol ::marker {
  color: rgb(66, 191, 181);
  font-size: 0.8em;
  font-weight: bold;
}


/* ========= Mobile Menu ======= */

.mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 55px;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 4px 0px;
  transition: all 0.5s;
}

.mobile-menu-fix {
  position: fixed;
}

.mobile-menu-logo img {
  height: 50px;
}

.mobile-menu-logo {
  position: absolute;
  left: 15px;
  top: 4px;
}

.mobile-menu a {
  text-decoration: none;
  color: white;
  font-size: 29px;
}

.mobile-menu-icons {
  display: flex;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
  padding-left: 26px;
  padding-bottom: 12px;
}

.mobile-menu-icons div {
  display: inline-block;
  margin-right: 5%;
}

.mobile-menu-icons .fa {
  transition: all 0.7s;
}

.mobile-menu-icons .fa:hover {
  transform: scale(1.2);
  color: #6f6f6f;
}

.mobile-menu-nav {
  height: 20px;
  width: 34px;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 18px;
}

.mobile-menu-nav span {
  display: block;
  width: 100%;
  height: 4px;
  background: #6f6f6f;
  position: relative;
  top: 4px;
  transition: 0.5s;
}

.mobile-menu-nav span:first-child {
  top: -2px;
}

.mobile-menu-nav span:last-child {
  top: 10px;
}

.mobile-menu-nav:hover {
  cursor: pointer;
}

.social-media-links-cstm {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 20px;
}

.title {
  font: 700 25px "Roboto" !important;
  color: #434343 !important;
  text-align: center !important;
  padding-top: 25px;
}



@media (max-width: 400px) {
  body img {
    width: 125px;
    height: 43px;
    position: absolute;
    top: 1px;
    left: 0;
  }

  .social-media-links-cstm {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 15px;

  }

  .container {
    margin-bottom: 50px;
  }

  .title {
    font: 700 28pt "Roboto" !important;
    color: #434343 !important;
    text-align: left !important;
    padding-top: 25px;
    margin: 0px 0px 0px 21px;
  }
}

@media (min-width: 401px) and (max-width:1500px) {
  .social-media-links-cstm {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 15px;
  }

  body img {
    width: 125px;
    height: 43px;
    position: absolute;
    top: 1px;
    left: 0;
  }

  .container {
    margin-bottom: 50px;
  }

  .title {
    font: 700 21px "Roboto" !important;
    color: #434343 !important;
    text-align: center !important;
    padding-top: 25px;
  }

}