body {
    font-family: 'Roboto', sans-serif;
    color: #495057 !important;
    /* background-color:  */
}

.shipping {
    width: 80%;
    margin: auto;
    text-align: center;
}

.shipping img {
    margin: auto;
    min-width: 150px;
    width: 50%;
    text-align: center;
}

.bground {
    position: relative;
}

.bground:before {
    min-height: 890px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-image: url("./assets/sst.gif");
    background-repeat: no-repeat;
    background-size: cover;
}

.sstlogo {
    margin-top: 200px;
    margin-left: 10px;
}

.sstlogo h1 {
    font-family: 'Anton', sans-serif;
    font-size: 15vmin;
    /* font-size: 20vmin; */
    /* font-size: 600%; */
    /* line-height: 100%; */
    /* font-size: 90px;
    line-height: 100px; */
    /* margin: right; */
    opacity: .85;
    color: white;
    z-index: 2;
}

.sstlogo h2 {
    font-family: 'Anton', sans-serif;
    font-size: 5vmin;
    /* font-size: 200%; */
    /* line-height: 100%; */
    /* font-size: 90px;
    line-height: 100px; */
    /* margin: right; */
    opacity: .85;
    color:white;
    z-index: 2;
}



.sstlogo img {
    min-width: 350px;
    width: 35%;
}

.googlemap {
    width: 80%;
    height: 400px;
    margin: auto;
    display: block;
}

.about {
    width: 90%;
    margin: auto !important;
    text-align: center;
}

.aboutcenter {
    margin: auto !important;
}

.card {
    vertical-align: top;
    width: 320px;
    margin: 5px;
    display: inline-block;
}

.services {
    text-align: center;
    width: 80%;
    margin: auto;
}

.services h4 {
    margin: auto;
}

.services img {
    width: 30%;
}