body {
  margin-top: -151px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
h1 {
  margin: 10px 0px;
  padding-top: 18px;
  color: white;
  font-size: 100px;
  line-height: 44px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: rgba(33, 33, 33, 0.24) 0px 1px 0px;
}
h2 {
  margin: 19px 0px 26px;
  padding-right: 202px;
  padding-bottom: 0px;
  padding-left: 0px;
  box-shadow: none;
  font-family: Georgia, serif;
  color: white;
  font-size: 30px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px;
}

h1.coming-soon{
  font-size: 300%
}

h3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 15px;
  color: #222;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  text-align: left;
}
.button {
  display: inline-block;
  margin-top: 20px;
  margin-left: 0px;
  padding: 4px 15px;
  border-radius: 40px;
  background-color: #222;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  border: 0px none #b6b6b6;
  background-color: #777;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: white;
  font-weight: 700;
}
.button.more {
  margin-top: 60px;
  border: 1px solid #c7c7c7;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #c7c7c7;
  font-size: 12px;
}
.button:hover.more:hover {
  border-color: #aaa;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #777;
  font-size: 12px;
}
.button.social-button {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../images/button_email.png);
  background-size: 40px;
  background-repeat: no-repeat no-repeat;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button.social-button.emai {
  background-image: url(../images/button_email.png);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button.social-button.email {
  margin: 61px 0px 0px -85px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../images/button_email.png);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button.social-button.facebook {
  margin: 0px -38px 0px -37px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../images/button_facebook.png);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.section {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.section.client {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.section.invitation {
  margin-top: 20px;
  margin-bottom: -40px;
  padding-top: 30px;
  padding-bottom: 0px;
}
.section.header {
  height: 597px;
  padding-top: 0px;
  padding-bottom: 218px;
  
}
.section.header.splash {
  position: static;
  z-index: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image:  url("../images/veggies(larger).jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section.dark {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
  background-image: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.section.dark.web {
  position: relative;
  z-index: 0;
  display: block;
  overflow: visible;
  margin-top: 47px;
  margin-bottom: 28px;
  padding-top: 56px;
  padding-bottom: 0px;
  clear: none;
  background-image: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.section.bg-image {
  padding-top: 125px;
  padding-bottom: 125px;
  background-image: url(../images/wall.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.section.map {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.nav-links {
  padding-right: 14px;
  padding-left: 14px;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px;
}
.footer-link {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 20px;
  margin-left: 20px;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  <!--font-weight: 700;-->
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px;
}
.nav-links.home-link {
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.nav-links:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #222;
  text-shadow: none;
}
.nav-links.home-link:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #222;
  text-shadow: none;
}
.nav-bar {
  margin-bottom: 13px;
  padding: 43px 30px 12px 10px;
  background-image: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: right;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px;
}
.nav-bar.nav-color {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px;
}
.hero-text {
  margin-top: 151px;
  margin-bottom: 0px;
  padding-top: 325px;
}
.hero-text.about-text {
  margin-top: 0px;
}
.services {
  padding-right: 20px;
  padding-left: 20px;
}
.icon {
  padding-top: 0px;
  padding-bottom: 20px;
  opacity: 0.2;
}
.diagram {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.icon.invitation {
  margin-top: -235px;
  margin-bottom: 83px;
  margin-left: 0px;
  padding-left: 33px;
  float: right;
}
.portfolio-text {
  margin-top: 93px;
}
.portfolio-text.left-up {
  margin-top: 60px;
}
.gallery-text {
  padding-right: 144px;
  padding-left: 144px;
  text-align: center;
}
.gallery {
  margin-top: 55px;
  text-align: center;
}
.gallery-img {
  border: 5px solid white;
  box-shadow: #ccc 1px 1px 3px -1px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gallery-img:hover {
  box-shadow: #ccc 1px 1px 3px -1px;
  opacity: 0.5;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.center-tittle {
  text-align: center;
}
.job-title {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 30px;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  font-family: Georgia, serif;
  font-style: italic;
  letter-spacing: 1px;
  text-decoration: none;
}
.team-text {
  margin-top: 31px;
  padding-right: 9px;
}
.name {
  position: static;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 4px;
  padding-left: 22px;
  font-size: 20px;
}
.social-team {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
}
.team2 {
  padding-top: 120px;
}
.h1-dark {
  padding-bottom: 60px;
  color: #222;
  text-align: left;
  text-shadow: rgba(33, 33, 33, 0.24) 0px 1px 0px;
}
.field {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.address {
  padding-top: 30px;
}
.conatct-info {
  margin-top: 0px;
}
.support-text {
  margin-top: 50px;
}
.footer {
  margin-bottom: -50px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #222;
}
.footer-logo {
  width: 30%;
  float: left;
  opacity: 0.2;
}
.social-wrapper {
  float: right;
  text-align: right;
}
.social-link {
  padding-right: 5px;
  padding-left: 5px;
  opacity: 0.57;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-link:hover {
  padding-top: 0px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footlogo {
  opacity: 0.5;
}
.footlogo:hover {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-icon {
  padding-right: 10px;
  opacity: 0.25;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-icon:hover {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.logo-bar {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 30px;
  background-color: rgba(0, 0, 0, 0);
}
.logo-bar.nav-color {
  border: 0px solid black;
  background-color: #8d6c57;
  box-shadow: rgba(5, 5, 5, 0.49) 0px 2px 0px 0px, rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset;
}
.logolink {
  position: fixed;
  margin-top: 30px;
  margin-right: 0px;
}
.gallery-img {
  box-shadow: #ccc 1px 1px 3px -1px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.align-right {
  text-align: right;
}
.google-map {
  margin-top: 0px;
  margin-bottom: -5px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  clear: none;
  background-image: none;
}
.header.bar {
  background-image: -webkit-linear-gradient(rgba(58, 84, 94, 0.30), rgba(58, 84, 94, 0));
  background-image: -o-linear-gradient(rgba(58, 84, 94, 0.30), rgba(58, 84, 94, 0));
  background-image: linear-gradient(rgba(58, 84, 94, 0.30), rgba(58, 84, 94, 0));
}
.image-wrapper {
  width: 40%;
  float: left;
}
.info-wrapper {
  width: 60%;
  float: right;
}
.team-column {
  margin-top: 10px;
}
.logo {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 2px;
  margin-bottom: 6px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
  padding: 15px 2px 11px 2px;
  font-size: 41px;
  text-shadow: rgba(33, 33, 33, 0.24) 0px 1px 0px;
}
.nav {
  margin: -43px -30px 13px -10px;
  padding: 31px 16px 26px 1px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(rgba(58, 84, 94, 0.30), rgba(58, 84, 94, 0));
  background-image: -o-linear-gradient(rgba(58, 84, 94, 0.30), rgba(58, 84, 94, 0));
  background-image: linear-gradient(rgba(58, 84, 94, 0.30), rgba(58, 84, 94, 0));
}
.nav.nav-color {
  background-color: #8d6c57;
  background-image: none;
  box-shadow: rgba(8, 7, 7, 0.49) 0px 2px 0px 0px, rgba(255, 255, 255, 0.49) 0px 1px 0px 0px inset;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px;
}
.section-bar {
  height: 40px;
  margin-top: -98px;
  margin-bottom: 63px;
  padding-top: 8px;
  padding-bottom: 13px;
  border: 0px solid black;
  background-color: #8d6c57;
  box-shadow: black 0px 0px 8px 0px inset;
}
.section-bar.client {
  margin-top: 159px;
  margin-bottom: -137px;
  padding-top: 1px;
  padding-bottom: 0px;
  box-shadow: black 0px 0px 8px 0px inset;
}
.section-bar.project {
  box-shadow: black 0px 0px 8px 0px inset;
}
.section-bar.team {
  margin-top: 105px;
  margin-bottom: 132px;
  box-shadow: black 0px 0px 8px 0px inset;
}
.section-bar.team.teampage{
  margin-top: 0px;
  margin-bottom: 132px;
  box-shadow: black 0px 0px 8px 0px inset;
}
.section-label {
  padding-right: 0px;
  padding-left: 0px;
}
.proposal-button-section {
  position: relative;
  z-index: 0;
  display: block;
  width: auto;
  height: 75px;
  margin-top: 50px;
  margin-bottom: 0px;
  padding-right: auto;
  padding-left: 130px;
}
.label {
  position: relative;
  z-index: 0;
  display: block;
  width: auto;
  height: 75px;
  margin-top: -26px;
  margin-bottom: 0px;
  padding-right: 160px;
  padding-left: 160px;
  border: 0px dotted black;
  border-radius: 3px;
  background-color: #547419;
  box-shadow: black 1px 1px 3px 0px;
}
.label.client {
  position: relative;
  z-index: 3;
  margin-top: -19px;
  margin-bottom: 2px;
  box-shadow: black 1px 1px 3px 0px;
}
.label-name {
  padding-top: 23px;
  padding-bottom: 12px;
  color: white;
  font-size: 42px;
  text-align: center;
}
.section-text {
  margin-top: 19px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 1px;
  text-indent: 0px;
}
.section-text.invitation {
  margin-top: 20px;
  margin-left: 15px;
}
.section-text.req {
  margin-top: 20px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 1px;
  text-indent: 0px;
}
.section-text.tasks {
  margin-top: -60px;
  margin-left: 0px;
  margin-bottom: -60px;
  padding-bottom: 0px;
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 1px;
  text-indent: 0px;
}
.nav-link {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px;
}
.profile-image {
  margin-top: 0px;
  padding-top: 0px;
}
.space {
  margin-top: -21px;
  padding-top: 0px;
}
.team-image {
  margin-left: 0px;
}
.section-team {
  margin-top: -222px;
  margin-bottom: 251px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.team-container {
  margin-top: 65px;
}
.team-container.teampage{
  margin-top: 120px;
}
.team_image {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.team_name {
  position: relative;
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 0px;
  margin-left: -90px;
  color: black;
  font-size: 20px;
}
.team_name.right {
  margin-left: 0px;
}
.team_name.right.ian {
  margin-left: -150px;
}
.team_name.zach {
  margin-left: -63px;
}
.team_name.george {
  margin-left: -103px;
}
.team_name.david {
  margin-left: 0px;
}
.team_title {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px 0px 15px;
  float: left;
  border-bottom: 1px solid #777;
  font-size: 16px;
  font-style: italic;
}
.team_title.title_right {
  margin-top: 5px;
}
.team_title.title_right.ian {
  margin-top: 40px;
}
.team_title.title_right.dane {
  margin-top: 10px;
}
.team_title.david {
  margin-top: 10px;
}
.team-social {
  display: block;
  margin-top: 34px;
  margin-right: 6px;
  margin-bottom: 13px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-social.linkedin {
  display: inline-block;
  margin-top: 0px;
  margin-right: 133px;
  margin-bottom: -1px;
  padding-right: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(../images/button_linkedin_black.png);
  background-size: 48px;
  background-repeat: no-repeat no-repeat;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-button {
  margin-top: 60px;
  margin-left: -85px;
}
.social-button.email {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.social-button.email._3 {
  margin-left: -65px;
}
.social-button.facebook {
  margin-left: -40px;
  opacity: 1;
}
.social-button.facebook._3 {
  margin-left: -60px;
}
.social-button.linkedin {
  margin-left: 45px;
  opacity: 1;
}
.social-button.linkedin._3 {
  margin-left: -60px;
}
.social-button.facebook2 {
  margin-left: -135px;
  opacity: 1;
}
.social-button.linkedin2 {
  margin-left: 100px;
  opacity: 1;
}
.social-button.linkedin2.ian {
  margin-top: -5px;
  margin-bottom: 65px;
  margin-left: 105px;
}
.social-button.email2 {
  margin-left: -140px;
  opacity: 1;
}
.social-button.email4 {
  margin: 30px -3px 30px 30px;
}
.social-button.facebook4 {
  margin-top: 0px;
  margin-left: 42px;
}
.social-button.linkedin4 {
  margin-top: 57px;
  margin-left: 40px;
}
.social-button.linkedin4.v {
  margin-top: -7px;
  margin-bottom: -4px;
  margin-left: 44px;
  padding-top: 0px;
}
.social-button.email5 {
  margin-left: -100px;
}
.social-button.facebook5 {
  margin-left: -95px;
}
.social-button.linkedin5 {
  width: 48px;
  height: 48px;
  margin-left: -95px;
}
.social-button.email6 {
  margin-top: -15px;
  margin-left: 0px;
  padding-top: 0px;
}
.social-button.facebook6 {
  margin-top: -15px;
  margin-left: 5px;
}
.social-button.linkedin6 {
  margin-top: 15px;
  margin-bottom: 28px;
  margin-left: 5px;
}
.social-button.facebook1 {
  margin-left: -80px;
}
.social-button.linkedin1 {
  margin-left: -80px;
}
.team_link {
  width: 40px;
  height: 40px;
  margin-left: 0px;
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team_link.linked {
  width: 48px;
  height: 48px;
}
.updated {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 18px;
  text-align: center;
}
.home-image {
  opacity: 0.2;
}
.section-invitation {
  margin-top: 200px;
  margin-bottom: 330px;
}
.invitation-icon {
  margin-top: -303px;
  margin-left: 32px;
  opacity: 0.2;
}
.section-header {
  margin-top: -205px;
  margin-bottom: 196px;
  margin-left: 15px;
  font-size: 32px;
  text-align: left;
}
.section-header.invitation {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 32px;
  text-align: left;
}
.section-header.req {
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: auto;
  text-align: center;
}
.section-header.hardware {
  margin-top: -10px;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: auto;
  text-align: center;
}
.section-header.software {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: auto;
  text-align: center;
}




<!-- Photo Gallery -->

div.img
  {
  margin:5px;
  padding: 5px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:5px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:5px;
  }



@media (max-width: 991px) {
  h1 {
    font-size: 80px;
    text-shadow: black 0px 0px 0px;
  }
  h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 24px;
    text-shadow: black 0px 0px 0px;
  }
  h3 {
    font-size: 19px;
  }
  p {
    font-size: 13px;
  }
  .button {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.header {
    position: static;
    padding-bottom: 171px;
    background-image: url(../images/heroman.jpg);
    background-position: 50% -1%;
    background-attachment: scroll;
  }
  .section.dark {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.bg-image {
    position: static;
    background-image: url(../images/wall.jpg);
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .nav-links {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px;
  }
  .home-link {
    text-decoration:none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px;
  }
  .nav-bar {
    padding-top: 46px;
    padding-right: 25px;
  }
  .hero-text {
    margin-top: 60px;
  }
  .hero-text.about-text {
    margin-top: 0px;
  }
  .portfolio-text {
    margin-top: 46px;
  }
  .portfolio-text.left-up {
    margin-top: 25px;
  }
  .job-title {
    margin-top: 4px;
  }
  .social-team {
    top: 0px;
  }
  .logolink {
    position: static;
  }
  .header {
    background-image: -webkit-linear-gradient(rgba(58, 84, 94, 0.30), rgba(58, 84, 94, 0));
    background-image: -o-linear-gradient(rgba(58, 84, 94, 0.30), rgba(58, 84, 94, 0));
    background-image: linear-gradient(rgba(58, 84, 94, 0.30), rgba(58, 84, 94, 0));
  }
  .image-wrapper {
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 58px;
    text-shadow: black 0px 0px 0px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 18px;
    text-shadow: black 0px 0px 0px;
  }
  .button {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section {
    margin-bottom: 0px;
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .section.header {
    padding-bottom: 99px;
    background-image: url(../images/heroman.jpg);
    background-position: 50% 50%;
  }
  .section.dark {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.bg-image {
    background-image: url(../images/wall.jpg);
    background-repeat: no-repeat no-repeat;
    background-attachment: scroll;
  }
  .nav-links {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 1px 0px;
  }
  .nav-bar {
    left: 0px;
    top: 0px;
    right: 0px;
    height: 60px;
    padding-top: 18px;
    padding-right: 0px;
    background-color: rgba(42, 81, 99, 0.2);
    text-align: center;
  }
  .hero-text {
    margin-top: 25px;
  }
  .hero-text.about-text {
    margin-top: -10px;
  }
  .services {
    margin-bottom: 30px;
    padding-top: 0px;
  }
  .portfolio-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .portfolio-text.left-up {
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }
  .gallery-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gallery-img {
    margin-top: 12px;
    margin-bottom: 12px;
    box-shadow: #ccc 1px 1px 3px -1px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .name {
    text-align: left;
  }
  .team2 {
    padding-top: 0px;
  }
  .h1-dark {
    padding-bottom: 31px;
    text-align: center;
  }
  .contact-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .address {
    text-align: center;
  }
  .conatct-info {
    padding-bottom: 60px;
    text-align: center;
  }
  .footer {
    padding-right: 13px;
    padding-left: 13px;
  }
  .footer.teampage {
    padding-right: 13px;
    padding-left: 13px;
    margin-top: 50px;
    margin-bottom: -50px;
  }
  .social-wrapper {
    padding-top: 0px;
  }
  .h3phone {
    text-align: center;
  }
  .logo-bar {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 0px;
    text-align: center;
  }
  .logolink {
    margin-top: 0px;
  }
  .gallery-img {
    padding-left: 0px;
  }
  .image-wrapper {
    text-align: right;
  }
  .team-column {
    margin-bottom: 54px;
  }
}
@media (max-width: 479px) {
  h1 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 34px;
    line-height: 40px;
    text-shadow: black 0px 0px 0px;
  }
  h2 {
    margin-bottom: -10px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 28px;
    text-shadow: black 0px 0px 0px;
  }
  h3 {
    font-size: 18px;
    text-align: center;
  }
  p {
    padding-right: 20px;
    padding-left: 19px;
    text-align: center;
  }
  .button {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.header {
    padding-bottom: 51px;
    background-image: url(../images/heroman.jpg);
    background-position: 50% 50%;
  }
  .section.dark {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.bg-image {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../images/wall.jpg);
  }
  .nav-links {
    position: static;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 6px;
    padding-top: 7px;
    padding-bottom: 0px;
    padding-left: 16px;
    font-size: 12px;
  }
  .nav-bar {
    left: 0px;
    margin-bottom: 0px;
    padding: 12px 8px 10px 0px;
  }
  .hero-text {
    margin-top: 40px;
  }
  .hero-text.about-text {
    margin-top: 18px;
  }
  .services {
    padding-bottom: 40px;
  }
  .icon {
    padding-left: 118px;
    text-align: center;
  }
  .portfolio-text {
    margin-top: 40px;
    padding-left: 22px;
    text-align: center;
  }
  .portfolio-text.left-up {
    margin-top: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .gallery-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gallery-img {
    margin-top: 20px;
    box-shadow: #ccc 1px 1px 3px -1px;
  }
  .center-tittle {
    font-size: 18px;
  }
  .name {
    text-align: center;
  }
  .social-team {
    top: 0px;
  }
  .team2 {
    padding-top: 70px;
  }
  .h1-dark {
    padding-top: 60px;
    padding-bottom: 10px;
    text-shadow: black 0px 0px 0px;
  }
  .address {
    text-align: center;
  }
  .conatct-info {
    text-align: center;
  }
  .social-wrapper {
    padding-top: 0px;
  }
  .image-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  .info-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }

}



.proposal-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#547419;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:Lato, sans-serif;
	font-size:17px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000000;
    position: relative;
}.proposal-button:hover {
	background-color:#415914;
}.proposal-button:active {
	position:relative;
	top:1px;





