﻿.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.error-404 {
    max-width: 500px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

section {
    margin-bottom: 40px !important;
}

.error-404 h1 {
    font-size: 6em;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    color: #00708c;
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.error-404 h2 {
    font-size: 3em;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    color: #00708c;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    color: #00708c;
}

.btn {
    border-radius: 0;
    transition: all .25s ease;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.btn-success {
    color: #fff;
    background-color: #4b6c9e;
}

.btn {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
}

.me {
    color: #ffffff;
    text-decoration: none;
    background: transparent;
}

.me:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transform: scale(1.2);
}