/*
 Theme Name:   Enfold Child
 Theme URI:    https://raadoptiek.nl
 Description:  Child theme voor het Enfold thema van Kriesi
 Author:       Creating Heroes
 Author URI:   https://creatingheroes.nl
 Template:     enfold
 Version:      7.0
 Text Domain:  enfold-child
 Domain Path:  /languages
*/

/* 
----------------------------------------------------------------
  Plaats hieronder je eigen (extra) custom CSS
  (inhoud van style.css in Child Theme)
----------------------------------------------------------------
*/



html { background-color: #ffffff; /* Kies hier je gewenste kleur of gebruik een background-image */ }

#scroll-top-link { border-radius: 30px; }



/* Media Queries
   - Hieronder enkele standaard breakpoints die vaak gebruikt worden.
   - Pas ze aan of breid ze uit naar jouw wensen.
*/

/* --- Smartphones tot ~480px --- */
@media only screen and (max-width: 480px) {
  /* ... hier je specifieke mobiel-portrait styles ... */
}

/* --- Mobiel & kleinere tablets tot ~767px (portret) --- */
@media only screen and (max-width: 767px) {
  /* ... hier je algemene mobiel-/tabletstyles ... */
}

/* --- Tablets in landschap tot ~1024px --- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* ... hier je tablet-landscape styles ... */
}

/* --- Desktop vanaf ~1025px --- */
/* (Vaak volstaat je default styling boven deze resolutie.) */
