/* 
Main CSS file for www.taiwei.nl 

Version:		1.0	
Created: 		19-Dec-2025
Last Edited:	19-Dec-2025	

*/

/* Styles for all breakpoints */

html
	{
		height: 100%;
		margin: 0;
	}	

body
	{
		background-color: #BDC3B9;
		width: 100%;
		height: 100%;
		margin: auto;
		padding: 0;
		font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
		font-size: 24px;
	}

.text-upper
	{
		text-transform: uppercase;
		color: #FFFFFF;
	}
		

#main_container
	{	
		width: 70%;
		height: 70%;
		margin: auto;
		text-align: center;
	}
	
	
/* Small tablets and larger mobile devices styles (481px - 768px) */

@media (min-width: 481px) 
	{

	}

/* Tablets and small laptops styles (769px - 1024px) */

@media (min-width: 769px) 
	{

	}

/* Large desktops and high-resolution screens styles (1025px and up) */

@media (min-width: 1025px) 
	{

	}
	
/* Extra-large screens styles (1440px and up) */

@media (min-width: 1440px) 
	{

	}