h1, h2, h3, h4, h5, h6{
  text-transform: uppercase;
  font-weight: 700;
}
h3{
  font-size: 1.35rem;
}
.headerOverlay span, .headerOverlay h1{
  font-weight: 700;
  font-size: 50px;
}
h2.titleOverlay{
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  -webkit-text-stroke: 2px #671132;
  font-size: 100px;
  top: -50px;
  left: 25px;
  z-index: 5;
}

@media screen and (max-width: 992px){
  h2.titleOverlay{
    font-size: 35px;
    top: -20px;
    left: 5px;
  }
}

footer{
  padding: 0;
  position: relative;
  bottom: 0;
  width: 100%;
}
#footer-contact{
	margin: 0 0 20px 0;
	padding: 0;
}
#footer-contact li{
	display: block;
}
#footer-contact li:last-child{
	border-right: 0;
  padding-right: 0;
}
#footer-contact li:first-child{
	padding-left: 0;
}
#footer-contact li a{
	font-size: 16px;
}
@media( max-width: 768px ){
  footer img{
    margin-bottom: 20px;
  }
}
/* ====== FOOTER 1 ====== */
.footer #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer #menu-footer-menu li, .footer #menu-footer-menu-2 li{
	display: block;
	padding-bottom: 15px;
}
.footer #menu-footer-menu li:last-child, .footer #menu-footer-menu-2 li:last-child{
	border-right: 0;
}
/* ====== FOOTER 1 END ====== */

/* ====== FOOTER 2 ====== */
.footer2 #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer2 #menu-footer-menu li{
	display: block;
}
.footer2 a, .footer2 a:hover, .footer2 a:active, .footer2 a:focus{
  color: inherit;
}
/* ====== FOOTER 2 END ====== */

/* ====== FOOTER 3 ====== */
.footer3 #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer3 #menu-footer-menu li{
	display: block;
}
.footer3 #footer-contact li:first-child{
	padding-left: 0;
}
/* ====== FOOTER 3 END ====== */
form, .nf-form-layout, .nf-form-cont{
  width: 100%;
}
.nf-field-label{
  display: none;
}
.wpcf7, .wpcf7-form label{
  width: 100%!important;
}
.wpcf7-form-control, .ninja-forms-field .nf-element, .nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
  background: transparent!important;
  border: 0!important;
  border-bottom: solid 1px black!important;
  color: inherit!important;
  padding: 7px!important;
  height: 40px!important;
  width: 100%!important;
}
footer .wpcf7-form-control.wpcf7-submit, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
  width: 100%;
}
.wpcf7-form-control.wpcf7-textarea, .nf-form-content textarea{
  height: 140px!important;
}
.ajax-loader{
  display: none!important;
}
header{
  padding: 20px;
  z-index: 1000;
}
header p, header a, header a:hover, header a:focus, header a:active{
  margin-bottom: 0!important;
  color: #176356;
}
#contactbar p{
  margin: 0;
}

.carousel{
  width: 100%;
  min-height: 800px;
}
.carousel-item, .carousel-item p, .carousel-item h1, .carousel-item h2, .carousel-item h3, .carousel-item h4, .carousel-item h5, .carousel-item h6, .carousel-item a{
  color: white!important;
  text-shadow: 1px 1px 5px #000000!important;
}
.headerOverlay{
  z-index: 100;
  background-color: rgba(0,0,0,0.5);
}
.drawBorder1 a, .drawBorder3 a{
  background-color: #671132;
}
.drawBorder2 a, .drawBorder4 a{
  background-color: #e17aa2;
}
.drawBorder1 a, .drawBorder3 a, .drawBorder2 a, .drawBorder4 a{
  z-index: 2;
  font-weight: 700;
}
.drawBorder1 a:hover, .drawBorder3 a:hover, .drawBorder2 a:hover, .drawBorder4 a:hover {
  padding-top: 40px!important;
  padding-bottom: 40px!important;
  transition: padding .3s;
}
.drawBorder1::before, .drawBorder2::before, .drawBorder3::before, .drawBorder4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 2px solid transparent;
}
.drawBorder1::before, .drawBorder2::before, .drawBorder3::before, .drawBorder4::before {
  animation: animate 1s linear forwards;
}
.drawBorderPurple::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
  border: 2px solid transparent;
  animation: animPurp 1s linear forwards;
  animation-delay: .5s;
}
.drawBorder2::before{
  animation-delay: .5s;
}
.drawBorder3::before{
  animation-delay: 1s;
}
.drawBorder4::before{
  animation-delay: 1.5s;
}
.BorderPurple{
  border-right: 2px solid #671132;
}
@keyframes animate {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: white;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: transparent;
    border-right-color: white;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
   width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: white;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}
@keyframes animPurp {
  0% {
    width: 0;
    height: 0;
    border-top-color: transparent;
    border-right-color: #671132;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  50% {
    width: 100%;
    height: 0;
    border-top-color: transparent;
    border-right-color: #671132;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
   width: 100%;
    height: 100%;
    border-top-color: transparent;
    border-right-color: #671132;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}

@media screen and (max-width: 992px){
  .headerOverlay.position-absolute{
    /*position: relative!important;*/
  }
  .serviceLinks.h-100{
    height: auto!important;
  }
  .serviceLinks.position-relative{
    position: absolute!important;
    bottom: 0;
  }
  .serviceLinks.position-relative > .pb-5{
    padding-bottom: 0!important;
  }
  #carousel{
    margin-bottom: 20px;
  }
}
/* ====== NAV BAR ====== */
#menu-header-menu{
	margin: 0;
	padding: 0;
}
#bar{
	background-color: rgba(103,17,50,0.9);
}
#bar li{
	display: inline-block;
	padding: 0 18px;
	text-transform: uppercase;
	font-weight: 700;
	border-right: solid 2px white;
}
#bar li:last-child{
	padding: 0 0 0 18px;
	border-right: 0;
}
#bar .dropdown-menu li, #bar .dropdown-menu li:last-child{
	display: inline-block;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 700;
	border-right: 0;
}
#bar li a{
	color: white;
	font-size: 16px;
}
#bar .dropdown-menu li{
	display: block;
	margin: 0;
	width:100%;
}
#bar .dropdown-menu{
	overflow: hidden;
	border: 0;
	border-radius: 0;
}
#bar .dropdown-menu.show{
	overflow: visible;
}
/* ====== NAV BAR END ====== */

/* ====== NAV STICKY ====== */
#stickyNav{
	width: 100%;
	background-color: white;
}
#stickyNav li{
	display: inline-block;
	margin: 0 20px;
}
#stickyNav li a{
	color: white;
	font-size: 16px;
}
#stickyNav .dropdown-menu{
  padding: 20px;
  background-color: #671132;
}
#stickyNav .dropdown-menu li{
	display: block;
	margin: 0;
}
#stickyNav .dropdown-menu{
	border: 0;
	border-radius: 0;
}
@media( max-width: 992px ){
  #stickyNav li{
  	display: block;
  	margin: 0;
  }
}
/* ====== NAV STICKY END ====== */

/* ====== NAV BURGER ====== */
#sideNavigation .dropdown-menu, #sideNavigation .dropdown-menu.show{
  position: static!important;
  transform: none!important;
  width: 100%;
  border: none!important;
  background-color: transparent!important;
  margin: 0;
  padding: 0;
}
.dropdown-menu{
  height: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.8s;
}
.dropdown-menu.show{
	width: 250px;
  height: auto;
  opacity: 1;
  transition: 0.8s;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: none!important;
}
.navbar-toggle{
	z-index: 100000;
	display: inline;
  position: fixed;
	right: 0;
	top: 0;
}
.navbar-toggle{
	margin: 35px;
	background-color: #671132;
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #671132;
	border-radius: 50%;
  border: 0;
  overflow: visible;
	z-index: 2000;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}
.hamburger-box {
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.3s 0.5s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.3s 0.5s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.3s ease-out, opacity 0.3s 0.3s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.3s ease-out, transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sideNavigation{
  color: white!important;
}
#sideNavigation p a{
  font-size: 1em!important;
  text-transform: lowercase;
}
#overlay{
  position: fixed;
  z-index: 300;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  display: none;
}
#sideNavigation #menu-header-menu, #socialNav{
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  opacity: 0;
}
#navLink{
  width: 40px;
  height: auto;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #671132;
    overflow-x: hidden;
    padding-top: 160px;
    transition: 0.5s;
    text-align: right;
}
.sidenav a, .sidenav a:not([href]):not([tabindex]) {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.15s;
    margin-bottom: 15px;
}
.sidenav a.social{
  display: inline-block;
}
.sidenav #socialNav a, .sidenav #socialNav a:not([href]):not([tabindex]) {
    border-bottom: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav li{
  display: block;
}
#main {
    padding: 20px;
}
body {
  overflow-x: hidden;
}
.topnav {
    overflow: hidden;
    top: 0;
}
.topnav a {
    display: inline;
    padding: 0;
    text-decoration: none;
    position: relative;
    border: none;
}
.topnav p a {
    float: none;
    display: inline;
    text-align: left;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.topnav>p{
    margin: 8px 15px;
}
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
a svg{
  transition:all .5s ease;
  &:hover{
    #transform:rotate(180deg);
  }
}
#ico{
  display: none;
}
#sideNavigation #socialNav, #sideNavigation #menu-header-menu{
  margin: 80px;
}
.menu{
  margin-top: 20px;
  margin-right: 50px;
  padding: 0 30px;
  @include border-radius(5px);
  #transition: all 0.5s ease;
  a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 2px;
    margin: 3px 0;
    text-decoration: none;
    background: #444;

    &:nth-child(1){
      margin-top: 0;
      @include border-radius(3px 3px 0 0 );
    }
    &:nth-child(5){
      margin-bottom: 0;
      @include border-radius(0 0 3px 3px);
    }

    &:hover{
      background: #555;
    }
  }
}
@media(max-width: 992px){
  .sidenav ul{
    display: block;
  }
  .sidenav li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  ul .sub-menu {
    padding-inline-start: 0;
  }
  .sub-menu li{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .sub-menu li a{
    font-weight: 300;
  }
  .menu{
    margin-right: 0;
  }
	#bar li{
		padding: 0 20px;
		border-right: none;
	}
	#bar li:last-child{
		padding: 0 20px;
	}
}
/* ====== NAV BURGER ====== */
/* ====== Masonry ====== */
.card {
  background-color: rgba(0,0,0,.125);
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0;
}
.posts-topbar h2{
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.posts-topbar ul{
  display: inline-block;
  padding: 0;
  margin: 0;
}
.posts-topbar li{
  display: inline-block;
  margin: 0 10px;
}
.posts-topbar input {
  background-color: white;
  border: 1px solid black;
}
.posts-topbar .search-submit{
  background-color: #671132;
  border-color: #671132;
  color: white;
}
.postTitle{
  background-color: rgba(255,255,255,0.75);
}
a:hover .postTitle{
  background-color: rgba(255,255,255,0.95);
}
/* ====== Masonry END ====== */

/* ====== Grid ====== */
.overlay{
  opacity: 0;
  background-color: rgba(0,0,0,0.5);
}
.overlay, .overlay p, .overlay a, .overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay h4, .overlay h5, .overlay h6{
  color: white!important;
}
a:hover .overlay, .downloads:hover .overlay{
  opacity: 1;
}
@media( max-width: 768px ){
  .overlay{
    opacity: 1;
  }
}
/* ====== Grid END ====== */

/* ====== List ====== */
.posts-sidebar ul{
  padding: 0;
}
.posts-sidebar li{
  display: block;
}
.screen-reader-text{
  display: none;
}
.posts-sidebar input {
  background-color: white;
  border: 1px solid black;
}
.posts-sidebar .search-submit{
  background-color: #671132;
  border-color: #671132;
  color: white;
}
.posts-sidebar label{
  width: 70%;
}
.posts-sidebar label input{
  width: 100%;
}
.posts-sidebar input{
  width: 19%;
}
@media( max-width: 991px ){
  .posts-sidebar label, .posts-sidebar input{
    width: 100%;
  }
}
/* ====== List END ====== */
.projectPosts,
.statPosts {
    min-height: 450px;
    position: relative;
    overflow: hidden;
}
.projectPosts li:after {
    content: '';
    display: block;
    position: relative;
    bottom: -20px;
    width: 20%;
    left: 0;
    border-top: 1px solid #671132;
    transition: .3s;
}
.projectPosts li:hover:after {
    width: 30%;
    transition: .3s;
}
.projectPosts ul,
.statPosts ul {
    padding: 0;
    margin: 120px 0
}

.projectPosts li,
.statPosts li {
    display: block;
    padding: 20px 0;
}

.projectPosts li a {
    color: #671132;
    margin-left: 0;
    transition: margin-left .4s;
    -moz-transition: margin-left .4s;
    -webkit-transition: margin-left .4s
}

.linkStart {
    display: inline-block;
    width: 50px
}

.linkIndent {
    top: 4px;
    width: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: width .4s;
    -moz-transition: width .4s;
    -webkit-transition: width .4s
}

.projectPosts li:hover .linkIndent {
    width: 200px;
    transition: width .4s;
    -moz-transition: width .4s;
    -webkit-transition: width .4s
}

.projectPosts li:hover a,
.statPosts li:hover p {
    color: #671132;
    margin-left: 20px;
    transition: margin-left .4s;
    -moz-transition: margin-left .4s;
    -webkit-transition: margin-left .4s
}

.projectPosts li .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    opacity: 0;
    transition: opacity .4s;
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s
}

.projectPosts li .imgOffice {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    opacity: 1
}

.projectPosts .firstImg .img,
.statPosts .firstImg img {
    opacity: 1 !important
}

.projectPosts li:hover .img,
.statPosts li:hover img {
    opacity: 1;
    transition: opacity .4s;
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s
}

.mobileLink {
    display: none
}

.statPosts li:hover p {
    color: #000;
    margin-left: 30px;
    transition: margin-left .4s;
    -moz-transition: margin-left .4s;
    -webkit-transition: margin-left .4s
}

.statPosts li p {
    display: inline-block;
    margin-bottom: 0
}

.statPosts li .statGraph {
    width: 33%
}

.statPosts li p {
    margin-left: 0;
    color: #a3a3a3;
    transition: margin-left .4s;
    -moz-transition: margin-left .4s;
    -webkit-transition: margin-left .4s
}

.statPosts li:hover .linkIndent {
    width: 100%;
    transition: width .4s;
    -moz-transition: width .4s;
    -webkit-transition: width .4s
}

.statPosts li img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    width: auto !important;
    transition: opacity .4s;
    -moz-transition: opacity .4s;
    -webkit-transition: opacity .4s
}

.statPosts li img.base {
    opacity: 1 !important
}

.btn {
  background-color: #671132;
  color: white;
  border: none;
  border-radius: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
    position: relative;
    z-index: 2
}

p a:after,
p a:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 0;
    background-color: rgba(225, 122, 162, .5);
    opacity: 0;
    transform: translateY(-18px);
    transition: height .4s, cubic-bezier(.175, .885, .32, 1.275) .2s, opacity 0s;
    z-index: -1
}

p a:hover:after,
p a:hover:before,
p a:hover:focus {
    height: 7px;
    opacity: 1;
    transform: translateY(2px);
    transition: height .4s, cubic-bezier(.175, .885, .32, 1.275) .2s, opacity 0s
}

h1 a:after,
h1 a:before,
h2 a:after,
h2 a:before,
h3 a:after,
h3 a:before,
h4 a:after,
h4 a:before,
h5 a:after,
h5 a:before,
h6 a:after,
h6 a:before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 0;
    background-color: rgba(225, 122, 162, .5);
    opacity: 0;
    transform: translateY(-18px);
    transition: height .4s, cubic-bezier(.175, .885, .32, 1.275) .2s, opacity 0s
}

h1 a:hover:after,
h1 a:hover:before,
h1 a:hover:focus,
h2 a:hover:after,
h2 a:hover:before,
h2 a:hover:focus,
h3 a:hover:after,
h3 a:hover:before,
h3 a:hover:focus,
h4 a:hover:after,
h4 a:hover:before,
h4 a:hover:focus,
h5 a:hover:after,
h5 a:hover:before,
h5 a:hover:focus,
h6 a:hover:after,
h6 a:hover:before,
h6 a:hover:focus {
    height: 7px;
    opacity: 1;
    transform: translateY(2px);
    transition: height .4s, cubic-bezier(.175, .885, .32, 1.275) .2s, opacity 0s
}

.circle {
    border: solid 4px #fff;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    position: relative
}

.circleInner {
    width: 70%
}

.circleInner h3 {
    font-weight: 700
}

.view {
    font-family: 'Playfair Display', serif;
    margin: 0 !important
}

@media(max-width:1200px) {

    .projectPosts,
    .statPosts {
        min-height: 0
    }

    .projectPosts li img {
        display: none
    }

    .projectPosts li a,
    .statPosts li p {
        margin: auto
    }

    .linkIndent {
        display: none
    }

    .mobileLink {
        display: block
    }

    .statPosts .mobileLink {
        padding: 20px 0
    }

    .statPosts .mobileLink img {
        position: static;
        opacity: 1;
        display: block;
        height: auto !important
    }

    .statPosts .mobileLink p {
        margin-left: 0;
        color: #a3a3a3
    }

    .projectPosts li a,
    .projectPosts li:hover a {
        color: #fff
    }

    .deskLink {
        display: none
    }

    .projectPosts li:hover a,
    .statPosts li:hover p {
        margin-left: 0
    }

    .greyBg {
        background: 0 0 !important
    }
}

@media screen and (max-width: 992px){
  .projectPosts li::after {
      display: none;
      bottom: 0;
      width: 0;
      border-top: none;
  }
  .projectPosts li, .statPosts li{
    padding: 0;
  }
  #caseFeed.carousel{
    height: 300px;
  }
}
.link{
  background-color: white;
  box-shadow: 1px 1px 10px black;
  padding: 30px;
  width: 100%;
}
.about .btn{
  background-color: #8da656;
  color: white;
  border: #8da656;
}
.about .btn:hover, .about .btn:active, .about .btn:focus{
  background-color: #6daaa5;
  border: #6daaa5;
}
.about h2{
  color: #8da656;
}
.services .btn{
  background-color: #bf8d56;
  color: white;
  border: #bf8d56;
}
.services .btn:hover, .services .btn:active, .services .btn:focus{
  background-color: #a87c4c;
  border: #a87c4c;
}
.services h2{
  color: #bf8d56;
}
.contact .btn{
  background-color: #397d6c;
  color: white;
  border: #397d6c;
}
.contact .btn:hover, .contact .btn:active, .contact .btn:focus{
  background-color: #316a5c;
  border: #316a5c;
}
.downloads{
  text-transform: uppercase;
  font-weight: 700;
}
.downloads .btn, .downloads .btn:hover{
  border: white 2px solid;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.contact h2{
  color: #397d6c;
}
.callOverlay{
  background-color: rgba(0,0,0,0.7);
}
.callOverlay:hover{
  background-color: rgba(0,0,0,0.5);
}
.callOverlay span{
  color: white!important;
  font-size: 2rem;
}
/* ====== NAVIGATION ====== */
nav{
  padding: 20px;
}
#bar .dropdown-menu, #bar .dropdown-menu li{
  background-color: #671132;
}
#bar li a, #stickyNav li a{
	color: white;
}
#bar .dropdown-menu li a, #stickyNav .dropdown-menu li a{
  color: white;
}
.btn-primary{
  background-color: #671132;
  border-color: #671132;
}
.btn-primary:hover{
  background-color: #e17aa2;
  border-color: #e17aa2;
}
h1, h2, h3, h4, h5, h6, a:hover{
  color: #671132;
}
@media( max-width: 991px ){
  .overlayCollapse{
    background-color: #671132;
    padding: 0;
  }
  .overlayCollapse.show{
    padding: 15px 0;
  }
  #bar .overlayCollapse li a{
    color: white;
  }
}
/* ====== NAVIGATION END ====== */

/* ====== FOOTER ====== */
.purpleBg{
  background-color: #671132;
  color: white!important;
}
.footer{
  background-color: #efefef;
  color: #671132!important;
}
.footer a, .footer a:hover, .footer a:active, .footer a:focus{
  color: #671132;
}
footer .wpcf7-form-control{
  background: transparent!important;
  border: 0!important;
  border-bottom: solid 1px white!important;
  color: white!important;
}
footer .wpcf7-form-control::placeholder{
  color: white!important;
}
/* ====== FOOTER END ====== */

/* ====== FORM ====== */
.wpcf7-form-control.wpcf7-submit, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
  background: #671132!important;
  color: white!important;
  border: 0!important;
}
.wpcf7-form-control.wpcf7-submit:hover, .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover{
  background: white!important;
  color: #671132!important;
}
/* ====== FORM END ====== */

/* ====== CALL TO ACTION ====== */
#callToAct{
	position: fixed;
	right: 0;
	top: 50%;
  transform: translate(0, -50%);
	z-index: 500;
}
.callLink{
	display: block;
	margin-bottom: 10px;
	width: 60px;
	height: auto;
}
.primary{
  background-color: #671132;
  color: white!important;
}
.secondary{
  background-color: #e17aa2;
  color: white!important;
}
.primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, .primary p, .primary span, .primary a, .primary a:hover, .secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary p, .secondary span, .secondary a, .secondary a:hover{
  color: white!important;
}
.purpleBg p, .purpleBg a, .purpleBg h1, .purpleBg h2, .purpleBg h3, .purpleBg h4, .purpleBg h5, .purpleBg h6{
  color: white!important;
}
.purpleBg{
  z-index: 200;
}
.greyBg{
  background-color: #828282;
  color: white!important;
}
.greyBg p, .greyBg a, .greyBg h1, .greyBg h2, .greyBg h3, .greyBg h4, .greyBg h5, .greyBg h6{
  color: white!important;
}
/* ====== CALL TO ACTION END ====== */

.filterIcon{
  filter: brightness(0) invert(1);
}
.darkOverlay{
  background-color: rgba(103,17,50,.6);
  color: white;
  transition: .3s;
}
.lightOverlay{
  background-color: rgba(229,212,206,.6);
  color: rgb(103,17,50);
  transition: .3s;
}
.darkOverlay p, .lightOverlay p{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.darkOverlay, .lightOverlay{
  padding-top: 100%;
}
.darkOverlay > .position-absolute, .lightOverlay > .position-absolute{
	width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.capIcon{
  max-height: 80px;
  padding: 0 auto;
  transition: .3s;
}
.capLink:hover .lightOverlay{
  background-color: rgba(229,212,206,.9);
  transition: .3s;
}
.capLink:hover .darkOverlay{
  background-color: rgba(103,17,50,.9);
  transition: .3s;
}
.capLink:hover .lightOverlay .capIcon, .capLink:hover .darkOverlay .capIcon{
  transform: rotate(360deg);
  transition: .3s;
}

@media screen and ( max-width:1200px ){
	.darkOverlay p, .lightOverlay p{
	  font-size: 24px;
	}
}

@media screen and ( max-width: 992px ){
	.darkOverlay p, .lightOverlay p{
	  font-size: 18px;
	}
}
