CSS Files and Structure


We’ve included style.css file, which contains default styles.

  1. Bootstrap CSS Framework v.3
  2. Font Face
  3. General Styles
    • typography
    • buttons
    • main menu
    • google map
    • socials links
    • section
    • flexslider
    • menuBox
    • rounded image
    • eventBox
    • gallery
    • forms
    • footer
    • media queries, adjustments
      • @media (min-width: 990px) {}
      • @media (max-width: 990px) {}
      • @media (min-width: 767px) and (max-width: 990px) {}
      • @media (max-width: 767px) {}
      • @media (max-width: 480px) {}

If you want to modify or add new styles please find this lines in style.css :

Below you can add your code.

Main /css/style.css includes “Burger Love” styles
Each FLAVOUR style (for example flavours/cupcake/css/cupcake.css) overwrite “main styles” with his own.