
body {
    /*font-family: 'Alegreya', serif;*/
    font-family: 'Ubuntu', serif;
    font-size: 1.09rem;
    line-height: 1.35;
}

a {
    text-decoration:none;
}


a, a:visited {
        color: #111;
    }

     
a:hover {
   color:#ccc;
}




.footerText figure a, .footerText figure a:visited, .footerText figure {
    color: #fff;
    font-weight: bold;
    font-size:.95rem;
}

.blockquote {
    font-size: 1.12rem;
    line-height: 1.45;
}

.bg-light {
   border-bottom: 5px black solid;
}


.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight:bold;
    /*background-color: rgba(255,255,255,.3);*/
    font-size:1.2rem;
}


.dropdown-item.active, .dropdown-item:active {
    background-color: #1e1e1f;
}

.dropdown-toggle::after {
    display:none;
}


.navbar {
    padding: 0px !important;
}


.btn-secondary{
    background-color: #ccc;
}

.btn-secondary:hover {
        background-color:#8ca4ad;
    }

    .carousel-item {
        height: 80vh;
        min-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.portfolio-item {
  margin-bottom: 30px;
}


.breadContainer {
    background-color: #000;
    color: white;
    padding: 5px 3px 3px 10px;
    margin-top:80px;
}






/*carousel*/
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20%;
    left: 15%;
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 20px;
    color: black;
    text-align: center;
}

    .carousel-caption h4, .carousel-caption h5 {
        display: inline-block;
        background-color: rgba(255,255,255,.8);
        color: #000000;
        letter-spacing: 3px;
        padding: 0px 10px 0px 10px;
        border-radius:0px;    }

    .carousel-caption p {
    margin:3px 0px 3px 0px ;
    }

    .btn-primary {
        background-color: #00b1f0;
        border-color: black;
    }



.btn-primary:hover {
    background-color: #999;
    border-color: black;
}

.btn-primary a, .btn-primary a:visited, .btn-primary a:hover {
        color: #fff;
    }





ul.icons {
margin-left:5px
}

ul.icons li a {
    margin-right: 10px;
    color:black
}


.project-info-box {
    margin: 15px 0;
    background-color:#ccc;
    padding: 30px 40px;
    border-radius: 5px;
}
    .project-info-box h4 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        font-weight: bold;
        /*Profile Card 5*/
        /*.profile-card-5 {
    margin-top: 20px;*/
    }
        .card {
    border-radius:1rem;
}

.card-body h6 {
    font-weight:bold;
}

.profile-card-5 .btn {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 20px;
    position: absolute;
    bottom: 10px;
}

    .profile-card-5 .card-img-block {
        width: 91%;
        margin: 0 auto;
        position: relative;
        top: -20px;
    }

        .profile-card-5 .card-img-block img {
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0,0,0,0.63);
        }

        .profile-card-5 .card-img-block iframe {
            width:100%;
            height:250px;
          display:block;
           /*   position:absolute;
            margin:0;
            top:0;
            left:0;*/
        }

.profile-card-5 h5 {
    color: rgba(55,55,55,1);
    font-weight: bold;
    font-size: 0.90rem;
}

    .profile-card-5 p {
        font-size: 0.90rem;
        font-weight: 300;
    }

    .profile-card-5 .btn-primary {
        color: rgba(255,255,255,1);
        background-color:#aaa;
        border-color: rgba(66,66,66,1);
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color:gray;
    border-color:black;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.5);
}


.articleLinks {
    padding-left: 0px;
}

    .articleLinks li {
        background-color: #999;
        border-radius: 4px;
        list-style-type: none;
    }


ul {
    list-style: none;
    padding: 0;
}


.bodyText a, .bodyText a.visited, .bodyText h4 a, .bodyText h4 a.visited {
font-weight:bold;
}

.article {
    text-align:justify;

}


.bodyText ul{
    margin-left:30px;
}

.bodyText li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    padding-right: 1.7px;
    margin-right: 10px;
    content: "\f058";
    color: #999;
    margin-left: -1.7em;
    width: 1.7em;
}



.breadcrumb {
    background-color: rgba(0,0,0,0);
    padding: 3px;
    margin: 2px 0px 2px 0px;
}

.breadcrumb li{

    padding-left: 1.3em;
}

    .breadcrumb .deactive {
        color: #ccc;
    }


.breadcrumb .active {
        font-weight: bold;
        color: #fff;
    }

    .breadcrumb li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        margin-right:3px;
        content: "\f105"; /* FontAwesome Unicode */
        margin-left: -.7em; /* same as padding-left set on li */
        width: 1.1em; /* same as padding-left set on li */
    }


 

/*.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}*/
/*.breadcrumb::after {
}*/



@media (max-width: 968px) {

    .navbar-light .navbar-nav .nav-link {
        background-color: rgba(255,255,255,.5);
        padding-left:10px;
    }
}