/*
Theme Name: Vores IT afdeling Theme VIA
Theme URI: http://www.voresitafdeling.dk/themes/VIA-VoresITafdeling/
Author: Vores IT afdeling
Author URI: http://www.voresitafdeling.dk/
Description: Theme modified by Vores IT afdeling
Version: 1.0.0
Text Domain: voresitafdeling
Tags: black, blue, gray, silver, white, light, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: sparkling
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


@import url('../sparkling/style.css');

/* Lav overskrifter grønne, så de passer til baggrund */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #119111;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}



/* brug classes til at vise ting kun på mobile sites eller computer sites
<a class="not-active-pc" href="tel://+4527251161"> */

@media (min-width: 700px) {
    /* add the code */
    .not-active-pc {
       display: none;
	pointer-events: none;
       cursor: default;
    }
}

@media (max-width: 700px) {
    /* add the code */
    .active-pc {
       display: none;
    }
}

