/* General Styles */
body {
    background-image: url(../Images/ignasi_pattern_s.png);
}

h1 {
    font-family: serif;
    font-weight: bolder;
    color: #4aaaa5;
    margin-top: 20px;
}

/* Navbar */
.navbar-light .navbar-brand {
    background: #4aaaa5;
    color: white;
}

/* Content Box */
.container{
    margin-top: 75px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    background: white;
    width: 93%;
    max-width: 720px;
    margin-bottom: 60px;
}

/* Footer */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding: 12px;
    border-top: 5px solid #4aaaa5;
    background-color:#666666;
    color: grey;
    text-align: center;
 }