/**
 * All elements
 */
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

/**
 * Body
 */

body {
    background: #f9f9f9;
    margin-bottom: 2rem;
}

/**
 * Headings
 */

h1 {
    font-size: 1.4rem;
}

h2 {
    font-size: 1.2rem;
}

h3 {
    font-size: 1.1rem;
}

/**
 * Text
 */

b,
strong,
.medium {
    font-weight: 500;
}

.text-black {
    color: #000;
}

/**
 * Inputs
 */

input, textarea, select {
    border-radius: 0 !important;
}

.form-control:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

/**
 * Buttons
 */

.btn {
    border-radius: 0 !important;
}

.btn-white {
    color: #000;
    background-color: #fcfcfc;
    border-color: #ddd;
}

.btn-white:hover {
    color: #000;
    background-color: #eee;
    border-color: #ccc;
}
