body {
    background-color: #ffd300;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 100%
}

.title {
    text-transform: uppercase;
    color: #990000;
    font-weight: 700;
}

a {
    color: #990000;
    text-decoration: none;
    transition: filter 0.3s ease-in-out;
}

a:hover {
    filter: brightness(1.2); /* Increase brightness by 20% */
}

.section-maintenance {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    background: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.maintenance {
    right: auto;
    left: auto;
    width: 100%;
    margin-left: auto
}

.maintenance img {
    width: 55%;
    /* padding-bottom: 30px; */
}

img {
    border-style: none
}

img.responsive {
    max-width: 100%;
    height: auto
}

.btn {
    line-height: 36px;
    display: inline-block;
    height: 36px;
    padding: 0 2rem;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    letter-spacing: .5px;
    color: #ffd300;
    background-color: #990000;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2)
}

h4 {
    font-size: 2.28rem;
    line-height: 110%;
    font-weight: 400;
    margin: 1.14rem 0 .912rem 0
}

h5 {
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: 600;
    margin: 1.14rem 0 .912rem 0
}

h6 {
    font-size: 1rem;
    line-height: 1.7rem;
    margin: .575rem 0 .46rem 0
}

.waves-effect {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (max-device-width: 480px) {

    .maintenance img {
        width: 100%;
        padding-bottom: 30px;
    }
}