/**
cuckoo-pr.com v1.5
By D Rutter (@duncehat) <): 2020
**/


/** 1 Resets and base
    ------------------------------------------------------------------------- **/

@font-face {
  font-family: Proba-Pro-Light;
  src: url(../fonts/proba_pro_light-webfont.woff2) format('woff2'),
       url(../fonts/proba_pro_light-webfont.woff) format('woff');
  font-style: normal;
  font-weight: 300; /* Light */
}

@font-face {
  font-family: Proba-Pro-Regular;
  src: url(../fonts/proba_pro_regular-webfont.woff2) format('woff2'),
       url(../fonts/proba_pro_regular-webfont.woff) format('woff');
  font-style: normal;
  font-weight: 500; /* Regular */
}

@font-face {
  font-family: Proba-Pro-Bold;
  src: url(../fonts/proba_pro_bold-webfont.woff2) format('woff2'),
       url(../fonts/proba_pro_bold-webfont.woff) format('woff');
  font-style: normal;
  font-weight: 700; /* Bold */
}

*, *::before, *::after { box-sizing: border-box; }

html {
  font-size: 100%;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
/*  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
  -webkit-tap-highlight-color: rgba(20,60,100,0.3);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html {
/*  font-size: 62.5%;  For the rems */
}

body {
  background-color: rgb(249, 247, 238); /* #f9f7ee */
  border: 1rem solid white;
  color: rgb(72,72,72); /* #484848 */
  font-family: "Proba-Pro-Light", sans-serif;
  font-feature-settings: "liga" 1;
  font-size: 1rem; /* 16px */
  line-height: 1.625; /* 26px */
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
}

@supports (font-variant-ligatures: common-ligatures) {
  body {
    font-feature-settings: normal;
    font-variant-ligatures: common-ligatures;
  }
}

@media all and (min-width: 35rem /* 560px */) {
  body {
    border-width: 2rem;
  }
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, pre {
  margin-top: 0;
}

ol, ul {
  list-style: none;
  padding: 0;
}

img {
  border-style: none;
/*  display: block;*/
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

sup {
  font-size: 60%;
}

a, a:visited {
  color: rgb(255,0,147); /* #ff007f */
  text-decoration: none;
  transition: color 0.2s ease-out;
}

a:hover {
  color: rgb(236,63,189); /* #ec3fbd */
  text-decoration: underline;
/*  border-bottom: 1px solid orange;*/
}

a:active, a:focus {
  color: rgb(236,63,189); /* #ec3fbd */
  text-decoration: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

a:hover[href^="tel:"] {
  text-decoration: underline;
  cursor: hand;
}

.u-clearfix:before, .u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}


/** 2 Type
    ------------------------------------------------------------------------- **/

p, li {
  font-size: 1.125rem;
  line-height: 1.444444444;
/*  margin: 1em 0;*/
}

@media all and (min-width: 29em /* 464px */) {
  p, li {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

h1 {
  margin: 1.5em 0;
  color: rgb(255, 0, 147); /* #ff007f */
}

h2 {
  margin: 0;
  color: rgb(255, 0, 147); /* #ff007f */
  font-family: "Proba-Pro-Bold", sans-serif;
  font-size: 1.25rem;
}

/** 3 Layout
    ------------------------------------------------------------------------- **/

.container {
  margin: 0 auto;
  padding: 0.6rem 1rem;
}

@media all and (min-width: 35rem /* 560px */) {
  .container {
    padding: 1rem 2rem;
    max-width: 40rem; /* 640px */
  }
}

.container:before, .container:after {
  content: " ";
  display: table;
  clear: both;
}

.container:after {
  clear: both;
}

.container--constrained { margin: auto; max-width: 90rem; }

.container--paddedLarge { padding-top: 4rem; padding-bottom: 4rem; }



/** 4 Components
    ------------------------------------------------------------------------- **/

.logo {
  display: block;
  height: auto;
  margin: 2rem auto;
  width: 100%;
  max-width: 432px;
}

.contact-section {
  text-align: center;
}

.contact li {
  font-family: "Proba-Pro-Regular", sans-serif;
  margin-bottom: 1rem;
}

@media all and (min-width: 38rem /* 608px */) {
  .contact li {
    display: inline-block;
    margin: 0.5rem 1rem;
  }
}

.svg-icon {
  /* Place the icon on the text baseline. */
  position: relative;
  top: -0.1em;

  /* Prevent the icon from shrinking inside a flex container. */
  flex-shrink: 0;

  /*
  display: inline-block;
*/

  /* Scale the icon to match the font-size of the parent element. */
  height: 1.4em;
  width: 1.4em;

  /* Let the icon take whatever color the parent has. */
  fill: currentColor;
  stroke-width: 0;
  stroke: currentColor;
  
  /*
    * If the icon is used on a link, which has a color transition,
    * we can also use a transition on the fill value.
  */
  transition: fill .2s;
}

.icon-mobile,
.icon-mail,
.icon-twitter,
.icon-instagram {
  margin: 0 0.5em 0 0;
/*  color: red;*/
}

.footer-section {
  padding: 1rem 0;
}

.footer-section p {
  font-family: "Proba-Pro-Regular", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.4;
  text-align: center;
}


hr {
  max-width: 100%;
  height: 2px;
  border: 0;
  margin: 2em 0;
  background: url(../img/separator.png) no-repeat 50% 50%;
}



/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
