body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.fontred { color: red; /* it changes to red */ }
.fontorange { color: orange; /* it changes to orange */ }
.fontmagenta { color: magenta; /* it changes to magenta */ }
.fontblue { color: blue; /* it changes to blue */ }
.fontlightblue { color: lightblue; /* it changes to light blue */ }
.fontgreen { color: green; /* it changes to green */ }
.fontlightgreen { color: lightgreen; /* it changes to light green */ }
.fontyellow { color: yellow; /* it changes to yellow */ }
.fontpurple { color: purple; /* it changes to purple */ }
.fonthotpink { color: hotpink; /* it changes to hotpink */ }
.fontwhite { color: white; /* it changes to white */ }

.board-minutes {
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.responsive {
	max-width: 100%;
	max-height: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.members-table {
 margin-left: auto;
 margin-right: auto;
 width: 100%;
}