
* {
    border-radius: 0 !important
}

.blog-image {
    width: 100%;
    max-width: 1000px
}

.breadcrumb {
    background-color: #fff;
    margin-bottom: 0
}

.card {
    border: none;
    background: none
}

.card .card-img-top {
    height: 100%
}

.example .logging {
    word-wrap: break-word;
    font-size: 0.9em;
    font-family: monospace
}

.features {
    background-color: #4a5a6b;
    color: #fff
}

.features a {
    color: #fff
}

footer {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.5)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

.header {
    background-image: url(/img/header.png);
    background-size: cover;
    height: calc(100vh);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.header h1 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2
}

.header h4 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2
}

.highlight {
    background-color: #f2f2f2
}

.location {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.manual {
    max-width: 900px
}

.manual h1,
.manual h2,
.manual h3,
.manual h4,
.manual h5,
.manual h6 {
    margin-top: 20px
}

.manual img {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff
}

.navbar {
    padding-top: 0;
    padding-bottom: 0
}

.navbar .nav-item {
    padding-top: 0;
    padding-bottom: 0
}

.navbar .nav-item {
    padding-left: 10px;
    padding-right: 10px
}

.navbar .navbar-toggler {
    border: none
}

.notice {
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px
}

.project img {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.service img {
    max-width: 100%
}

.statement {
    padding-top: 50px;
    padding-bottom: 50px
}

.stripe {
    background-color: #343a40;
    color: white
}

.stripe a {
    color: #fff
}

table tr {
    border-bottom: solid 1px #e3e3e3
}

table tr td,
table tr th {
    padding: 7px 10px
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 3rem
    }
}
