:root {
  --adt-footer-minheight: 60px;
  --adt-footer-horpadding: 20px;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
	background-image: url(/img/2009-vecpiebalga-brivdienu-maja-005.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	height: 100%;
}

.adt-ts-body {min-height: calc(100vh - var(--adt-footer-minheight)); display: flex; justify-content: center;
	}

.adt-ts-content {
    position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

.adt-ts-logo {
	background: radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
    padding: 5px;
}

.adt-ts-logo img {
    width: 260px;
}

.adt-ts-txt {
    color: #fff;
    font-size: clamp(1.5rem, 1.3269rem + 0.9231vw, 2.25rem);
    font-family: Verdana, serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 40px 20px;
    text-shadow: 0px 0px 10px #000;
	text-align: center;
}

.adt-vrt-footer * {
    font-size: 12px;
    padding: 10px;
}
.adt-vrt-footer {background: rgba(0,0,0,0.75); color: #efefef;
    font-family: cursive;
    padding: 0 var(--adt-footer-horpadding);
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 12px;
	min-height: var(--adt-footer-minheight);
}
.adt-vrt-footer a {
    text-decoration: none;
    color: #CCC;
}
