body {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
	color: #128091;
}

h1 {
  font-size: 1.6rem !important;

}
h2 {
  font-size: 1.4rem !important;
}
h3 {
  font-size: 1.2rem !important;
  padding-bottom: 0.2em;
}
h4 {
  font-size: 1rem !important;
}

.narrow {
  margin-bottom: 0rem;
}

a, a:hover {
    color: #128091;
}

.btn-outline-info {
	color: #128091;
	border-color: #128091;
}

.btn-outline-info:hover {
	background-color: #128091;
	color: #fff;
}

.btn-info:hover {
	background-color: #fff;
	color: #128091;
}

.btn-primary {
	background-color: #128091;
	color: #fff;
}

.btn-primary:hover {
	background-color: #fff;
	color: #128091;
}

input::placeholder {
	font-style: italic;
}

.llgc_home_button {
	position: relative;
	color: #fff;
	background-color: #128091;
	border-color: #128091;
}

.pid {
	width:40%;
}

#creu {
	margin-left: 1rem;
}

#creuSyllwr {
	margin-bottom: 2rem;
}

textarea {
	margin-bottom: 1rem;
}
