:root {
    --base: #5f656d;
    --contrast: #db4036;
    --secondary: #f4f4f4;
}




body {
    padding-top: 80px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
}

a {
    color: var(--base);
}

a:hover {
    color: var(--base);
    text-decoration: underline;
}

@media (min-width: 992px) {
    body {
        padding-top: 100px;
    }
}

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

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

.carousel-item h3 {
    text-shadow: 0px 3px 6px rgba(108, 107, 107, 0.55);
    font-size: 3rem;
}

.carousel-item p {
    text-shadow: 0px 3px 6px rgba(108, 107, 107, 0.55);
    font-size: 2rem;
}





.navbar-custom {
    background-color: #fff;
    box-shadow: 0 9px 30px rgb(0 0 0 / 11%);
}
.navbar-brand img {
    width: 170px;
}

.navbar-brand span {
    color: bisque;
}

.nav-item a {    
    color: rgba(0,0,0,.5);
    font-weight: 600;
    font-size: 16px;
}

.bg-dark {
    background-color: #5f656d!important;
}

header {
    margin-bottom: 35px;
}

.block-title {
    margin-bottom: 25px;
    color: var(--contrast);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.84);
}

.card-title {
    font-size: 19px;
    font-weight: 600;    
}
.btn{
    transition: all ease .3s;
}
.btn-center {
    text-align: center;
}

.btn-secondary {
    color: #fff;
    background-color: var(--contrast);
    border: 0;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #ee3124;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 35px;
    border-radius: .2rem;
}

.about-section {
    background-color: var(--secondary);
    padding: 30px 0;
}

.about-section img {
    box-shadow: 0px 11px 28px 2px rgba(75, 75, 75, 0.43);
}

ul.list-styled{
    list-style-image: url(../img/tick.png);
    background-size: 10px;
    margin: 20px 0;
}

ul.list-styled li{
    margin-bottom: 20px;
    font-size: 1.2rem;
    padding-left: 5px;
}

.about-section h4 {
    font-size: 1.3rem;
    color: #9f9f9f;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--base);
}

.btn-primary {
    color: #fff;
    background-color: var(--contrast);
    border-color: var(--contrast);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--contrast);
    border-color: var(--contrast);
    opacity: .9;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-left: .2em solid transparent;
}

.card:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.navbar-exterior {
    margin-bottom: 20px;
}

.content-wrap {
    margin-top: 40px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.1rem;
}

.breadcrumb {
    background-color: var(--secondary);
}

.footer-zwebra {
    font-size: 14px;
    opacity: .5;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.footer-zwebra:hover {
    opacity: .8;    
}

.footer-zwebra a {
    color: #fff;
}

.footer-zwebra a:hover {
    text-decoration: none;
}

.img-comment{
    width: 50px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--base);
    border-color: var(--base);
}

.bg-primary {
    background-color: var(--base)!important;
}

.content-wrap img{
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.social-block a {
    font-size: 1.4rem;
    color: #fff;
}

.content-wrap article{
    text-align: justify;
}
.content-wrap article{
    text-align: justify;
}

.card-title a{
    color: var(--contrast);    
}
.content-wrap h1, .content-wrap h3 {
    color: var(--contrast);  
}
h2.card-title{
    color: var(--contrast);  
}

ul li::marker{
    color: #585858;
}
strong{
     color: #585858;
}
.carousel-item {
    height: auto;
    min-height: auto;    
}
body {
    padding-top: 98px;    
}