/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}
.message {
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 1rem;
}
.message.is-danger {
    background-color: #feecf0;
}
.message.is-success {
    background-color: #edfeec!important;
}
.message:not(:last-child) { margin-bottom: 1.5rem; }
.message.is-success .message-body {
    border-color: #28a745!important;
    color: black;
}
.message.is-danger .message-body {
    border-color: #f14668;
    color: #cc0f35;
}
.message-body {
    border-radius: 4px;
    border: solid #dbdbdb;
    border-width: 0 0 0 4px;
    color: #4a4a4a;
    padding: 1.25em 1.5em;
}
.help.is-danger {
    color: #f14668;
}