/* BASE STYLING */
	:root
	{
		font-size: .58vw;
		overflow: hidden;
	}
	body
	{
		background: url('../images/mwt-logo.png') 1.25vw 1.25vh/auto 2vw no-repeat;
	}
	
	body, html 
	{
		margin: 0 auto;
		scroll-behavior: smooth;
		color: #58585B;
		font-family: 'Lato', sans-serif;
	
	}
	
	a, a:link, a:visited
	{
		text-decoration: none;
		color:#58585B;
		outline: 0;
		display: block;
	}
	a:hover
	{
		color: #4472c4;
	}
	[data-container]
	{
		width: 100vw;
		height: 100vh;
		text-align: center;
		font-size: 0;	
	}
	
	
/* SECTIONS */
	[table-title]
	{
		margin-top: 3vh;
		display: block;
		font-family: 'Lato', sans-serif;
		font-weight:600;
		font-size: 2.025vw;
		color; black;
	}
	
	.section
	{
		min-height:60vh;
		width: 100vw;
		display: block;
	}
	
	[table-*]
	{

	}
	
	/* SECTION 1 */
	[table-mwt]
	{
		height: 86%;
		width: 100vw;
		margin-bottom: -4.5vw;
	}
	[mwt-row]
	{
		width: 100%;
		text-align: center;
		padding-top: 5vh;
	}
	[data-block]
	{
		display: inline-block;
		width: 24.125vw;
		height: 33vh;
	}
	[data-block]:hover [data-icon]{
		filter: none;
		-moz-filter: none;
		-webkit-filter: none;
		-o-filter: none;
	}
	[data-icon]
	{
		display: block;
		width: 24vw;
		height: 26vh;
		-webkit-filter: invert(30%) grayscale(70%) brightness(70%) contrast(1);
		filter: invert(30%) grayscale(70%) brightness(70%) contrast(1);
	}
	
	[mwt-container]{
		position: relative;
		z-index:1;
	}
	[mwt-menu]
	{
		display: none;
		margin-top: -12%;
		margin-left: 12%;
		text-align: center;
		width: 15vw;
		position: absolute;
		z-index: 100;
		font-size: 2rem;
		background-color: white;
		-webkit-box-shadow: 0 0 10px black;
        box-shadow: 0 0 10px black;	
		vertical-align: top;
	}
	.mwt-active
	{
		display: block;
		 filter: none ;
		-moz-filter: none;
		-webkit-filter: none;
		-o-filter: none;
	}
	[data-mwt]
	{
		font-size: 1.35vw;
		color: #58585B;
		display: inline-block;
		text-align: center;
		min-width: 24vw;
		height: 5vh;
		margin: 0 auto;
	}
	[data-icon="1"]
	{
		background: url('../images/icons1.svg') center/8vw 8vw no-repeat;
	}
	
	[data-icon="2"]
	{
		background: url('../images/icons2.svg') center/8vw 8vw no-repeat;
	}	
	
	[data-icon="3"]
	{
		background: url('../images/icons3.svg') center 55%/8vw 8vw no-repeat;
		}	
	
	[data-icon="4"]
	{
		background: url('../images/icons4.svg') center/8vw 8vw no-repeat;
		}
	
	[data-icon="5"]
	{
		background: url('../images/icons5.svg') center 55%/8vw 8vw no-repeat;
		}
	
	[data-icon="6"]
	{
		background: url('../images/icons6.svg') center 55%/8vw 8vw no-repeat;
	}
	
	[data-icon="7"]
	{
		background: url('../images/icons7.svg') center 55%/8vw 8vw no-repeat;
	}
	
	
/* FOOTER */
	.footer
	{
		width: 100vw;
		height: 8vh;
		line-height: 8vh;
		display: inline-block;
		bottom: 0;
		left: 0;
		position: fixed;
	}
	
	[footer-wrap]
	{
		width:98vw;
		height: 8vh;
		position: relative;
		left: 2.5vw;
	}
	
	[data-footer]
	{
		font-size: 1.9rem;
		height: 8vh;
		width: 100%;
		display: inline-block;
	}
	
	[data-footer] a
	{
		display: inline-block;
	}