
/*flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;*/
.container {
    justify-content: space-between;
}

.bcontent {
    margin-top: 10px;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
ol.carousel-indicators { top: 750px; }
ol.carousel-indicators li { background-color: #666; }

.carousel.carousel-fade .carousel-inner .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-in-out 3s;
}

.carousel.carousel-fade .carousel-inner .carousel-item.active {
    opacity: 1 !important;
    transition: opacity ease-in-out 3s;
}

#carouselCont { background-color: rgba(44, 47, 60, 0.98); }
.wbtext {
    margin: 30px;
    padding:15px;
    color:white;
    
}
.wbcont {
    height: 100%;
    width: 100%;
    position: relative;
}
.vtxt-center {
    /*font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.7em;
    /*margin: 100px 200px 0 200px;*/
    margin: 14% 12%;
    position: absolute;  
    color:white;
    /*top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    */
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* for menu */
#navpage {
    position:absolute;
    left: 0
    top 150px;
    width: 100%;
}
.col.item {
    margin: 2em 0 2em 0;
}
.row-cols-1 { margin-top: 3em;}

.nouline { text-decoration: none !important }
