/*!
Theme Name: PMMM
Theme URI: developr.nl
Author: developR
Author URI: developr.nl
Description: Project by developR
Version: 1.0.0
Text Domain: pmmmpoc
Tags: custom-background, custom-menu, featured-images, translation-ready, multisite
*/

/*
    Add your custom styles here
*/

body {
    background-color: #F2F2F2;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#main {
    max-width: 1000px;
    margin: 0 auto;
}

#header {
    background-color: #00549F;
    color: #FFFFFF;
    padding: 20px;
}

#header .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header h1 {
    margin: 0;
}

#content {
    margin: 20px;
}

#content p {
    font-size: 18px;
    line-height: 1.5;
}

#content .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.button {

    border: none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    /*margin: 10px;*/
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 200px;

}

.button img {
    height: 50px;
}

.button:hover {
    background-color: #B5ABB8;
    cursor: pointer;
}