/*
Theme Name: Under Construction
Theme URI: https://www.themetalcompany.co.nz/
Author: Nestor Castro Jimenez
Author URI: https://wordpress.org/
Description: We make buying Stainless Steel Easy. Buy online with overnight delivery nationwide. Stainless Steel Tube, Pipe, Bends, Tee's, Valves and more.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: the metal company
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	margin: 0;
	padding: 0;
}

img {
	width: 100vw;
	height: auto;
}

@media (min-width:481px)  {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
}

@media (min-width:961px)  { 
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
}


