/*
Theme Name: Filmmetwillem
Theme URI: http://wordpress.org/themes/calbas
Author: Calbas
Author URI: http://calbas.nl
Description: Second Calbas Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
 */


@import url('css/header.css');
@import url('css/footer.css');
@import url('css/container.css');
@import url('css/form.css');

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

a,a:visited {
    color: inherit;
    text-decoration: inherit;
}

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

html, body {
    margin: 0 auto;

    font-family: "Times New Roman", Times, serif;

    height: 100%;
    width: 100%;
    margin: 0;

    display: table;
}

#contactKvk {
    padding: 15px !important;
}

#contactBtw {
    padding-left: 15px !important;
}

#leveringsvoorwaarden, #privacyverklaring {
    padding-left: 15px !important;
    padding-top: 10px !important;
}

#back {
    /* TODO Check how this would and should work on mobile.*/
    position: fixed;
    top: 20px;
    left: 20px;
}

label {
    z-index: -9000;
}

.card-content {
    padding: 0px !important;
}
