body {
  margin: 0;
  font-family: "Montserrat", Arial;
}
h2 {
	font-weight: 400;
}
* {
	box-sizing: border-box;
}
.bodyContent {
  width: 100%;
  height: 100%;
}
.customContent {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.customOverlay {
  border-radius: 20px;
  padding: 20px;
}
.customContent h1 {
	margin-top: 0;
}
.customLogo {
  max-width: 410px;
  margin-bottom: 40px;
  width: 100%;
}
p {
  line-height: 1.5;
  font-size: 17px;
  font-weight: 300;
}
.customP {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.customP br {
  display: none;
}
.callBtn {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 10px;
  border-radius: 30px;
  min-width: 110px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.callBtn:hover {
	background: #fff;
	color: #000;
}
.customProjects {
  margin-top: 60px;
  text-align: center;
}
.customProjects img {
  max-width: 200px;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.customProjects .customW {
	max-width: 100px;
}
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+, IE10 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
svg {
  background: url(http://4.bp.blogspot.com/-IzPWLqY4gJ0/T01CPzNb1KI/AAAAAAAACgA/_8uyj68QhFE/s400/a2cf7051-5952-4b39-aca3-4481976cb242.jpg);
}
svg image {
  transition: all .6s ease;
}
svg image:hover {
  opacity: 0;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+, IE10 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
svg {
  background: url(http://4.bp.blogspot.com/-IzPWLqY4gJ0/T01CPzNb1KI/AAAAAAAACgA/_8uyj68QhFE/s400/a2cf7051-5952-4b39-aca3-4481976cb242.jpg);
}
svg image {
  transition: all .6s ease;
}
svg image:hover {
  opacity: 0;
}
.customProjects img {
  transform: scale(0.8);
}
.customProjects img:hover {
  transform: none;
}
.copyright {
  margin-top: 30px;
  font-weight: 200;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.topBar {
  padding-right: 20px;
  padding-top: 15px;
  padding-left: 5px;
}
.topBar a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.topBar a:hover {
	text-decoration: underline;
}
.topBar a i {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 10px;
}
.contactWrapper {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 570px;
  height: 450px;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.contactWrapper div {
  width: 50%;
  float: left;
  text-align: center;
}
.contactWrapper i {
  display: block;
  font-size: 50px;
}
.contactWrapper label {
  font-size: 19px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
}
.contactWrapper a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
}
.contactWrapper a:hover {
  transform: scale(1.1);
}
.contactWrapper {
  background: #000;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0, 0.85);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.contactWrapper h2 {
  margin-bottom: 70px;
}
.closeTrigger {
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 30px;
  margin-right: 20px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.closeTrigger:hover {
  transform: rotate(90deg);
}
.showContact .overlay,
.showContact .contactWrapper {
	opacity: 1;
	visibility: visible;
}
.showContact {
  overflow: hidden;
}
.vanta-canvas {
  position: fixed !important;
  height: 100% !important;
}
.copyright br {
  display: none;
}
.customProjects h2:after {
  content: "";
  width: 70px;
  height: 70px;
  background: url('imgs/sep.png');
}
.customProjects h2 {
  position: relative;
  margin-bottom: 40px;
}
.customProjects h2::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url('imgs/sep.png');
    background-size: auto;
  display: block;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.customProjects h2::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
.customProjects h2 span::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  background: #000;
}


@media (max-width: 1000px) {
  .customContent {
    transform: none;
    top: 100px;
  }
}
@media (max-width: 570px) {
  .contactWrapper div {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .topBar {
    padding-right: 10px;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }
  .customOverlay {
    padding: 10px;
  }
  p {
    font-size: 16px;
  }
  .customProjects {
    margin-top: 40px;
  }
  .copyright {
    font-size: 14px;
  }
  .copyright br {
    display: block;
  }
  .sep {
    display: none;
  }
  .customProjects img {
    max-width: 200px;
    filter: none;
  }
  .customProjects .customW {
    max-width: 100px;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
  .customProjects a:nth-child(2) img {
    max-width: 130px;
  }
  .customProjects a {
    margin-bottom: 20px;
    display: block;
  }
}