/**
 * Grey:        #727983
 * Red:         #9e1e36
 * Orange:      #fa8231
 * Green:       #20bf6b
 * Bluegrey:    #778ca3
 * Purple:      #8854d0
 */

header h1 a {
    color: #9e1e36;
    letter-spacing: 0.05em; 
    font-family: 'Bree Serif', serif;
}
header h1 a:hover { color: #9e1e36; text-decoration: none; }

body {
    font-family: 'Open Sans', sans-serif;

    background: #8e9eab;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #eef2f3, #8e9eab);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    min-height: 100vh;
}

.nav-pills { margin-bottom: 0px!important; }
.nav-pills a { color: #9e1e36!important; }
.nav-pills li { border-radius: 20px; }
.nav-pills .active { background-color: #9e1e36; color: #fff!important; }
.nav-pills .active a { color: #fff!important; }

.center-pills { display: inline-block!important; }
.center-pills li { float: left;}

.kraken svg {
    height: 130px;
}

.mood ol {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}
.mood ol li {
    display: inline-block;
    background-color: #fff;
}

.mood ol li a {
    background-color: #fff;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid #727983;
    color: #727983;
    line-height: 30px;
    font-weight: bold;
}
.mood ol li.active a {
    background-color: #fa8231;
    color: #fff;
}

.mood ol li a:hover {
    text-decoration: none;
}

h2.day  {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-variant: small-caps;
    font-size: 1.8em;
    color: #727983;
}

.day-container {
    padding: 0 2% 2% 2%;
}

section.blip {
    float: left;
}

section.blip h3 {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    background-color: #727983;
    padding: 15px 0px 15px 15px;
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
}

section.blip .blip-content {
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: #727983;
    box-sizing: border-box;
    padding: 25px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
    position: relative;
}

section.blip .blip-content.no-padding-bottom {
    padding-bottom: 0;
}

p.lead strong {
    font-size: 1.2em;
}

section.blip em {
    font-style: normal;
    font-weight: bold;
}

section.blip.mood a,
section.blip.mood a:hover {
    color: #fa8231;
}
section.blip.mood ol.mood {
    display: none;
}
section.blip.mood h3{ background-color: #fa8231; }
section.blip.mood em { color: #fa8231; }
section.blip.steps h3{ background-color: #20bf6b; }
section.blip.steps em { color: #20bf6b; }

section.blip.music h3 { background-color: #778ca3; }
section.blip.music em { color: #778ca3; }

section.blip.sleep h3 { background-color: #8854d0; }
section.blip.sleep em { color: #8854d0; }
section.blip.location h3 { background-color: #0074D9; }
section.blip.location em { color: #0074D9; }
section.blip.money h3 { background-color: #3D9970; }
section.blip.money em { color: #3D9970; }

section.blip.sleep .progress-bar { background-color: #8854d0; }

section.blip.music a,
section.blip.music a:hover {
    color: #778ca3;
}

section.blip.music .tracks li {
    color: #778ca3;
}

section.blip.tags .form-group,
section.blip.tags .form-control {
    width: 100%;
    text-align: center;
}

section.blip.tags input::placeholder {
    text-align: center;
}

li.tag {
    margin-bottom: 10px;
}

li.tag a.detail,
li.tag a.remove,
li.tag a.detail:hover,
li.tag a.remove:hover {
    font-size: 80%;
    color: #fff;
    text-decoration: none;
}

li.tag a.detail {
    padding: .2em .6em .2em 1em;
    border-top-left-radius: 10rem;
    border-bottom-left-radius: 10rem;
}

li.tag a.remove {
    padding: .2em .8em .2em .5em;
    border-left: thin solid #fff;
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
}

section.blip.image .image-container {
    padding-bottom: 30px;
}

hr {
    color: #727983;
}

p {
    font-family: 'Bree Serif', serif;   
}

.card-text strong {
    color: #9e1e36;
}

#map {
    height: 600px;
}

.tracks li {
    font-size: 0.8em;
}

.hidden {
    display: none;
}

body.kraken-login {
    background-image: url('../gfx/kraken.jpg');
    background-position: bottom;
    background-size: cover;
}

body.kraken-login header {
    padding-top: 40px;
}

body.kraken-login .btn {
    color: #fff;
    background-color: #9e1e36;
    border-color: #9e1e36;
    font-weight: bold;
    text-align: center;
    margin: auto;
}
body.kraken-login h1 a {
    color: #fff;
}

.calendar a {
    color: #212529;
}

.tagcloud {
    margin: 0 auto;
    width: 75%;
}

.add-button {
    position: fixed;
    right: 0.5em;
    bottom: 0.5em;
}
.kraken-button {
    display: inline-block;
    width: 3em;
    height: 3em;
    border-radius: 3em;
    background-color: #9e1e36;
    color: white;
    text-align: center;
    font-size: 1.5em;
    padding-top: 0.75em;
}
.kraken-button:visited,
.kraken-button:hover,
.kraken-button:active {
    color: white;
}
