﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}
.body-background {
    background: #eae7e2;
}
.banner-text {
    opacity: .9;
}
.feature-speakers {
    background: #bdb6c9;
}
.text_grey {
    color: #695390;
}
.border_grey {
    border-color: #695390;
}

.tab-underline .tab-group a:not(.tab-image):not(.active), .tab-underline .tab-group button:not(.tab-image):not(.active) {
    color: #484848;
}
/*.table td, .table th {
    padding: .5rem .75rem;
    
}*/

/*@media (max-width:1023) {
    .vec-1::after {
        width: 100px;
        height: 80px;
    }
}*/
    @media (min-width:1024px) {
        .vec-1 {
            position: relative;
        }

            .vec-1::after {
                content: "";
                position: absolute;
                right: 0;
                bottom: -40px;
                width: 100px;
                height: 80px;
                background: url(../images/parts_img.png) no-repeat 0 0;
                background-size: contain;
                z-index: 4;
            }
    }

