/* HomeTherapy /rsrc/style.css */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;500;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

BODY {
/* 	padding:0; margin:0; */
	background: #fff;
	font-family: 'Raleway', sans-serif;
}

.ht-layout{
/*  	outline:1px solid green; */
	width:320px; margin:30px auto;
}

.ht-home-mainhead{
	margin:20pt auto;
}

.ht-logo-container{
	text-align:center;
}
.ht-home-tagline{
	text-align:center;
	color: #666;
	font-size: 13pt; 
	text-transform: uppercase;
	letter-spacing: .2em;
	margin:10pt; 
}


.ht-home-items{  }
	.ht-home-item{
		outline:10px solid #fff;
		height: 300px;
		background: #808080 url("../images/home-items/terrario-001.jpg") no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
				
				
.ht-home-linksocial{
	text-align:center;
}

.ht-home-linksocial A{
	text-decoration: none;
	color: #333;
	font-size: 20pt;
}
.ht-home-icon{

	width:26pt; height:26pt; 
		background-color: #ddd;
		border-radius: 50%;
		display: inline-block;
		vertical-align: -10%;

	margin-right:4pt; 
	font-size:22pt; 
}