body {
    
	height: 100%;
	margin: 0px;
	
}

a {
	text-decoration: none;
    decoration: none; 
}

a:visited {
	
	text-decoration: none;
    decoration: none; 
	
}


input, textarea {
	
	outline: none;
	
}

.website {
	
	width: 1140px;
	margin-left: auto;
	margin-right: auto;

}


.footer {
	
	width: 100%;
	height: 300px;
	background-color: #FEE7BF;
	margin-top: 100px;
	z-index: -10;
	
	
}


.footerDescr {
	
	width: 230px;
	height: 180px;
	margin-right: 40px;
	float: left;
	
}

.footerMenu {
	
	width: 150px;
	height: 180px;
	margin-top: 20px;
	float: right;
	
}

.footerTitulo {
	
	font-family: 'Niramit', sans-serif;
	font-size: 18px;
	color: #346172;
	font-weight: 300;
	margin-bottom: 10px;
	
}

.footerTexto {
	
	font-family: 'Niramit', sans-serif;
	font-size: 11px;
	color: #636363;
	font-weight: 400;
	line-height: 19px;
	
	
}

a.footerlink {
	color: #636363;
}

a.footerlink:hover {
	text-decoration: underline;
	color: #636363;
}


.footerCopyright {
	
	width: 500px;
	height: 50px;
	
	margin-top: 10px;
	
	font-family: 'Niramit', sans-serif;
	font-size: 11px;
	float: left;
	color: #5A4A2E;
	
}

.mailinglist {
    
    width: 100%;
    height: 200px;
    
    background-image: url(https://www.hortacadecasa.pt/img/pattern.png);
	background-size: 450px;
    background-color: #FDE7BF;
    border-radius: 10px;
    
}

.mailinglistBarra {
    
    width: 85%;
    height: 75px;
    
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    
    background-color: #FDE7BF;
    border-radius: 10px;
    
}

.mailinglistFrase {
    
    font-family: 'Niramit', sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-left: 30px;
	float: left;
	color: #5A4A2E;
    
}



