body {
  background-color: black;
  color: white;
  font-family: 'Cardo', serif;
}

nav .navbar-dark{
  background-color: black;
}

#logo_mf {
  height: 40px;
  padding-left: 10px;
}

.thumbnails-row {
    margin-right: -15px;
    margin-left: -15px;
    overflow-x: scroll;
    min-height: 600px;
}

.article-preview h4{
      font-size: 2rem;
}

.article-preview img{
  width: 100%;
  height: auto;
}

.article-preview-caption {
  margin-left: 30px;
  margin-top: -10px;
  position: relative;
}

.article-preview-caption p{
  margin-top: -10px;
}

.article-preview-caption a{
  color: white;
}

.article-preview-caption a:hover{
  text-decoration: none;
}

.article-preview-thumbnail {
  width: 100%;
  max-height: 465px;
  overflow:hidden;
}

.about-me-image{
  background-image: url("../bg-image_about.jpg");
  max-height: 600px;
  min-height: 500px;
  background-size: cover;
}

.about-me-content{
  margin-left: -50px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    width: 5px;
    background-color: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to right, #87416a , #ce6860);
}




.article-thumbnail {
  width: 100%;
  max-height: 600px;
  overflow:hidden;
}

.article-thumbnail img {
  width: 100%;
  height: auto;
}

.article-caption {
  background-color: white;
  color: black;
  display: flex;
  margin-top: -60px;
  height: 150px;
}

.article-caption-title {
  padding-left: 20px;
  padding-top: 20px;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.article-caption-rectangle {
  width: 5%;
  height: 100%;
  background-image: linear-gradient(to bottom, #87416a , #ce6860);
  position: absolute;
  right: 0;
  min-width: 30px;
}

.article-caption-rectangle span{
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  color: white;
  font-family: 'Josefin Sans', sans-serif;
}

.article-caption p{
  font-family: 'Josefin Sans', sans-serif;
}

.shown-image {
    width: auto;
    max-height: 500px;
}

.custom-toggler {
    border-color: rgb(0,0,0) !important;
}

.custom-toggler:focus {
    border-color: rgb(0,0,0) !important;
    outline: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media screen and (min-width: 769px) {
  .thumbnails-row {
      display: flex;
  }

  .article-preview-thumbnail {
    width: 700px;
  }

  .article-preview {
    margin-right: 20px;
  }
}

footer {
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    width: 100%
    height: 5%;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.portfolio-article-footer {
  background-image: linear-gradient(to right, #87416a , #ce6860);
  height: 90px;
  width: 100%;
}

.portfolio-article-footer img {
  max-height: 90px;
  width: auto;
}

.portfolio-article-footer a {
  text-decoration: none;
  color: rgba(255,255,255,0.7);
  font-family: Cardo;
  font-size: 24px;
  line-height: 32px;
}

.left-img-link {
  margin-left: 10px;
}

.portfolio-article-footer a[rel~="prev"] {
  margin-left: 10px;
}

.right-img-link {
  margin-right: 10px;
  float: right;
}

.portfolio-article-footer a[rel~="next"] {
  margin-right: 10px;
  float: right;
}

.the-article-content, .the-article-strategy-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-page h1{
  font-size: 5em;
}

.home-page p {
  max-width: 542px;
  color: #FFF;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  margin-left: 7.25rem;
  text-align: justify;
}

.home-page p em {
  font-size: 18px;
}

.home-page-body {
  background: url('../background.png')no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-navbar-items, .navbar-items {
  text-align: right;
  color: white;
  text-decoration: none;
  padding-right: 13px;
}

.home-navbar-items a, .navbar-items a {
  color: white;
  text-decoration: none;
}

.home-page-body .navbar button:focus{
  outline: none;
}

.home-page-body .fixed-top{
  top: 45px;
    right: 30px;
}

.blog {
  margin-left: 100px;
}

.blog-preview-thumbnail img {
  max-width: 560px;
  height: auto;
}

.blog-preview-thumbnail {
  /* min-width: 600px; */
}

.blog-preview-caption {
  margin-left: 40px;
  max-height: 220px;
  max-width: 711px;
}

.blog-preview-caption h4 {
  font-size: 80px;
}

.strategy-preview-caption h4 {
  font-size: 4.5rem;
}

.strategy {
  border-bottom: 1px solid rgba(200,200,200,0.2);
  margin-top: 80px;
  padding-bottom: 60px;
}

.strategy-excerpt, .menu-contact-title {
  font-size: 1.15rem;
  text-transform: uppercase;
  color: #844144;
  font-family: 'Montserrat', sans-serif;;
}

.social-title {
    margin-top: 40px;
}

.strategy-article-link {
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 20px;
  vertical-align: bottom;
  text-align: right;
}

.strategy-article-link-block {
    display: inline-flex;
    flex-direction: column-reverse;
    text-align: right;
    height: 100%;
}

.strategy-article-link-block a {
  margin-bottom: 2rem;
  color: white;
  text-decoration: underline;
}

.strategy-article-link-block a .strategy-link-arrow {
  margin-bottom: 2rem;
  color: white;
}

.portfolio-article-footer div {
  margin: auto;
}

.portfolio-article-footer .row {
  height: 100%;
}

.article-strategy-excerpt {
  color: #844144;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}

.article-strategy-title {
  color: rgba(255,255,255,0.84);
  font-family: Cardo;
  font-size: 4.5rem;
  line-height: 110px;
}

.article-strategy-year {
  color: rgba(255,255,255,0.5);
  font-family: Cardo;
  font-size: 50px;
  line-height: 110px;
  text-align: right;
}

.article-strategy-year p {
  margin-top: 36px;
}

.right-link {
  text-align: right;
}

.the-article-strategy-content p {
  color: #FFF;
  font-family: Cardo;
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
}

.the-article-content p {
  color: #FFFFFF;
  font-family: Cardo;
  font-size: 1.1em;
  text-align: justify;
  line-height: 36px;
  padding-left: 80px;
  padding-right: 80px;
}

.the-article-content p a {
  color: #ce6860;
}

.the-article-content p a:hover {
  color: #87416a;
  text-decoration: none;
}

@media screen and (max-width: 425px) {

  .home-page p {
    margin-left: 2.25rem;
    font-size: 1.5rem;
  }

  .home-page h1{
    font-size: 3rem;
    margin-left: 1.5rem;
  }

  .the-article-content p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .the-article-content, .the-article-strategy-content {
      margin-top: 0;
      margin-bottom: 50px;
  }

  .article-caption-title {
    padding-top: 10px;
  }

  .article-strategy-year p {
    margin-top: 0;
  }

  .article-caption {
    height: auto;
  }

  .article-thumbnail {
    max-height: 250px;
  }

}



.nav-area {
  position: fixed;
  top:0;
  right: 0;
  z-index: 1;
  width: 100%;
 height: 75px;
 padding: .5rem 1rem;
 background-color: black;
}

.brand {
  padding-top: 5px;
}

.nav-area .hamburger-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  height: 55px;
  width: 55px;
  opacity: 0;
}

.nav-area .nav-icon {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-area .nav-icon > div {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  position: relative;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #87416a , #ce6860);
}

.nav-area .nav-icon > div:before,
.nav-area .nav-icon > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -8px;
  width: 100%;
  height: 2px;
  background: inherit;
}

.nav-area .nav-icon > div:after {
  top: 8px;
}

.nav-area .hamburger-menu:checked + .nav-icon > div {
  transform: rotate(45deg);
}

.nav-area .hamburger-menu:checked + .nav-icon > div:before,
.nav-area .hamburger-menu:checked + .nav-icon > div:after {
  top: 0;
  transform: rotate(90deg);
}

.nav-area .hamburger-menu:checked ~ .main-menu {
  visibility: visible;
}

.nav-area .hamburger-menu:checked ~ .main-menu > div {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.nav-area .hamburger-menu:checked ~ .main-menu > div > div {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.nav-area .main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
}

.nav-area .main-menu > div {
  opacity: 0;
  flex: none;
  align-items: center;
  transition: 0.5s ease;
  background: black;
  width: 100%;
  height: 100%;
}

.main-menu a {
  color: white;
}

.main-menu ul {
  list-style-type: none;
  font-size: 3.5rem;
}

.fullscreen-menu-padding {
  padding-left: 80px;
}

.starter-template {
  margin-top: 75px;
}

.starter-template-home {
  margin-top: 0px;
}

.the-article-strategy-content .strategy-montserrat-title {
  color: #844144;
  font-family: Montserrat;
  letter-spacing: 1px;
  line-height: 20px;
}

.article-thumbnail {
    background-repeat:   no-repeat;
    background-size:     cover;
    position: relative;
    float: left;
    width: 100%;
    height: 464px;
}
