  body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #fff;
      position: relative;
  }
  h2 {
      font-size: 24px;
      color: #000;
      font-weight: 600;
      margin-bottom: 30px;
      text-align: center;
  }
  #whiteText {
    color: #fff;
  
  }
  .copy{
    color: #fff;
  }
  h1 {
    color: #000;

  }
  #about h1 {
    font-size: 4.5em;
  }
 #projects h1 {

    font-size: 6.2em;
  }
  #contact h1 {
    font-size: 6.2em;
  }
  #services h1 {
    font-size: 6.2em;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #000;
      font-weight: 400;
      margin-bottom: 30px;
  }  
  .jumbotron {
      background-color: #4d4d4d;
      color: #fff;
      padding: 100px 25px;
      font-family: Montserrat, sans-serif;
  }
  .jumbotron img {
    height: 200px;
    width: 100%;
  }
  .container-fluid {
      padding: 60px 50px;
      height: auto;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
 
  .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  height: 200px;
  width: 320px;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
 #myModal {
  margin-top: 100px;
 }
  footer {
      background:rgba(0,0,0,0.5);
  }

  img {
      width: 100%;
      height: 100%; 
      margin-bottom: 10px;
    }
     #about{

      background:rgba(0,0,0,0.5);
    }
    
    #services {
      background-color: #f2f2f2;
    }
  

    }
    #myCarousel {

          background:rgba(0,0,0,0.1);
    }
    #projects {

      background:rgba(0,0,0,0.5);
    }
    #contact {

          background-color: #d9d9d9; 
        }
    #contact p {
      color: #4d4d4d;
    }

    .item {
          background:rgba(0,0,0,0.1);
    }

  .affix {
      top: 0;
      width: 100%;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }

  .navbar {
      margin-bottom: 0;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 4px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #000 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #fff !important;
      background-color: #000 !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  video { 
      position: fixed;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      transform: translateX(-50%) translateY(-50%);
   background: url('') no-repeat;
    background-size: cover;
    transition: 1s opacity;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #f4511e;
  }
  a {
    color: #000;
  }
  .servicePic {
    width: 300px;
    height: 300px;
    border-right: 4em;
  }
  .topHead{
    width: 100%;
    height: 200px;
    background-color: #fff
;
  }
  .glyphicon {
    color: #fff;
  }
  .sidepic {
    padding-top: 50px;
  }
 
  .topHead img {
    height: 100px;
    width: 70%;
    margin-left: 100px;
    margin-right: 100px;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
 
  .servicesWrap{
  display: block;
  width:90%;
  margin: 0 auto;
  margin-top: 30px;
}

.servicesBlock{
  width: 48%;
  margin: 1%;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 150px;
  position: relative;
  border: solid 2px #fff !important;
 /*box-shadow: 4px 4px 10px #311342;*/
}

.servicesBlock:hover > img{
  width: 120%;
  height: 190px;
  transition:2s ease-in-out;
  margin-top: -40px;
}

.servicesBlock:hover > .paraOverlap{
  transition:1s;
  font-weight: normal;
  margin-top: 95px;
  padding-top: 1px;
  text-shadow:#000 1px 1px 2px;
  width: 100%;
  background-color: #000;
  height: 2em;

}

.servicesBlock img{
  margin: 0 auto;
  width: 100%;
  height: 100%;
  float: left;
  height: 150px;
  transition:1s ease-in-out;
}

.overlap{
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  top:0;
  left: 0;
  transition:1s;
}

.paraOverlap{
  transition:1s;
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  letter-spacing: 0.18em;
  text-align: center;
  top:0;
  padding-top: 45px;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  text-shadow: #000 2px 2px 10px;
  line-height: 1.5em;
  font-weight: bold;
  position: absolute;
  z-index: 2000;
  overflow: hidden;
}

.servicesBlock:hover > .overlap{
  opacity: 0.3;
  transition:1.5s;

}


/*----- */

.servicesBlockA{
  width: 48%;
  margin: 1%;
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 150px;
  position: relative;
  border: solid 1px #00ffff;
}

.servicesBlockA:hover > .paraOverlapA{
  transition:1s;
  font-weight: normal;
  text-shadow:#000 1px 1px 2px;
  width: 100%;
  background-color: #000;
  font-size: 1.5em;
  height: 2em;
}

.servicesBlockA img{
  margin: 0 auto;
  width: 100%;
  height: 100%;
  float: left;
  height: 150px;
  transition:1s ease-in-out;
}

.overlapA{
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  top:0;
  left: 0;
  transition:1s;
  
}

.paraOverlapA{
  transition:1s;
  position: absolute;
  color: #c3c3c3;
  width: 100%;
  height: 100%;
  letter-spacing: 0.18em;
  text-align: center;
  top:0;
  padding-top: 40px;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  text-shadow: #000 2px 2px 10px;
  line-height: 1.5em;
  font-weight: normal;
  position: absolute;
  z-index: 2000;
}

.servicesBlockA:hover > .overlapA{
  opacity: 0.5;
  transition:1.5s;
}
.carousel-inner {
     background:rgba(0,0,0,0.7);
}
.tablerow {
  text-align: center;
}
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;	
      animation-duration: 1s;	
      -webkit-animation-duration: 1s;
      visibility: visible;			
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }	
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      float: left;
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }