/*
Theme Name: Daniels Huisman
Theme URI: https://bartligthart.nl
Author: Bartligthart.nl
Author URI: https://bartligthart.nl
Description: bartligthart.nl
Version: 1.0
*/

/* @import url('assets/css/uikit.css');
@import url('assets/css/app.css');
@import url('assets/css/menu.css');
@import url('assets/css/font-awesome.min.css');
@import url('assets/css/app_mobile.css');
@import url('assets/css/body_advanced.css'); */

.wp-block-columns {
  width: 100%;
}

.wp-block-cover.full-width-image {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  margin-bottom: 65px;
  margin-top: 65px;
}

.wp-block-quote {
  text-align: center;
  padding: 0 15px;
  border: 0;
  margin: 40px 0;
}

.wp-block-quote p {
  width: 100%;
  text-align: center;
  color: #0d3c63;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
}

.wp-block-quote p strong {
  color: #0d3c63;
}


/* @tailwind base;
@tailwind components;
@tailwind utilities;

.wp-block-columns {
  @apply max-w-7xl px-4 mx-auto;
}

.wp-block-cover {
  @apply mb-20;
}

.prose {
  .has-white-background-color {
    @apply bg-white;
  }
  .has-white-color {
    @apply text-white;
  }

  .has-brand-background-color {
    @apply bg-brand;
  }
  .has-brand-color {
    @apply text-brand;
  }

  .has-brandlight-background-color {
    @apply bg-brandlight;
  }
  .has-brandlight-color {
    @apply text-brandlight;
  }

  .has-branddark-background-color {
    @apply bg-branddark;
  }
  .has-branddark-color {
    @apply text-branddark;
  }

  .has-black-background-color {
    @apply bg-dark-500;
  }
  .has-black-color {
    @apply text-dark-500;
  }
} */
