.portfoliowrap {
  padding-top: 10px;
  padding-bottom: 20px;
}

/* FONT  */
body {
  font-family: 'Cormorant Infant', serif; }

/* Colors used throughout the entire site. */
/* The navbar. */


.nav-logo {
  display: flex;
  justify-content: center;
  align-content: center;
  justify-content: center;
  align-items: center; }
  .nav-logo img {
    padding: 24px;
    margin: auto;
    max-width: 360px; }

.navbar-pink {
  background-color: #F17DB0;
  color: white;
  border: none; }

body.fixed-nav nav {
  position: fixed;
  width: 100%; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

/* Boostrap Edits */
.navbar {
  font-size: 24px;
  border-radius: 0px;
  margin-bottom: 0px;
  z-index: 999;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15); }

.nav li a {
  transition: 0.2s all; }
  .nav li a:hover {
    text-decoration: none;
    background: #d8699b; }
  .nav li a:focus {
    text-decoration: none;
    background: #d8699b; }

.navbar-nav li a {
  color: white; }

.icon-bar {
  background: #fff; }

.text-content a {
  color: #F17DB0;
}

.top-header {
  background-color: #F17DB0;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.top-header a {
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: underline;
}

footer a:hover,  footer a:focus {
  color: #fff;
}

@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top; }
  .navbar .navbar-collapse {
    text-align: center; } }

/* The style the portfolio items */
.portfolioitem {
  width: 100%;
  transition: all 0.4s;
  background: #FFFFFF;
  position: relative;
  /* testimonial */ }
  .portfolioitem h3 {
    font-size: 34px; }
  .portfolioitem h5 {
    font-size: 18px;
    font-style: italic; }
  .portfolioitem p {
    font-size: 22px; }
  .portfolioitem:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    z-index: 99; }
    .portfolioitem:hover .portfolioimg {
      -webkit-filter: grayscale(0%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0%); }

.greybackground {
  background: #F9F9F9; }

.portfolioimg {
  transition: all 0.7s;
  height: 300px;
  margin: auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

html, body {
  overflow-x: hidden; }

@media (max-width: 767px) {
  .portfolioitem {
    text-align: center;
    padding-top: 36px;
    padding-bottom: 36px; }
  .imagewrap {
    text-align: center; } }

@media (min-width: 768px) {
  .alignright {
    text-align: right; }
  .alignleft {
    text-align: left; } }

/* The style the info items */
.info-item {
  padding: 12px;
  text-align: center;
  margin-bottom: 50px; }
  .info-item p {
    font-size: 20px;
    margin: auto; }
  .info-item img {
    max-height: 100px;
    max-width: 100px;
    margin: auto;
    margin-bottom: 10px; }
  .info-item div {
    text-align: center;
    margin: auto;
    width: 100px;
    height: 100px; }

/* The style for the about us section */
.aboutus {
  background-color: #F9F9F9;
  padding: 24px; }
  .aboutus p {
    font-size: 20px;
    width: 100%; }

.aboutus-img {
  text-align: center; }

.click-here {
  text-align: center;
  height: 300px;
  display: flex;
  vertical-align: middle; }
  .click-here a {
    background-color: #F17DB0;
    padding: 12px;
    padding-bottom: 16px;
    padding-top: 16px;
    border: none;
    color: white;
    margin: auto;
    font-size: 22px;
    text-decoration: none;
    transition: 0.2s all; }
    .click-here a:hover {
      background-color: #d8699b; }

@media (min-width: 768px) {
  .aboutus-img {
    text-align: right; } }

/* The style for the about us section */
.banner-image {
  height: 400px;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .banner-image h1 {
    position: relative;
    color: white;
    text-align: center;
    font-size: 54px; }
  .banner-image p {
    position: relative;
    color: white;
    text-align: center;
    font-size: 22px; }

.slider-image {
  height: 400px;
  background-size: cover;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 160px; }
  .slider-image h1 {
    position: relative;
    color: white;
    text-align: center;
    font-size: 42px;
    margin-top: -15px;
    margin-bottom: 25px; }
  .slider-image p {
    position: relative;
    color: white;
    text-align: center;
    font-size: 22px; }

/* Bootstrap Edits */
.carousel, .carousel-inner {
  height: 400px;
  margin-bottom: 50px; }

.carousel-control.left, .carousel-control.right {
  background-image: none; }

.item {
  height: 400px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); }

.carousel-content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 20;
  color: white; }

/* The style for the footer */
footer {
  background-color: #F17DB0;
  color: white;
  width: 100%;
  position: absolute;
  padding-top: 16px;
  overflow: hidden;
  font-size: 22px;
  text-decoration: none; }
  footer h4 {
    font-size: 32px; }
  footer ul {
    list-style: none;
    padding-left: 0; }
    footer ul li a {
      color: white; }
      footer ul li a:hover {
        color: white; }

.made-by {
  margin-top: 50px;
  height: 50px;
  background: #d8699b;
  position: relative;
  color: white;
  padding-top: 10px; }

.made-by-text {
  float: right; }

/* The style the pricelist items */
.text-content {
  font-size: 22px;
  text-align: center;
  background-color: white;
  margin-bottom: 50px;
  z-index: 50; }
  .text-content form {
    margin-top: 50px; }

.prijslijst-wrap {
  margin: 10px;
  padding-top: 40px;
  padding-bottom: 40px; }

.prijslijst-content {
  margin-top: 50px; }

.item-wrap {
  padding-top: 10px;
  font-size: 22px;
  border-bottom: 1px solid #F17DB0;
  transition: 0.7s all; }
  .item-wrap:hover {
    background-color: #dfdfdf; }
  .item-wrap:last-child {
    border: none; }

/* The style the contact form */
.contact-form-content {
  margin-bottom: 65px;
  font-size: 22px; }

.contact-form-button {
  border: none;
  color: white;
  background-color: #F17DB0;
  font-size: 22px;
  border-radius: 5px;
  padding: 8px; }

@media (max-width: 420px) {
  .top-header span {
    display: block;
  }
  span.line {
    display: none;
  }
}
