html, body {
    height: 100%;
}

.btn-warning {
    background-color: #e96e07;
    color: #ffffff;
}
.btn-warning:not(:disabled):not(.disabled):focus, 
.btn-warning:not(:disabled):not(.disabled):hover, 
.btn-warning:not(:disabled):not(.disabled):active {
    background-color: #e96e07ee;
    color: #ffffff;
}

/* page 1 */
.homepage-1 {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    background-image: url(/images/lbg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 53% center;
}

.homepage-1-content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-1-content::after {
    background-image: url(/images/lbg-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 53% center;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index:-1;
}
.homepage-1-content-clear::after {
    display: none;
}
.homepage-1-content > div {
    width: 100%;
}
.homepage-1-content p {
    text-shadow: 1px 1px 5px #000000;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    display: none;
}
.homepage-1-content p i {
    color: #dc3545;
    display: inline-block;
    margin: 0 2px;    
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.homepage-1-scroll {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    font-size: 40px;
    font-family: serif;
    font-weight: bold;
    color: #ffffff;
    transform: rotate(90deg);
    z-index: 1;
    animation: 2s ease 0s infinite normal blink;
}

@media (min-width: 768px) {
    .homepage-1-content p {
        font-size: 20px;
        margin: 12px auto;
    }
}
@media (min-width: 1200px) {
    .homepage-1-content p {
        font-size: 24px;
        margin: 15px auto;
    }
}

/* page 2 */
.homepage-block {
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.homepage-2 {
    background-image: url(/images/lbg-1.jpg);
}
.homepage-cards::after {
    content: '';
    display: block;
    clear: both;
}
.homepage-2 > h3 {
    background-color: #e96e07;
    color: #ffffff;
    padding: 20px;
    font-size: 24px;
}
.homepage-2 .card {
    margin: 30px 15px 0;
    background-color: rgba(255, 255, 255, 0.95);
}
.homepage-2 .card:last-child {
    margin-bottom: 30px;
}
.homepage-2 .card h4 {
    color: #e96e07;
    font-size: 22px;
}
.homepage-2 .card-question p {
    color: #17a2b8;
    font-size: 18px;
    text-indent: 2em;
}
.homepage-2 .card-answer p {
    text-indent: 2em;
    font-size: 18px;
}

.homepage-buttons {
    text-align: center;
}
.homepage-2 .homepage-buttons {
    margin: 30px 0;
}
.homepage-2 .homepage-buttons .btn {
    min-width: 200px;
}

@media (min-width: 1024px) {
    .homepage-2 .card {
        width: 45%;
        float: left;
        margin-left: 3.3%;
        margin-right: 0;
        height: 450px;
    }
    .homepage-2 .homepage-buttons {
        margin: 0 0 30px;
    }
}
@media (min-width: 1600px) {
    .homepage-2 .card {
        height: 400px;
    }
}

/* page 3 */
.homepage-3 {
    position: relative;
}
.homepage-3-bg {
    background-image: url(/images/lbg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.homepage-3-content {
    position: relative;
    background-color: #e96e07dd;
    color: #ffffff;
    z-index: 1;
}
.homepage-3-content > h3 {
    background-color: #ffffff;
    border-top: 1px solid #e96e07;
    color: #e96e07;
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 24px;
}
.homepage-3-content .row > div {
    padding: 30px;
}
.homepage-3-content .row h4 {
    font-size: 22px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.homepage-3-content .row p {
    font-size: 18px;
    line-height: 30px;
    text-indent: 2em;
}
.homepage-3 .homepage-buttons {
    padding-top: 20px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .homepage-3-content .row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* page 4 */
.homepage-4 {
    position: relative;
    background-image: url(/images/lbg-3.jpg);
}
.homepage-4-content {
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 5px #ffffff;
}
.homepage-4-content::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/images/lbg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: blur(10px);
    z-index: -1;
}
.homepage-4-content h3 {
    padding: 20px;
    font-size: 24px;
    border-bottom: 1px solid #999999;
}
.homepage-4-texts {
    padding: 15px;
    font-size: 18px;
    line-height: 30px;
    text-indent: 2em;
}
.homepage-4-content form {
    padding: 0 15px 50px 15px;
}
.homepage-4-content form button {
    width: 120px;
    margin-top: 20px;
}

/* footer */
.footer {
    width: 100%;
    padding: 15px;
    white-space: nowrap;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}
  
.footer div {
    margin: 3px;
}
  
.footer a {
    color: #aaaaaa;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
}

/* modal */
.price-modal .alert p {
    font-size: 14px;
    margin-bottom: 3px;
    text-indent: 2em;
}
.price-modal .row > div {
    margin-bottom: 6px;
}
.price-result p {
    font-size: 14px;
}
.price-result p i {
    color: #e96e07;
    font-weight: bold;
    font-style: normal;
}
.price-result p .note {
    font-size: 12px;
    color: #666666;
}