/* CSS styles */

/* Redeclaring Bootstrap CSS properties */
html {
    font-family: "Roboto", sans-serif;
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #8D8C8A;
    font-weight: 300;
    padding-top: 0;
    background: #424242;
}

p {
    color: #424242;
}

b, strong {
    font-weight: 700;
    color: #424242;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #1C437F;
    font-weight: 600;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #000000;
    font-weight: 600;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    font-style: italic;
}

a {
    color: #1C437F;
    text-decoration: none;
}
a:hover {
    color: #1C437F;
    text-decoration: underline;
}

.row {
    padding: 10px 20px;
}

.p-0 {
    padding: 0 !important;
}

/*****************/
/* Debugmodus */

.debug-container {
    position: fixed;
    width: 20px;
    height: 20px;
    z-index: 2000;
}

.debug-xs, .debug-s, .debug-m, .debug-l {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
    visibility: hidden;
}

hr {
    width: 100%;
    border-width: 3px;
    border-color: #8D8C8A;
    margin: 0;
    text-align: center;
}

/***********/
/* Content */
.custom-content-block {
    background-color: white;
    border-radius: 6px;
    border-bottom:0;
    padding: 12px;
}

.well-header {
    text-align: center;
    color: #ffffff;
    background-color: #1C437F;
    width: 100%;
    padding: 10px;
    margin-top: 0;
    border-radius: 6px;
    border-bottom:0;
}

.well-main {
    width:100%;
    margin: auto;
}

.well-error {
    text-align: center;
    width:90%;
    margin: auto;
}

.footer {
    text-align: center;
}

.footer a {
    font-size: 85%;
    color: #8D8C8A;
    text-decoration: none;
}
.footer a:hover {
    font-size: 85%;
    color: #ffffff;
    text-decoration: underline;
}