@font-face {
	font-family: repeater;
	url("../fonts/repeater-regular.woff2");
}

.ginniff-orange {
	color: #ff6600;
}

.ginniff-orange-bg {
	background-color: #ff6600;
}

.ginniff-red {
	color: #ff2a2a;
}

.ginniff-red-bg {
	background-color: #ff2a2a;
}

.ginniff-blue {
	color: #2a2aff;
}

.ginniff-blue-bg {
	background-color: #2a2aff;
}

.ginniff-purple {
	color: #4400aa;
}

.ginniff-purple-bg {
	background-color: #4400aa;
}

.ginniff-green {
	color: #338000;
}

.ginniff-green-bg {
	background-color: #338000;
}

.text-muted {
	color: #999 !important;
}

.page-section {
  padding: 2rem 0;
}
.page-section h2.section-heading {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 3rem;
}

div.swiper-button-next, div.swiper-button-prev {
	color: #fff;
}

div.swiper-button-next:hover, div.swiper-button-prev:hover {
	color: #eee;
}

@media (min-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

/* ::-moz-selection {
  background: #ff6600;
  text-shadow: none;
} */

/* ::selection {
  background: #ff6600;
  text-shadow: none;
} */

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.bg-grey {
	background-color: #f7f8f9;
}

.btn-xl {
  padding: 0.5rem 1.0rem;
  font-family: "repeater", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #ff6600;
  color: #fff;
  border: 0;
}

@media (min-width: 768px) {
  .btn-xl {
    padding: 1rem 1.5rem;
  }
}

.btn-xl:hover, .btn-xl:active {
  background-color: #ef5600;
  color: #fff;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

#mainNav {
  background-color: #212529;
  font-family: "repeater", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
}

#mainNav .navbar-brand img {
  height: 2rem;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #ff6600;
  border: 0;
}

#mainNav .navbar-toggler:hover, #mainNav .navbar-toggler:active {
    background-color: #ef5600;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #fff;
  text-transform: uppercase;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: 700;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: yellow;
}

#mainNav .navbar-nav .nav-item .nav-link-highlight {
	color: #ff6600;
}

@media (min-width: 992px) {
  #mainNav {
    border: none;
    background-color: transparent;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .navbar-brand img {
    height: 2.5rem;
    transition: height 0.3s ease-in-out;
  }
  #mainNav.navbar-shrink {
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img {
    height: 2rem;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  #mainNav .navbar-nav .nav-item .nav-link-highlight {
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
  }
  #mainNav .navbar-nav .nav-item .nav-link-highlight.active, #mainNav .navbar-nav .nav-item .nav-link-highlight:hover {
	border-top: 1px solid yellow;
	border-bottom: 1px solid yellow;
  }
}

header.masthead {
  padding-top: 7rem;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 35rem;
}

header.masthead .masthead-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

header.masthead .masthead-subheading {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 25px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

header.masthead a.btn {
  margin-top: 6em;
}

@media (min-width: 768px) {
  header.masthead a.btn {
    margin-top: 0;
  }
  header.masthead {
    padding-top: 8rem;
  }
  header.masthead .masthead-heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 4rem;
  }
  header.masthead .masthead-subheading {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 6rem;
  }  
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: 8rem;
  }
  header.masthead .masthead-heading {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 5rem;
  }
  header.masthead .masthead-subheading {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 6rem;
  }  
}

@media (min-width: 1200px) {
  header.masthead {
    padding-top: 8rem;
  }
  header.masthead .masthead-heading {
    font-size: 3rem;
    font-weight: 700;
    line-height: 5rem;
    margin-bottom: 5rem;
  }
  header.masthead .masthead-subheading {
    font-size: 2.8rem;
    line-height: 3.5rem;
    margin-bottom: 6rem;
  }  
}

header.masthead-clouds {
  background-image: url("../img/masthead/pexels-pixabay-65295-crop.jpg");
}

header.masthead-woods {
  background-image: url("../img/masthead/pexels-kaique-rocha-775201-crop.jpg");
}

header.masthead-sea {
  background-image: url("../img/masthead/pexels-kenneth-carpina-1646311-crop.jpg");
}


#splash .rainbow-stripes {
  background: url('../img/other/gc_stripes.png');
  background-repeat: repeat;
  height: 3px;
  width: 100%;
  margin: 0px;
}

#splash {
  font-family: "repeater", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.05em;
  padding: 0;
}

#splash p {
	margin: 0;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
}

#splash a, #about a.normal-link {
  color: #ff6600;
  text-decoration: underline;
}

#splash a:hover, #about a.normal-link:hover {
  color: #ef5600;
}


#about img {
  align: center;
  max-height: 15rem;
  max-width: 15rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
}

#about .quotes {
  border-radius: 50%;
  float: left;
}

@media (min-width: 992px) {
  #about img {
	  margin-right: 2em;
	  margin-bottom: 0;
  }
  
  #about .flex-container {
    display: flex;
    flex-direction: row;
  }

  #about .quotes {
    float: none;
  }
}

#about .signature {
	font-family: "Just Another Hand", serif;
}

#about .bio {
	font-size: 1rem;
}

#about .signature {	
	font-size: 4rem;
}

#services h4.service-heading {
	margin-top: 1.5rem;
	min-height: 3.5rem;
	margin-bottom: 0.75rem;
	font-size: 1.5rem;
}

#services p.service-body {
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 5em;
}

#clients .row {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

#clients .row > div {
	margin-bottom: 3em;
}

#clients .client-item {
  background: white;
  height: 100%;
}

#clients .client-item .client-caption {
  padding: 1.5rem;
  text-align: justify;
}

#clients .client-item .client-caption .client-caption-heading {
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  text-align: center;
}

#clients .client-item .client-caption .client-caption-attribution {
  padding-top: 0.8rem;
  text-align: right;
  font-style: italic;
}

#clients .client-item .client-caption .quotes {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  float: left;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}

.timeline h4 {
	font-size: 1.5rem;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #e9ecef;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
  font-size: 1.2rem;
}

.timeline .timeline-body > ul, .timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline .timeline-heading h4 {
    font-size: 1.35rem;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.with {
  margin-bottom: 3rem;
  text-align: center;
}

.with img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}

.with h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.with .with-body {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: justify;
}

#contact {
  background-color: #212529;
  color: white;
  background-image: url("../img/other/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}
#contact .section-heading {
  
}
#contact form {
  margin-bottom: 1.5rem;
  color: black;
}

#contact input, #contact textarea {
  
}

#contact input {
  height: auto;
}

#contact textarea {
  height: 100%;
  min-height: 10rem;
}

#contact label {
	color: white;
}

#contact input:focus, #contact textarea:focus {
  border-color: #ff6600;
  box-shadow: none;
  outline: none;
}

#contact button {
  padding: 0.5rem 0.8rem;
  background-color: #ff6600;
  color: #fff;
  border: 0;
}

#contact button:hover, #contact button:active {
  background-color: #ef5600;
  color: #fff;
}

#contact .mauticform-message {
	font-size: 1.2rem;
	font-weight: 700;
	color: red;
}


#contact ::-webkit-input-placeholder {
  color: #bec4ca;
}

#contact :-moz-placeholder {
  color: #bec4ca;
}

#contact ::-moz-placeholder {
  color: #bec4ca;
}

#contact :-ms-input-placeholder {
  color: #bec4ca;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
}

.privacy-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.privacy-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: left;
}
.privacy-modal .modal-content h2 {
  font-size: 1.5rem;
  line-height: 3rem;
}
.privacy-modal .modal-content p {
  margin-bottom: 0.7rem;
}
.privacy-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}

.privacy-modal ol > li
{
	font-weight: bold;
}

.privacy-modal .modal-content img {
  margin-bottom: 2rem;
}
.privacy-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  color: black;
  background-color: transparent;
}
.privacy-modal .close-modal:hover {
  opacity: 0.3;
}