body {
    background: url(../img/paper3_w5.jpg);
    font-family: 'Roboto', sans-serif;
}

.square:before{
    content: "";
    display: block;
    padding-top: 100%;  /* initial ratio of 1:1*/
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Alice', serif;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
}

.navbar-brand p,
.navbar-text p {
    margin-bottom: 0;
}



.lh-1       { line-height: 1; }
.lh-1\.25   { line-height: 1.25; }
.lh-1\.5    { line-height: 1.5; }

.breadcrumb {
    background-color: transparent;
}

.list-group-item,
.list-group-item.list-group-item-warning:focus,
.list-group-item.list-group-item-warning:hover {
    background-color: transparent;
}

a:hover {
    text-decoration: underline;
}

.navbar .navbar-nav .nav-link {
    margin-right: .5rem;
    margin-left: .5rem;
    padding: 0;
    display: inline-block;
}

.navbar-light .navbar-nav .nav-item.active > a.nav-link {
    border-bottom: 1px solid;
    cursor: default;
}

.btn {
    border: none;
    cursor: pointer;
}





/*
 *  COLORS
 */


/* text */
body {
    color: #222;
}
/* h */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #222;
}
/* link */
a {
    color: #044e9e;
}
/* link-hover */
a:hover {
    color: #056bd9;
}
/* btn */
.btn {
    background: #044e9e;
}
/* btn-hover */
.btn:hover {
    background: #056bd9;
}
/* text-muted */
.breadcrumb-item.active,
.text-muted {
    color:#4e4e4e;
}
/* navbar-link */
.navbar-light .navbar-nav .nav-link {
    color: #222;
}
/* navbar-link-hover */
.navbar-light .navbar-nav .nav-link:hover {
    color: #056bd9;
}
/* navbar-link-active */
.navbar-light .navbar-nav .nav-item.active > .nav-link {
    color: #222;
}




/* Forms */
form .errors {
    line-height: 1em;
}