
 
<!DOCTYPE html>
<!-- Set the language of your main document. This helps screenreaders use the proper language profile, pronunciation, and accent. -->
<html lang="en">
    <head>
    <!-- The title is useful for screenreaders reading a document. Use your sender name or subject line. -->
    <title>Maintenance </title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <!-- Never disable zoom behavior! Fine to set the initial width and scale, but allow users to set their own zoom preferences. -->
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
	 <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet"> 
	<style>
	html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    font-size-adjust: 100%;
}
		body {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    color: #020e38;margin:0;background: #f4f7f9;
}
.font-26 {
    font-size: 26px !important;
}
a {
    color: #020e38; text-decoration: none;
}
		.box-shadow {
			background: #fff;
			box-shadow: 0px 0px 14px 0px rgba(0,0,0,.05);
			border-radius: 5px !important;
		}
		.flex-wrap {
    flex-wrap: wrap;
}
.flex-container {
    display: flex; /*align-items: center;*/
}
.p-5 {
    padding: 40px !important;
}
.mb-5 {
    margin-bottom: 35px !important;
}
.mb-3 {
    margin-bottom: 15px !important;
}
.font-weight-sb {
    font-weight: 600 !important;
}
h2 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 3rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.text-center {text-align: center;}
.img-wrapper {width: 60%;background: url("https://td.axtrics.com/media/Images/maintenance-img.jpg");background-position: center top;background-size: cover;}
.h-100 {height: 100%;}
.img-wrapper {border-right: 2px solid #e65300;box-sizing: border-box;}
.text-orange {color: #f45101;}
.content-wrapper {width: 40%;padding-left: 30px;box-sizing: border-box;padding-top: 20px;padding-bottom: 20px;padding-right: 30px;}
.holding-wrapper {max-width: 1920px;margin: 0 auto;max-height: 1080px;}
.img-wrapper.img-wrapper-sm {display:none;}
.content-wrapper {display: flex;flex-flow: column;justify-content: space-between;}
	
@media screen and (min-width: 1601px){
	.logo {padding-right: 100px;}
	.content-wrapper {padding-right: 100px;}
}

@media screen and (max-width: 1599px){
h2{font-size: 2.4rem;}
.font-26 {font-size: 22px !important;}
a.font-26 img {width: 28px;}
}

@media screen and (max-width: 1366px){
h2{font-size: 2rem;}
.font-26 {font-size: 18px !important;}
a.font-26 img {width: 24px;}
.mb-5 {margin-bottom: 25px !important;}
}

@media screen and (max-width: 1279px){
	.content-wrapper {width: 100%;padding: 20px;}
	.img-wrapper {width: 100%;display:none;}
	.img-wrapper.img-wrapper-sm {border-right: none;border-bottom: 3px solid #e65300;}
	.img-wrapper.img-wrapper-sm {display:block;border-right: none;border-bottom: 3px solid #e65300;}
}
@media screen and (max-width: 1199px){
	.holding-wrapper {height: auto !important;max-height: 100%;}
}
@media screen and (max-width: 639px){
	.logo img {width:250px !important;}
}


	</style>
  
    </head>
    <body>
<div class="box-shadow holding-wrapper">
   <div class="flex-container flex-wrap h-100">
	  <div class="img-wrapper h-100">
		<!--<img src="https://tradingdepot.co.uk/media/Images/maintenance-img.jpg" style="max-width: 100%;height: auto;">-->
	  </div>
	  <div class="content-wrapper">
	  <div>
  <div class="text-center w-100 mb-5 logo"><img src="https://td.axtrics.com/media/Images/td-logo-dark.png" style="width: 320px;"></div>
       <div class="mb-5">
         <h2 class="font-weight-sb">Unfortunately the site is down for a bit of maintenance right now. But soon we'll be up and back again. </h2>
  </div>
  </div>
  <div>
<div class="mb-5">
<h2 class="text-orange font-weight-sb mb-2">In the meantime if you require any support, contact:</h2>
<a href="mailto:info@tradingdepot.co.uk" class="font-26"><img src="https://td.axtrics.com/media/Images/maintenance-envelope-img.jpg" width="32">&nbsp;&nbsp;info@tradingdepot.co.uk</a>
  </div>
</div>
<div class="about-us">
<h2 class="font-26 font-weight-sb mb-3">About Us</h2>
<p class="font-26">Trading depot carries over 10,000 products in stock covering the DIY and trade markets for plumbing, heating, electrical, and building supplies, lighting and bathroom suites. We provide ourselves on offering Top Brands at Trade Prices. </p>
</div>
     </div>
  </div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script type="text/javascript">

  $(document).ready(function(){
	
		//alert($(window).innerHeight());
		//alert($(window).innerWidth());
		var winHt = $(window).innerHeight();
		if($(window).innerWidth() >= 1280) {
			$(".holding-wrapper").attr("style", "height:"+winHt+"px");
		}
		
			
  });

</script>
</body>
</html>
