

@font-face {
    font-family: 'Estedad';
    src: url('../fonts/estedad/Estedad-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Estedad';
    src: url('../fonts/estedad/Estedad-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Estedad';
    src: url('../fonts/estedad/Estedad-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Estedad';
    src: url('../fonts/estedad/Estedad-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* =Change styling
----------------------------------------------- */

figcaption {
    text-align: center;
}

blockquote {
    border-right: 5px solid #e9efff;
}

p {
    text-align: justify;
}


/* =Slyle
----------------------------------------------- */
.search-query {
    padding: 25px 20px !important;
    box-shadow: none;
    font-size: 17px;
}

.search-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 15px 20px;
}


.highlights-card{
    border-radius: 7px;
    padding: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.highlights-card .title{
    margin: 0;
    color: #fff;
}

.highlights-card .title i{
    float: left;
}

.highlights-card.blue{
    background: linear-gradient(45deg,#007bff,#007bff);
}
.highlights-card.purple{
    background: linear-gradient(45deg,#d36be7,#d36be7);
}
.highlights-card.green{
    background: linear-gradient(45deg,#25c196,#25c196);
}
.highlights-card.red{
    background: linear-gradient(45deg,#f12e5e,#f12e5e);
}
.highlights-card.blue-gradient{
    background: linear-gradient(45deg,#00238e,#00a0b9);
}
.highlights-card.gold-gradient{
    background: linear-gradient(45deg,#ff6bb3,#ff917e);
}
