body {
  padding-top: 50px;
  font-size: x-large;
  font-family: 'Josefin Sans', Verdana, Geneva, sans-serif;
}
.wide {
  display: table;
  width: 100%;
  height: 845px;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  
}
.top{
  background: url(https://dl.dropboxusercontent.com/s/sobsmwbrjp1wepk/DWDHAXK.jpg?) no-repeat bottom center scroll;
  background-attachment: fixed;
  background-color: #cb8e58;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.logo {
  color: #fff;
  font-weight: 800;
  padding-left: 12.5px;
  padding-right: 12.5px;
  font-size: 75px;
  text-align: center;
  text-shadow: 2px 1.5px 2px grey;
}

.line {
  padding-top: 40px;
  white-space: no-wrap;
  overflow: hidden;
  text-align: center;
}

a {
  color: #000;
  text-decoration: none;
}

.btn {
  color: grey;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #cb8e58;
}
specs-section {
  display: table;
  width: inherit;
  height: 600px;
  text-align: center;
  background: rgba(203, 142, 88, 0.9);
  padding-left: 5px;
}
.portfolio {
  padding: 50px 0;
  background: url(https://dl.dropboxusercontent.com/s/f80vig5xpwldfd7/ide4WJI.jpg?)  no-repeat bottom center;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover
  height: 600px;
  background: rgba(203, 142, 88, 0.9);
  font-size: 21px;
}

@media only screen and (max-width: 767px){
    .btn, 
    .btn-default,
    .btn-lg,
    .row img,
    .row p{
        display:block;
        margin: 10px auto;
        text-align: center;
    }
 
}

.effects {
  padding-left: 15px;
}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 25%;
  overflow: hidden;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(203, 142, 88, 0.8);          
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 60px;
}
#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
  opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
@media only screen and (max-width: 767px){
    .btn, 
    .btn-default,
    .btn-lg,
   .row img,
    .row p{
        display:block;
        margin: 10px auto;
        text-align: center;
    }
 
}