body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 35px;
  padding-bottom: 8px;
  border-bottom: 1px solid black;
  font-family:'Josefin Sans', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family:'Josefin Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.firstsection {
  position: relative;
  width: 100%;
  height: 100%;
}
.logo_content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 50%;
  height: 40%;
  max-width: 500px;
  min-width: 0px;
  margin: auto;
}
.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 1;
}
.nav_link {
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 12px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: black;
}
.nav_link.w--current {
  border: 1px solid black;
  background-color: white;
}
.aboutme {
  margin-bottom: 150px;
}
.text {
  font-family:'Josefin Sans', sans-serif;
  font-size: 20px;
}
.column_img {
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: right;
}
.thinking {
  margin-bottom: 150px;
  text-align: center;
}
.title_bold {
  font-weight: 700;
  text-transform: uppercase;
}
.quote {
  position: relative;
  height: 500px;
/*   margin-bottom: 150px; */
  background-color: black;
}
.quote_text {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 30px;
  margin: auto;
  font-family:'Josefin Sans', sans-serif;
  color: white;
  font-size: 40px;
  text-align: center;
}
.col_project {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  background-color: black;
}
.special_project {
  margin-bottom: 150px;
}
.special {
  margin-bottom: 25px;
  text-align: center;
}
.contact {
  margin-bottom: 150px;
}
.contact:hover {
/*  opacity: 0.8;*/
}
.link {
  color: black;
  text-decoration: none;
}
.instagram {
/*  width: 16%;
  float: left;*/
  min-height: 311px;
}
.instagram-placeholder {
float: left;
width: 16.6%;
}
img.instagram-image {
width: 100%;
}
.socials {
  margin-top: 71px;
  text-align: center;
}
.footer {
  height: 130px;
  background-color: black;
}
.footer_info {
  margin-top: 46px;
  font-family:'Josefin Sans', sans-serif;
  color: white;
  font-size: 12px;
  text-align: center;
}
.footer_info a{
  color: white;
  text-decoration: none;
}
.social_link {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.social_link:hover {
  opacity: 0.8;
}
.img_thumb {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.img_thumb:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}
.img_bio {
  height: 100%;
}
.title_thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 30px;
  margin: auto;
  font-family:'Josefin Sans', sans-serif;
  color: white;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
}
.box_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.box_hover:hover {
  opacity: 0.7;
}
.text_inside {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 20px;
  margin: auto;
  font-family:'Josefin Sans', sans-serif;
  color: white;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .nav_link {
    margin-left: 20px;
  }
  .quote_text {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .column_img {
    height: 600px;
    margin-top: 36px;
  }
  .quote_text {
    line-height: 40px;
  }
  .col_project {
    text-align: center;
    overflow: hidden;
  }
  .img_bio {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .instagram-placeholder {
  float: left;
  width: 33%;
  }
  .socials {
    margin-top: 450px;
    text-align: center;
  }
  .think{
  margin-bottom: 80px;
  }
  .navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  /* bottom: 0px; */
  width: 100%;
  height: 40px;
  margin: auto;
  background-color: white;
  text-align: center;
  padding-top: 15px;
  margin-top: 0;
  opacity: 0.8;
  /* margin-top: auto; */
  /* margin-bottom: auto; */
  z-index: 1;
  }
  .nav_link {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 12px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: black;
  }
  .nav_link:first-child {
  margin-left: 0px;
  }
}
@media (max-width: 479px) {
  .instagram-placeholder {
  float: left;
  width: 33%;
  }
  .think{
  margin-bottom: 80px;
  }
  .socials {
    margin-top: 271px;
    text-align: center;
  }
}

