html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    background: #EFEFEF;
    color: #000000;
}

#content {
    padding-top: 42px;
}

#footer {
    font-size: 12px;
}

.header a {
    color: #000000;
}

.header-text {
    line-height: 2.5rem;
    margin-left: 10px;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-white { background-color: #FFFFFF; }
.bg-purple { background-color: #6f42c1; }
.bg-green { background-color: #42c15e; }

.logo {
    height: 30px;
}

text.logo {
	font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    fill: #000000;
}

text.logo tspan {
    fill: #b9d700;
}

#secretForm {
    min-width: 300px;
}

textarea#secret,
textarea.secret {
    min-height: 250px;
}