
body {
    /*padding-top: 56px;*/
    font-family: 'Titillium Web', sans-serif;
}

.textGold, a.textGold, a.textGold:visited {
    color: #b18019
}

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


    a:hover {
        color: #666;
    }


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

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

    .carousel-item {
        height: 85vh;
        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;
}

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

    .carousel-caption h1, .carousel-caption h3 {
        display: inline-block;
        background-color: rgba(255,255,255,.5)
    }

.btn-primary {
    background-color: #ccaa4c;
    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;
    }



.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1)
}

ul.icons {
margin-left:20px
}

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

.services img {
    margin-right:30px;
width:40px;

}

.card-header {
    background-color: #d4c18c;
}