body {
    padding: 0;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    background-color: white;
}

.inspiry-welcome-text-head {
    background-color: transparent;
    font-size: 75px;
    font-weight: bold;
    color: rgba(72, 54, 133, 0.66);
}

.inspiry-welcome-text-detail {
    background-color: transparent;
    font-size: 40px;
    font-weight: bold;
    color: rgba(72, 54, 133, 0.66);
}

.inspiry-company-name-red {
    font-weight: bold;
    color: red;
}

.inspiry-company-name-white {
    font-weight: bold;
    color: white;
}

#logo-pic {
    background-image: url(../img/Inspiry-1.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    filter: alpha(Opacity=25);
    opacity: 0.25;
}

.mailto-link {
    text-decoration: none;
    color: #8392b5;
}

.tel-link {
    text-decoration: none;
    color: #8392b5;
}

.index-using-tech-title {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #74a3c1;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
}

.index-text {
    padding-top: 50px;
    font-size: 20px;
}

.inspiry-footer {
    /*height: 200px;*/
    background-color: #b21f2d;
    color: white;
    position: relative;
}

.inspiry-title {
    color: #74a3c1;
}

.footer-menu-section {
    background-color: transparent;
    list-style: none;
}

.footer-menu-section-item {
    background-color: transparent;
}

@media only screen and (max-width: 768px) {

    .inspiry-welcome-text-head {
        background-color: transparent;
        font-size: 65px;
        font-weight: bold;
        color: rgba(72, 54, 133, 0.66);
    }

    .inspiry-welcome-text-detail {
        background-color: transparent;
        font-size: 30px;
        font-weight: bold;
        color: rgba(72, 54, 133, 0.66);
    }


    #logo-pic {
        background-image: url(../img/Inspiry-1.png);
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 110;
        filter: alpha(Opacity=25);
        opacity: 0.25;
    }

    .index-using-tech-title {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #74a3c1;
        font-size: 14px;
        font-family: Montserrat, sans-serif;
    }

    .index-text {
        padding-top: 30px;
        font-size: 14px;
    }

}

@media only screen and (max-width: 480px) {

    .inspiry-welcome-text-head {
        background-color: transparent;
        font-size: 32px;
        font-weight: bold;
        color: rgba(72, 54, 133, 0.66);
    }

    .inspiry-welcome-text-detail {
        background-color: transparent;
        font-size: 16px;
        font-weight: bold;
        color: rgba(72, 54, 133, 0.66);
    }


    #logo-pic {
        background-image: url(../img/Inspiry-1.png);
        width: 100%;
        height: 250px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 110;
        filter: alpha(Opacity=25);
        opacity: 0.25;
    }

    .index-using-tech-title {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #74a3c1;
        font-size: 14px;
        font-family: Montserrat, sans-serif;
    }

    .index-text {
        padding-top: 15px;
        font-size: 14px;
    }

}
