body {
  color:#7a7a7a;
  background:#fff;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-align: center
}
h1 {
  font-size: 98%;
}
h2 {
  font-weight: 400;
}
.nav-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.3px;
}
.button.outline.light, .icon.outline.light {
  color: #adadad;
  background: 0;
  border: 2px solid #adadad;
}
a.icon-light {
  color: #adadad;
  opacity: 0.5;
}
a.icon-light:hover {
  opacity: 100;
}
#hero-slider {
  position: relative;
  background:#fff;
}
#igi-about {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background:#f0f0f0;
}
#igi-demo {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background:#fff;
}
#igi-testimony {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: left;
}
.featured-work-slider {
  margin-bottom: 70px;
}
#igi-work {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background:#f0f0f0;
}
#igi-team {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background:#fff;
}
#igi-gear {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background:#fff;
}
#igi-sent {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background:#fff;
}
#igi-slider-1 {
  background-image: url("./media/slider/Boardwalk_2048X1365.jpg");
  height: 865px;
  max-height: 100%;
}
#igi-slider-2 {
  background-image: url("./media/slider/TroyBuilt_Set_2048X1365.jpg");
  height: 865px;
  max-height: 100%;
}
#igi-slider-3 {
  background-image: url("./media/slider/OSS_Boat_Slideshow_2048X1365.jpg");
  height: 865px;
  max-height: 100%;
}
#igi-slider-4 {
  background-image: url("./media/slider/Tell_Story3.jpg");
  height: 865px;
  max-height: 100%;
}
#igi-slider-5 {
  background-image: url("./media/slider/Doorway_Slider_2048X1365.jpg");
  height: 865px;
  max-height: 100%;
}
.carousel-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -webkit-background-position: center;
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;

  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -o-background-attachment: fixed;
  background-attachment: fixed;
}
#igi-work-img {
  background-image: url("./media/Our_Work_1024X546.jpg");
  height: 640px;
  width: auto;
  overflow: hidden;
}
#igi-gear-img {
  background-image: url("./media/Our_Gear_1024X546.jpg");
  height: 640px;
  width: auto;
  overflow: hidden;
}
#igi-about-img {
  background-image: url("./media/Our_Story_Silhouette_5.jpg");
  height: 640px;
  width: auto;
  overflow: hidden;
}
#igi-cta-img {
  background-image: url("./media/Passion_1024X546.jpg");
  height: 640px;
  width: auto;
  overflow: hidden;
}
#igi-sent-img {
  background-image: url("./media/thanks.jpg");
  height: 840px;
  width: auto;
  overflow: hidden;
}
.section-avatar {
  border: 4px solid #fff;
  border-radius: 50%;
  display: block;
  height: 160px;
  margin-top:-80px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 160px;
  -webkit-border-radius: 50%;
}
.work-avatar {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 50px;
  margin: -25px auto 20px;
  position: relative;
  width: 50px;
  -webkit-border-radius: 50%;
}
.thanks-avatar {
  border: 4px solid #fff;
  border-radius: 50%;
  display: block;
  height: 90px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 90px;
  -webkit-border-radius: 50%;
}
.team-img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.employeeblock {
  padding: 20px 15px 10px;
  border: 2px solid #fff
}
.employeeblock:hover {
  border: 2px solid #eee;
  background: rgba(77, 77, 77, .4);
  opacity: 1;
}
.hoverimg {
  position: relative;
  width: 100%;
  height: 100%
}
.hoverimg img {
  margin-bottom: 0;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(77, 77, 77, .4);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
.mask span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.employeeblock:hover .mask {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.mask span i {
	color:#f2f2f2;
	margin: 3px;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header {
  position: relative;
  height: 640px;
  width: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-local {
  /* Cancel the parallax scrolling effect */
  background-attachment: local;
}
.header-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-bottom {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-center hr, .header-bottom hr {
  width: 220px;
  height: 2px;
  background:#fff;
  border: 0;
  margin: 50px auto 35px;
}
.letterspace {
  letter-spacing: .1em;
  font-stretch: 100%;
}
.bigtext h1,.bigtext h2,.bigtext h3,.bigtext h4,.bigtext h5,.bigtext h6,h1.bigtext,h2.bigtext,h3.bigtext,h4.bigtext,h5.bigtext,h6.bigtext {
  line-height: 1.1em;
  padding-bottom: 2px;
}
.bigtext h1,h1.bigtext {
  font-size: 70px;
}
.bigtext h2,h2.bigtext {
  font-size: 70px;
}
.bigtext h3,h3.bigtext {
  font-size: 60px;
}
.bigtext h4,h4.bigtext {
  font-size: 50px;
}
.bigtext h5,h5.bigtext {
  font-size: 40px;
}
.bigtext h6,h6.bigtext {
  font-size: 30px;
}
.igi-serif {
  font-family: 'Volkhov', serif;
}
.igi-sans {
  font-family: 'Montserrat', sans-serif;
}
.igi-bold {
  font-weight: 900;
}
.igi-shadow {
  text-shadow: 0px 0px 5px #1d1d1d;
}
.title {
  margin-bottom: 45px;
}
.title h1{
  position: relative;
  font-size: 17px;
  line-height: 1.764705882em;
  margin-bottom: 25px;
  text-align: center;
}
.thanks-title {
  margin-top: 9em;
}
a.igi-link {
  text-decoration: none;
}
a.igi-link:hover {
  color: #000;
}
.title hr {
  width: 80px;
  height: 2px;
  background:#ccc;
  border: 0;
  margin: 0 auto;
}
.title i {
  text-align: center;
  position: relative;
  display: block;
  font-size: 54px;
  line-height: 1em;
  color:#ccc;
  margin: 0 auto -45px;
}
.sub-title {
  font-size: 1.12em;
}
.read-more-link {
  text-decoration: none;
}
.read-more-link:hover {
  color: #000;
  cursor: pointer !important;
}
.title.read-more-link:hover {
  color:#bba454 !important;
}
.text-gold,.text-gold p {
  color:#bba454;
}
.btn-gold {
  background-color:#bba454;
  border: #bba454;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.btn-gold {
  transition-duration: 0.4s;
}
.btn-gold:hover {
  background-color: #4d4d4d;
  color: white;
}
.btn-media {
  font-size: 16px!important;
  font-weight: 600!important;
  letter-spacing: .2em!important;
  text-transform: uppercase!important;
}
.btn-igi {
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
div.big,p.big {
  font-size: 25px;
  line-height: 1.6em;
  margin-bottom: 25px;
}
hr {
  margin-bottom: 40px;
}
#igi-comments {
  height: 10.85em;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
  transition: unset;
}

.modal.in .modal-dialog {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.modal-backdrop {
  opacity: 0.9 !important;
}
.hover-work:hover {
  border: 2px solid #eee;
  background: rgba(77, 77, 77, .4);
  cursor: default;
  opacity: 1;
}
.form-error {
    color: red;
    font-style: italic;
}
.form-error-shadow {
  box-shadow: 0 .5rem 1rem rgba(255 0 0, .15);
}
@media only screen and (max-device-width: 1366px){
  .carousel-item,.header,.header-slide {
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
  div.big,p.big {
	font-size: 20px;
	line-height: 1.5em;
  }
  hr {
	height: 30px;
	line-height: 30px;
  }
  .header {
	height: 540px;
  }
  .bigtext h1,h1.bigtext {
		font-size: 70px
	}
  .bigtext h2,h2.bigtext {
    font-size: 60px
  }

  .bigtext h3,h3.bigtext {
    font-size: 50px
  }

  .bigtext h4,h4.bigtext {
    font-size: 40px
  }

  .bigtext h5,h5.bigtext {
    font-size: 30px
  }

  .bigtext h6,h6.bigtext {
    font-size: 20px
  }
}
@media only screen and (max-width: 479px){
  body {
		min-width: 300px;
	}
  div.big,p.big {
	font-size: 20px;
	line-height: 1.5em;
  }
  hr {
	line-height: 30px;
	height: 30px;
  }
  .header {
	height: 479px;
  }
  .header-bottom {
    position: absolute;
	bottom: -130px;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .thanks-title {
    margin-top: 5em;
  }
  .bigtext h1,h1.bigtext {
	font-size: 40px;
	font-weight: 600;
  }
  .bigtext h2,h2.bigtext {
	font-size: 35px;
	font-weight: 600;
  }
  .bigtext h3,h3.bigtext {
	font-size: 30px;
	font-weight: 600;
  }
  .bigtext h4,h4.bigtext {
	font-size: 25px;
	font-weight: 600;
  }
  .bigtext h5,h5.bigtext {
	font-size: 25px;
	font-weight: 600;
  }
  .bigtext h6,h6.bigtext {
	font-size: 16px;
	font-weight: 600;
  }
  #igi-about, #igi-demo, #igi-testimony, #igi-work, #igi-team, #igi-gear, #igiSent {
	padding-top: 70px;
	padding-bottom: 70px;
  }
  #igi-work-img,#igi-gear-img,#igi-about-img,#igi-cta-img {
	height: 480px;
  }
  #igi-sent-img {
	height: 400px;
  }
}