body{
  margin: 0px;
  /* padding: 20px; */
  /* font-family: 'Open Sans', sans-serif; */
  /* font-family: 'Roboto Slab', serif; */
  /* font-family: 'Source Sans Pro', sans-serif; */
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;  */
}


/* Nav Start  */


.nav_wrapper {
  position: fixed;
  left: 5%;
  top: 5%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: block;
  width: 60px;
  height: 60px;
}

.nav_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
}

.nav_icon {
  width: 32px;
  height: 32px;
  padding-top: 4px;
}

.nav_menu {
  width: 450px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.nav_link {
  display: block;
  margin: 40px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.nav_link:hover {
  text-decoration: underline;
}

.logo {
  position: fixed;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* NAv end */


.section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.flexi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

/* work section */

.work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
}


.paragraph {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}


.link {
  color: #ff3f3f;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

/* Where what section */

.title_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.what_link_text {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

/* contact section */

.contact_us_link {
  color: #7da;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
}

.contact_us_link:hover {
  text-decoration: underline;
}

/* imprint section  */

.footer {
  background: black;
  min-height: 100vh;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
}

.legal_link {
  margin: 35px;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
}

.legal_link:hover {
  text-decoration: underline;
}


.internal_link{
  margin-right: 10px;
  color: #4000ff;
  font-size: 60px;
  font-weight: 700;
  text-decoration: none;
}

.internal_link:hover {
  text-decoration: underline;
}

.copyright {
  margin-left: 35px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 46px;
  line-height: 60px;
  text-decoration: none;
  color: #7da;
}


/* Work Page */

.work_section {
  background: red;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.work_link {
  color: white;
  padding: 5px 20px 5px 20px;
  font-size: 35px;
  font-weight: 700;
  text-decoration: none;
}

.work_link:hover {
  color: black;
}


/* Where Page */

.where_section {
  background: blue;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.where_link {
  color: white;
  padding: 5px 20px 5px 20px;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.where_link:hover {
  color: black;
}



/* What Page */

.what_section {
  background: blue;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.what_link {
  color: white;
  max-width: 550px;
  padding: 5px 20px 5px 20px;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}


/* Contact Page */

.contact_section {
  background: #7da;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_us_contact {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  text-decoration: none;
}

.contact_us_contact:hover {
  text-decoration: underline;
}

.contact_heading {
  margin-top: 31px;
  margin-bottom: 31px;
  color: black;
  font-size: 4.6em;
}


/* Imprint Section */

.imprint_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.legal_paragraph {
  margin-top: 40px;
  color: #000;
  font-size: 18px;
  line-height: 38px;
  font-weight: 700;
}


/* Office Pages */

.cape_town_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/capetown.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/capetown_office.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.berlin_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/berlin_office.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/berlin_office.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.delhi_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/delhi_office.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/delhi_office.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.location_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 70px 70px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location_title {
  color: #fff;
}

.location_contact_link {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  color: #7da;
}

.location_contact_link:hover {
  text-decoration: underline;
}


/* Project Section */

.project_section {
  min-height: 100vh;
  min-width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.project_text_wrapper {
  width: 100%;
}

.project_container {
  max-width: 550px;
  justify-content: flex-start;
  align-items: flex-start;
}

.project_image {
  max-width: 550px;
}

.project_title {
  font-size: 24px;
  font-weight: bold;
}

.project_description {
  font-size: 18px;
  font-weight: normal;
}

.project_link {
  font-size: 18px;
  color: black;
  font-weight: bold;
}



@media (max-width: 550px) {
  .project_container {
    width: 100%;
    padding: 10px;
  }
  .project_image {
    max-width: 100%;
  }

}
