/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
    webkit-tap-highlight-color: #253bb2;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    color: #fff;
    background-color: #e0dcd7;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #253bb2;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #253bb2;
}

img::selection {
    color: #253bb2;
    background: 0 0;
}

img::-moz-selection {
    color: #253bb2;
    background: 0 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.bg-white {
    color: #1257ac;
    background-color: #fff;
}
.bg-blue {
    background-color: #1257ac;
}
.fg-blue {
    color: #1257ac;
}
.no-wrap {
    white-space: nowrap;
}
span.big {
    font-size: 18px;
}
span.little {
    font-size: 12px;
}
section.top-bar {
    background-color: #1257ac;
    height: 10px;
}
section.content {
    position: relative;
    width: 100%;
    max-width: 380px;
    margin: 50px auto;
}
section.content img.img-responsive {
    display: inline;
}
section.content h1 {
    color: #1257ac;
    font-size: 24px;
    font-weight: 600;
}
section.content .padding-box {
    margin-top: 5px;
    padding: 10px 15px;
}
section.content .padding-box p:last-child {
    margin-bottom: 0;
}
section.content .url {
    font-weight: 600;
    font-size: 16px;
}
section.content .message {
    font-weight: 600;
    color: #1257ac;
    font-size: 11px;
}
.visual-link-footer {
    margin-top: 100px;
    width: 100%;
    max-width: 100%;
}