﻿* {
    margin: 0;
    padding: 0;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: Dosis 'Times New Roman'
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}


.navbar-nav .active {
    border-radius: 3px;
    color: white;
    background-color: #fed136;
}


#systecCarosel .carousel-indicators {
    bottom: 0px;
}

#systecCarosel .carousel-indicators li {
    border: 1px solid #ffbd20;
}

#systecCarosel a i {
    border: 1px solid #2487cd;
    border-radius: 50%;
    font-size: 30px;
    height: 50px;
    padding: 8px;
    position: absolute;
    top: 40%;
    width: 50px;
    color: #fff;
   
    background: #2487cd;
}

#systecCaroselr a i:hover {
    background: #2487cd;
    color: #fff;
    border: 1px solid #2487cd;
}

#systecCarosel
.carousel-control {
    width: inherit;
}

    #systecCarosel .carousel-control.left i {
        left: 70px
    }

    #systecCarosel .carousel-control.right i {
        right: 70px;
    }

    #systecCarosel
    .carousel-control.left,
    #systecCarosel
    .carousel-control.right {
        background: none;
    }

.footertext {
    font-size:smaller;
}

.font-2 {
    font-family: "Open Sans";
}



.heading {
    font-family: "Dosis";
    font-size: 40px;
    line-height: 44px;
}

.text-title-large {
    font-size: 40px;
    line-height: 44px;
}


.font-weight-400 {
    font-weight: 400;
    font-size: 20px;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.card-text {
    font-family: "Dosis";
    color:black;
    font-size:medium;
}