@charset "UTF-8";
/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider {
  overflow: hidden;
  margin-bottom: 0;
}
#home-slider .slick-slide {
  height: 345px;
  /*define the height of slide*/
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  position: relative;
  outline: none;
}
.home #home-slider .slick-slide {
  height: 100vh;
  min-height: 700px;
}
#home-slider .slick-slide:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(219, 174, 186, 0.3);
}
#home-slider .slider-caption {
  position: absolute;
  top: 67%;
  left: 50%;
  width: 100%;
  max-width: 700px;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 5px 10px;
}
.home #home-slider .slider-caption {
  top: 52%;
}
#home-slider .slider-caption img {
  margin-bottom: 72px;
}
#home-slider .slider-caption .button {
  width: 47%;
  padding: 20px 5px;
  font-size: 18px;
  font-weight: 600;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  filter: blur(0);
}
#home-slider .slider-caption .button:nth-child(2n-1) {
  margin-right: 26px;
  font-size: 16px;
}
#home-slider .slider-caption .button br {
  display: none;
}
#home-slider .slider-caption .button[href*="tel:"] {
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 390px;
  }
  #home-slider .slider-caption img {
    max-width: 75%;
  }
  #home-slider .slider-caption .button {
    width: 48%;
    font-size: 16px;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    -webkit-filter: blur(0) !important;
    -moz-filter: blur(0) !important;
    filter: blur(0) !important;
  }
  #home-slider .slider-caption .button:nth-child(2n-1) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 350px;
  }
  #home-slider .slider-caption {
    top: 52%;
  }
  #home-slider .slider-caption .button {
    max-width: 320px;
    width: 100%;
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption.alignnone {
  margin: 0 1em 1em 0;
}
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  -webkit-font-smoothing: antialiased;
  position: static;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  padding: 0 10px;
  margin-bottom: 5px;
  height: 26px;
  line-height: 24px;
  color: #333;
  border: 1px solid #97cbe9;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  background-color: #e8e8e8;
  /* STYLES GO THERE */
}

textarea[rows] {
  height: 150px;
  resize: none;
  /*Styles for TextArea*/
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #d1d1d1;
  font-style: italic;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #d1d1d1;
  font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d1d1d1;
  font-style: italic;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d1d1d1;
  font-style: italic;
}

/* Responsive video container (YouTube, Vimeo) */
embed, iframe, object {
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Align Middle */
.align-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {
  outline: none;
}

address {
  font-style: normal;
}

p:empty {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 23px;
}

p {
  font-size: 18px;
  text-align: justify;
  line-height: 1.2;
}
p a:not([href*='tel:']) {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #2988be;
}
a:hover, a:focus {
  color: #2479a9;
  /*basic hover and focus effects*/
}

.button {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

#home-slider .slick-slide, .about-us-thumb, .gallery .columns .portfolio-item-cont .portfolio-link, .bottom-realisaties .slider .album-cover .portfolio-link {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.row {
  max-width: 1300px;
}

.error404 p a:hover {
  color: #b13354;
}

/*-------------------------------
        Paginator
-------------------------------*/
ul.pagination li a {
  padding: 0 7px;
  border-radius: 0;
}

.pagination.current {
  color: #fff;
  background: #2988be;
  padding: 1px 7px 2px 7px;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  border-bottom: 1px solid #1c1c1c;
}
.header > .row {
  max-width: 1450px;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.page_title {
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}
.page_title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #2988be;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.page_title span {
  background-color: #fff;
  padding: 0 17px;
  z-index: 100;
  position: relative;
}
.page_title.red:before {
  background-color: #b13354;
}

.about-us-section {
  padding: 90px 0 110px;
}
.about-us-section .columns {
  padding: 0 18px;
}
.about-us-section .page_title {
  margin-bottom: 33px;
  margin-top: 0;
  line-height: 0.9;
}
.about-us-section p {
  margin-bottom: 23px;
}
.about-us-section .button {
  margin: 11px 0 10px;
  padding: 20px 44px;
  font-size: 18px;
  font-weight: 600;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.about-us-thumb {
  height: 350px;
}

.diensten-section {
  background-color: #f1f1f1;
  padding: 105px 0 100px;
}
.diensten-section > .row {
  max-width: 1340px;
  display: flex;
  
}
.diensten-section .page_title {
  margin-bottom: 42px;
}
.diensten-section .page_title span {
  background-color: #f1f1f1;
}
.diensten-section .item {
  display: inline-block;
  width: 20%;
  margin-left: -4px;
  padding: 0 22px;
  vertical-align: top;
}
.diensten-section .item p {
  text-align: left;
}
.diensten-section .item .img-holder {
  margin-bottom: 35px;
}
.diensten-section .item .button {
  width: 100%;
  margin-top: 20px;
  padding: 13px 0;
  font-size: 14px;
  font-weight: 600;
  max-width: 170px;
}

.page-default {
  padding: 110px 0;
  background-color: #ebebeb;
}
.page-default .page_title {
  margin-bottom: 25px;
}
.page-default .page_title span {
  background-color: #ebebeb;
}
.page-default .img-holder {
  text-align: center;
  margin: 0 0 25px;
}
.page-default .link-button {
  padding: 10px 35px;
}
.page-default .floating-block {
  position: relative;
}
.page-default .floating-block p {
  text-align: right;
}
.page-default .floating-block a {
  float: right;
}
.page-default .floating-block .img-holder {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.page-default .floating-block .content-holder {
  float: left;
}
.page-default .button {
  margin-top: 30px;
  padding: 20px 44px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/* ------------------------------------
    Video
------------------------------------- */
#videoHolder {
  margin-bottom: 30px;
  padding-bottom: 60%;
}

/* ------------------------------------
	TMPL: Contacts
------------------------------------- */
.contact-info {
  margin-bottom: 0;
  position: relative;
}
.contact-info a, .contact-info span {
  padding-left: 45px;
  display: inline-block;
  margin-top: 0;
  font-size: 16px;
}
.contact-info a.contact-link, .contact-info span.contact-link {
  text-decoration: none;
}
.contact-info .fa {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 22px;
  color: #2988be;
}

.contact-link {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  text-decoration: none;
}
.contact-link:hover {
  color: #2988be;
}

.map-col #map {
  height: 330px;
}
.map-col address {
  font-style: normal;
  margin-top: 15px;
}
.map-col p {
  margin-bottom: 10px;
}

/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper {
  /* Input Styling */
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="url"],
.gform_wrapper textarea {
  padding: 20px 15px;
  margin-bottom: 0;
  height: 65px;
  line-height: 28px;
  color: #333;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #d5d1d1;
  font-size: 18px;
  border: none;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  /* STYLES GO THERE */
}
.gform_wrapper textarea[rows] {
  height: 160px;
  resize: none;
  /*Styles for TextArea*/
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
.gfield .gfield_label {
  font-size: 18px;
  position: absolute;
  top: 18px;
  left: 15px;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
}
.gfield.selected {
  background-color: #2988be;
  padding: 20px 5px 5px;
}
.gfield.selected.gfield_error {
  background-color: #d10d01;
}
.gfield.selected input {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
}
.gfield.selected textarea {
  background-color: #fff;
  height: 135px;
}
.gfield.selected .gfield_label {
  -webkit-transform: translate3d(-15px, -21px, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(-15px, -21px, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
  color: #fff;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: left;
  /*alining of submit button*/
}
.gform_footer input[type='submit'] {
  padding: 10px 20%;
  text-transform: uppercase;
  font-weight: bold;
}

.validation_error {
  display: none;
}

.validation_message {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
}

button, .button, input[type='submit'] {
  background-color: #2988be;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Raleway", sans-serif;
  padding: 10px 20px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  font-size: 14.62px;
  font-weight: 700;
  text-transform: uppercase;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus {
  background-color: #b13354;
  outline: none;
}
button.red, .button.red, input[type='submit'].red {
  background-color: #b13354;
}
button.red:hover, button.red:focus, .button.red:hover, .button.red:focus, input[type='submit'].red:hover, input[type='submit'].red:focus {
  background-color: #2988be;
}

.gform_confirmation_message {
  font-size: 20px;
  color: #58acdb;
  padding: 10px 10px 10px 40px;
  background: rgba(41, 136, 190, 0.1);
  border: 2px solid #2988be;
  position: relative;
}
.gform_confirmation_message:before {
  content: "";
  position: absolute;
  font-family: FontAwesome;
  width: 25px;
  color: #34A853;
  height: 25px;
  top: 50%;
  left: 10px;
  margin: -13px 0 0 0;
  font-size: 25px;
  line-height: 25px;
}

/* ------------------------------------
    Gallery
------------------------------------- */
/*Gallery styles, if you dont need/use this comment or delete styles below*/
.gallery .columns {
  float: left !important;
}
.gallery .columns .portfolio-item-cont {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.gallery .columns .portfolio-item-cont .album-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 33px;
  font-size: 12px;
  color: #fff;
  background-color: #2988be;
  padding-left: 10px;
  padding-right: 10px;
  -moz-transition: bottom 0.3s ease;
  -o-transition: bottom 0.3s ease;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
.gallery .columns .portfolio-item-cont .album-name:hover {
  color: #fff;
}
.gallery .columns .portfolio-item-cont:hover .portfolio-link:before {
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.gallery .columns .portfolio-item-cont:hover .album-name {
  bottom: 0;
}
.gallery .columns .portfolio-item-cont .portfolio-link {
  display: block;
  width: 100%;
  height: 210px;
  position: relative;
}
.gallery .columns .portfolio-item-cont .portfolio-link:before {
  content: '\f067';
  font-family: FontAwesome;
  font-size: 18px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border: 2px solid #2988be;
  background-color: #fff;
  color: #2988be;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.gallery .columns .portfolio-item-cont .portfolio-link img {
  display: block !important;
  width: 100%;
}

@media only screen and (max-width: 40.0625em) {
  .gallery .columns .portfolio-item-cont .album-name {
    bottom: 0;
  }
}
/* ------------------------------------
    Footer Styles
------------------------------------- */
.bottom-realisaties {
  padding: 85px 0 100px;
}
.bottom-realisaties .slider {
  width: 75%;
  display: inline-block;
  margin-left: -3px;
  margin-bottom: 0;
  vertical-align: top;
}
.bottom-realisaties .slider .album-cover {
  padding: 0 3px;
}
.bottom-realisaties .slider .album-cover .portfolio-link {
  display: block;
  height: 245px;
  position: relative;
}
.bottom-realisaties .slider .album-cover .portfolio-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.bottom-realisaties .slider .album-cover .portfolio-link:hover:before {
  background-color: rgba(41, 136, 190, 0.4);
}
.bottom-realisaties .slider-button-arrow {
  vertical-align: top;
  background-color: #2988be;
  width: 25%;
  display: inline-block;
  margin-left: -2px;
  height: 245px;
  position: relative;
}
.bottom-realisaties .slider-button-arrow p, .bottom-realisaties .slider-button-arrow a {
  color: #fff;
}
.bottom-realisaties .slider-button-arrow .slider-arrows {
  position: absolute;
  top: 75px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bottom-realisaties .slider-button-arrow .slider-arrows span {
  line-height: 1;
  font-size: 66px;
  color: #fff;
  cursor: pointer;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.bottom-realisaties .slider-button-arrow .slider-arrows span + span {
  margin-left: 50px;
}
.bottom-realisaties .slider-button-arrow .slider-arrows span:hover {
  color: rgba(177, 51, 84, 0.9);
}
.bottom-realisaties .slider-button-arrow p {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}
.bottom-realisaties .slider-button-arrow .button {
  text-decoration: none;
  padding: 16px 24px;
  margin: 0;
}
.bottom-realisaties .slider-button-arrow .button:hover, .bottom-realisaties .slider-button-arrow .button:focus {
  background-color: #fff;
  color: #b13354;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
}
.footer a, .footer p {
  color: #fff;
}
.footer .contacts-container {
  padding: 85px 0 70px;
}
.footer .contacts {
  margin-top: 5px;
  display: inline-block;
}
.footer .contact-links {
  line-height: 1.5;
}
.footer .contact-links a {
  text-decoration: none;
  position: relative;
  padding-left: 50px;
}
.footer .contact-links a:before {
  content: '\f0e0';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: -3px;
  color: #fff;
  font-size: 24px;
}
.footer .contact-links a[href*="tel:"] {
  font-family: "Open Sans", sans-serif;
}
.footer .contact-links a[href*="tel:"]:before {
  content: '\f095';
}
.footer .contact-links a:hover {
  color: #b13354;
}
.footer .contact-links a:hover:before {
  color: #fff;
}
.footer address {
  padding-left: 55px;
  position: relative;
  display: inline-block;
}
.footer address:before {
  content: '\f041';
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  top: 0;
  color: #fff;
  font-size: 30px;
}
.footer address a {
  line-height: 2.7;
  font-size: 18px;
}
.footer address a:hover {
  color: #b13354;
}
.footer .copyright {
  background-color: #202022;
}
.footer .copy {
  margin: 25px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.footer .copy span {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}
.footer .copy a {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.footer .copy a:hover {
  border-bottom-color: transparent;
}
