html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 80px;
    color: #DDCCEE;
}

.arcitect {
    /*color:#DDCCEE;*/
    color: #110022;
    font-family: 'Architects Daughter', cursive;
    font-size: 22px;
}

.output a {
    color: #337ab7;
}

.jumbotron {
    margin-right: -15px;
    padding: 36px;
}

.footer {
    padding-top: 10px;
    background-color: #CAEFFA;
}

.colorbg {
    padding: 10px;
    background-color: #CAEFFA;
}

.lilycrop {
    background-color: #CAEFFA;
    max-height: 300px;
    min-height: 300px;
    background-image: url(".././img/lily-2d.png");
    background-repeat: no-repeat;
    background-position: center 0px;
}

.card-primary {
    background: #6182B7;
    border: #6182B7;
    color: white;
}

.rounded {
    border-radius: 10px;
}

#footer {
    height: auto;
    width: 100%;
    bottom: 0;
    text-align: center;
    font-size: 14px;
}