/* styles.css */
.quotes h2 {
    font-size: 2.5rem;
}
/*.quotes h2, .quotes h3{*/
/*    background: rgba(0,0,0,0.8);*/
/*    display: inline-block;*/
/*}*/
.quotes{
    background: linear-gradient(90deg, transparent, #034001, transparent);
    padding: 1rem 0;
}
.hero{
    background-image: url("images/banner.png");
    background-size: cover;
    background-position: center;
}
.card-img-top {
    width: 100%;
}

.card {
    text-align: center;
    padding: 1rem;
    border: none;
}
.navbar{
    background: #f3cb01 !important;
    position: relative;
    z-index: 99999;
}
.btn-scandin{
    background: #034001;
    color: white;
    margin-top: 1.5rem;
    border: 1px solid white;
}
.btn-scandin:hover{
    background-color: #055902 !important;
    border: 1px solid white;
}
.logo{
    width: 200px;
    img{
        width: 100%;
    }
}
.card-block{
    .card{
        height: 100%;
        .card-body{
            ul{
                li{
                    &:last-child{
                        list-style: none;
                    }
                    h3{
                        height: 10px;
                        line-height: 1px;
                        margin-bottom: 0;
                    }
                }
            }
        }
    }
}
section.contact-sec{
    background: url("images/map.png");
    background-size: cover;
    background-position: center;
    position: relative;
    height: 400px;
    display: flex;
}
@media only screen and (max-width: 600px) {
    .contact-sec {
        height: auto !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
.section.contact-sec:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.contact-inner-block h3 {
    color: #f3cb01;
}
.contact-inner-block{
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
    padding: 2rem;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.7);
}
.contact-inner-block .d-flex{
    width: 33.33%;
    margin: 0 5%;
}
.contact-inner-block p{
    color: white;
}
.contact-inner-block img {
        width: 30px
}
.mail {
    display: flex;
    margin-left: 1.5rem;
}
.mail img {
    width: 20px;
}
.mail a{
    padding-left: 0;
    padding-right: 0;
}