/*!
Theme Name: tijdelijk
Theme URI: https://xdbusiness.nl/
Author: Armando de Graaf
Author URI: https://xdbusiness.nl/
Description: Tijdelijke pagina
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xdbusiness-tijdelijk
Tags: tijdelijk
--------------------------------------------------------------*/
@font-face
{
  font-family: 'Segoe UI Regular';
  font-style: normal;
  font-weight: normal;
  src: url('Segoe UI.woff') format('woff');
}

@font-face
{
  font-family: 'Segoe UI Bold';
  font-style: normal;
  font-weight: normal;
  src: url('Segoe UI Bold.woff') format('woff');
}


* { font-family: verdana; }
body
{
  padding-top: 100px;
  background-color: #E6E6E6;
}
h1
{
  font-family: 'Segoe UI Regular';
  font-size: 28px;
  color: #001E49;
  text-transform: uppercase;
}
p
{
  font-family: 'Segoe UI Regular';
  font-size: 15px;
  color: #001E49;
  line-height: 20px;
}
a
{
  color:#E2003B;
}

.flex-container
{
  display: flex;
  justify-content: center;
  max-width: 500px;
  background-color: #fff;
}
.center
{
  width: 100%;
}
.top
{
  background-color: #001E49;
  padding:10px;
}
.top img
{
  max-width: 100%;
  height: auto;
}

.body
{
  padding:0 20px 20px 20px;
}
