:root
{
        --achtergrond: #fff;
}

html {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;

background-image: linear-gradient(90deg, #f0a3b7 25%, #d93870 25%, #d93870 50%, #f0a3b7 50%, #f0a3b7 75%, #d93870 75%, #d93870 100%);
background-size: 40.00px 40.00px;
}

*, *:before, *:after {
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        -o-box-sizing: inherit;
        -ms-box-sizing: inherit;
        box-sizing: inherit;
}

*
{
text-shadow: 1px 1px 3px #ddd;
	font-family: Corbel, Trebuchet MS, sans-serif;
}

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
#main
{
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        border: 0px solid grey;
        color: #444;
        font-size: 16px;
        background-position: -100px;
        background-color: transparent;
        background-repeat: no-repeat;
        padding-top: 20px;
	min-height:800px;
}
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
#main
{
        width: 480px;
        margin-left: auto;
        margin-right: auto;
        border: 0px solid grey;
        color: #444;
        font-size: 16px;
        background-position: -100px;
        background-color: transparent;
        background-repeat: no-repeat;
        padding-top: 20px;
	min-height:800px;
}
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
  /* some CSS here */
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
#main
{
        width: 768px;
        margin-left: auto;
        margin-right: auto;
        border: 0px solid grey;
        color: #444;
        font-size: 16px;
        background-color: transparent;
        background-repeat: no-repeat;
        padding-top: 40px;
	min-height: 800px;
}
}

/* #### Desktops #### */
@media screen and (min-width: 1024px){
#main
{
        width: 1024px;
        margin-left: auto;
        margin-right: auto;
        border: 0px solid grey;
        color: #444;
        font-size: 16px;
        background-color: transparent;
        background-repeat: no-repeat;
        padding-top: 40px;
	min-height:800px;
}
}



p
{
	margin: 0px;
	color: #333;
	padding: 3px;
	background-color: transparent;
	text-align: center;
}

p.big
{
	font-size: 32px;
}

a
{
	color: #333;
	padding: 0px;
	background-color: transparent;
}

.red
{
	color: #a00;
	font-size: 51px;
}

#tags
{
	font-size: 8px;
}
