/*
 Theme Name:   Bilmesse & Brugtmarked
 Theme URI:    http://example.com/duena-child/
 Description:  Duena Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     duena
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  duena-child
*/

@import url("../duena/style.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* =Theme customization starts here
-------------------------------------------------------------- */

body,p,h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }


.navbar_inner > div > ul > li > a,.navbar_inner > ul > li > a,.navbar_inner > ul li li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.cff-wrapper p { font-family: Arial; }

button.buyticket { font-size: 18px; background: #ae257e; border-radius: 0; width: 70%; height: 35px; margin-bottom: 10px; }
button.buyticket:hover { height: 55px; background: #cf479f; }
