html {
	font-size: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: #ffffff;
}

h1 {
    font-family: 'Krub', sans-serif;
    font-size: 30pt;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

h2 {
    font-family: 'Krub', sans-serif;
    font-size: 24pt;
    text-align: center;
    color: #333;
    font-weight: 200;	
}

h3 {
    font-family: 'Krub', sans-serif;
    font-size: 18pt;
    text-align: center;
    color: #333;
    font-weight: 200;
    padding-left: 5%;
    padding-right: 5%;
}

#sitecontent {
	width: 1200px;
	height: 100%;
	background-color: #eeeeee;
	margin: auto;
	display: block;
    position: relative;
}

#leftcont {
	width: 60%;
	height: 100%;
	background-color: #bbbbbb;
	display: inline-block;
    position: relative;
}

#rightcont {
	width:40%;
	height: 100%;
	background-color: #eeeeee;
	display: inline-block;
	position:absolute;
}

#leftinfo {
	width: 100%;
	height: 40%;
	padding-top: 30px;
}

#leftshowcase {
	width: 100%;
	height: 60%;
	background-image: url(/images/wallfront.jpg);
    background-size: auto;
}

#rightshowcase {
	width: 100%;
	height: 240px;
	background-image: url(/images/wallback.jpg);
	background-size: contain;
    background-repeat: no-repeat;
}

#rightinfo {
	width: 100%;
	height: fit-content;
	padding-top: 20px;
	padding-bottom: 20px;
}

#logo {
	width: 260px;
	height: 60px;
	background-image: url(/images/storage-walls-logo.png);
	background-repeat: no-repeat;
	margin: auto;
}

#adr {
	margin: auto;
    width: fit-content;
    font-family: 'Krub', sans-serif;
    font-size: 16pt;
    padding-top: 40px;
    text-align: center;
    color: #fff;
    font-weight: 200;
}

	.dl {
		width: 100%;
		margin: auto;
		text-align: center;
		height: 50px;
	}
	
	a.dlbtn{
		display:inline-block;
		padding:0.7em 1.4em;
		margin:0 0.3em 0.3em 0;
		border-radius:0.15em;
		box-sizing: border-box;
		text-decoration:none;
		font-family:'Roboto',sans-serif;
		text-transform:uppercase;
		font-weight:400;
		color:#FFFFFF;
		background-color:#3369ff;
		box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
		text-align:center;
		position:relative;
		display:block;
		margin:0.4em auto;
		width: fit-content;
	}
	
	a.dlbtn:hover {
		background-color: #2954cc;
	}


@media screen and (max-width: 979px) {
	
	html {
		font-size: 100%;
		width: 100vw;
		height: 100%;
		overflow-y: scroll;
	}
	
	#sitecontent {
		width: 100%;
	}
	
	#leftcont {
		height: 330px;
		width: 100%;
	}
	
	#rightcont {
		width: 100%;
		height: 100%;
		display: inline-block;
		position: relative;
	}
	
	#leftinfo {
		width: 100%;
		height: fit-content;
		padding-top: 30px;
	}
	
	#leftshowcase {
		display: none;
	}
	
	
}