body,
html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #0D4A90!important;
}


/* * {
    border: 1px solid goldenrod;
}  */

.site-nav {
    color: #0D4A90 !important;
    /* padding: 5px 90px; */

}

.navbar-light .navbar-nav .nav-link {
    color: #0D4A90;
    font-weight: 800;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #F1C410;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #F1C410;
}

.site-info-tag {
    color: #fff;
    background-color: #0D4A90 !important;
    padding: 10px 15px;
}

.services-container {
    background-color: #0D4A90;
    color: #fff;
}

/* .services-spacing {
 display: flex;
 align-items: flex-start;
 justify-content: space-around;
 

} */
.services-column {
    padding: 20px;
    text-align: center;
}

.serv-image {
    border-radius: 50%;
    margin: 20px 0px;
    max-width: 175px;
}

/* .serv-text{
    max-width: 300px;
    text-align: center;
} */
.service-list {
    font-weight: 500;
    list-style-type: none;
}
.btn-primary:hover {
    /* opacity: 60%; */
    background-color: #F1C410 !important;
    color: #0D4A90 !important;
}
.btn-secondary {
    color: #0D4A90;
    background-color: #F1C410;
    border: none;
}
.btn-secondary:hover {
    color: #F1C410!important;
    background-color: #0D4A90!important;
    border: none;
}

.hero {
    margin: 50px 0px;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/jumbo-images/Kichen.jpg");
    /* height: 70%; */
    max-height: 70%;
    min-height: 69%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-commercial {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/jumbo-images/commercial.jpg");
    /* height: 70%; */
    max-height: 70%;
    min-height: 69%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-image-HomeTheater {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/jumbo-images/HomeTheater.jpg");
    /* height: 70%; */
    max-height: 70%;
    min-height: 69%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text button {
    color: #fff !important;
    background-color: #0D4A90 !important;
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
}

.hero-text button:hover {
    background-color: #F1C410 !important;
    color: #0D4A90 !important;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.footer {
    color: #fff;
    padding: 50px 0px 20px 0px;
}

.footer img {
    max-width: 320px;
    padding: 15px 0px;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(13, 74, 144);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(13,74,144, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

#loading {
    background: url('SCLogoAnimation.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;


    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
