* { 
  margin: 0; 
  padding: 0; 
  box-sizing:border-box; 
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 200;
}
/* Homepage page style start*/
.header-container {
  position: relative;
  padding: 10px 0px 30px 0px;
  background: url(../images/header-bg.jpg) no-repeat center;
  background-color: black;
  background-size: cover;
  color: white;
}
.header-container.white-bg {
  background: black;
}
.container {
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.logo img {
  width: 150px;
}
.work-block {
  margin: 5px;
  margin-bottom: 30px;
  width: 32%;
  text-align: center;
}
.about-content-img img {
  width: 200px;
}
.latest-work-section  {
  padding: 20px 50px;
}
.latest-work-section h2 {
  font-size: 28px;
  text-align: center;
  margin: 10px 0px;
  font-weight: bold;
}
.work-block a {
  background: #a77f58;
  padding: 10px 10px;
  margin: 10px;
  display: inline-block;
  border-radius: 5px;
  width: 200px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.work-block-container img {
  width: 100%;
}
/* Homepage page style end*/
/* about page style start */
.about-content {
  padding: 30px;
  display: block;
  margin: 0 auto;
  width: 80%;
}
.about-content-img {
  display: inline-block;
}
.about-content-text {
  display: inline-block;
  max-width: 625px;
  margin: 20px 40px;
}
/* about page style end*/
/* Portfolio page style */
.work-block-portfolio {
  margin: 5px;
  margin-bottom: -90px;
  width: 32%;
  text-align: center;
}
.work-block-portfolio img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.overlay-text {
  transition: .5s ease;
  opacity: 0;
  transform: translate(0%, -150%);
  -ms-transform: translate(0%, -150%);
  text-align: center;
}
.work-block-portfolio:hover img {
  opacity: 0.3;
}
.work-block-portfolio:hover .overlay-text {
  opacity: 1;
}
.overlay-text h2, .overlay-text p {
    color: black;
}
.overlay-text a{
  background-color: #a77f59;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 20px;
  width: 200px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
/* contact page style start*/
.contact-us {
  margin: 100px;
  padding: 10px 100px;
  text-align: center;
  max-width: 100%;
}
.contact-us li {
  display: inline-block;
  margin: 5px;
}
.contact-us li img {
  width: 50px;
}
.contact-us a {
  color: black;
  text-decoration: none;
}
.contact-details  {
  float: none;
  display: inline-block;
  margin: 80px 0px;
}
.contact-details img {
  float: left;
  width: 50px;
}
.contact-details h3 {
  float: left;
  margin: 12px;
}
/* contact page style end*/
/* footer style start*/
.footer-container {
  background-color: black;
  color: white;
  margin-top: 30px;
}
.copyright-footer {
  text-align:  center;
  padding: 30px;
  font-size: 22px;
}
.footer-content {
  text-align: center;
  padding: 10px;
  color: white;
}
/* footer style end*/
.float-left {
  float: left;
}
.welcome-section {
  padding: 150px 0px 200px 0px;
  text-align: center;
}
.main-cta {
  background-color: #a77f58;
  padding: 15px 30px;
  text-align: center;
  display: block;
  width: 300px;
  clear: both;
  margin: 20px auto;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}
.welcome-section .title h2 {
  font-size: 65px;
}
.welcome-section .title .byline {
  font-size: 35px;
}
.content-container {
  padding: 30px 0px;
}
.banner
{
  margin-bottom: 5em;
}
.topnav {
  float: right;
  margin-top: 30px;
}
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 36px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
  border-radius: 5px;
}
.topnav a.active {
  background-color: #a77f59;
  color: white;
  border-radius: 5px;
}
.mobile-topnav {
  display: none;
}
a.menu-icon {
  display: none;
}
.project-section {
  padding: 20px;
}
.project-section h2 {
  padding: 0px 20px;
  display: inline-block;
}
.project-section img {
  width: 30%;
}
.project-section-content {
  display: block;
  width: 70%;
  float: left;
  padding: 10px 20px;
}
.project-section p {
  padding: 0px 20px;
  display: inline-block;
  max-width: 75%;
}
.go-back {
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
}
.portfolio-more-section {
  text-align: center;
  padding: 10px;
  word-break: break-all;
}
.portfolio-more-section img {
  max-width: 100%;
}
a.go-back {
  padding: 10px;
  background: #a77f58;
  margin: 20px;
  color: white;
  border-radius: 5px;
}
.container.portfolio-more-section p {
  margin: 20px;
}
@media only screen and (max-width: 600px) {
  .welcome-section .title h2 {
    font-size: 35px;
  }
  .welcome-section .title .byline {
    font-size: 25px;
  }

  .about-section {
    padding: 10px;
  }
  .latest-work-section {
    padding: 10px;
  }
  .work-block {
    width: 100%;
  }
  .about-content {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    padding:0px;
  }
  .about-content img {
    float: none;
  }
  .about-content-text {
    width: 100%;
    margin:0px;
  }
  .work-block-portfolio {
    width: 100%;
  }
  .overlay-text {
    opacity: 1;
  }
  .contact-us {
    margin: 10px;
    padding: 10px;
  }
  .contact-details {
    float: none;
    display: inline-block;
    margin: 10px;
    clear: both;
  }
  .topnav {
    display: none;
  }
  .menu-icon {
    color: white;
    font-size: 50px;
    margin: 20px 10px;
    float: right;
    display: block !important;
  }
  div#mobile-topnav-links a {
    display: block;
    clear: both;
    width: 600px;
    background: black;
    padding: 15px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
  }
  .project-section {
    padding: 5px;
  }
  .project-section img {
    width: 100%;
  }
  .project-section-content {
    display: inline-block;
    width: 100%;
    padding: 10px;
  }
  .project-section h2 {
    padding: 0px 10px;
    display: inline-block;
  }
  .project-section p {
    padding: 0px 10px;
    display: inline-block;
    max-width: 100%;
  }
  .portfolio-more-section img {
    width: 100%;
  }
}