/*
  Custom.css file
  By Agnel Nieves | http://agnelnieves.com
*/


/****************

  Table of Contents

  00  Text class Styles
  01  Text ID styles
  02  Section Styles
  03  External Libraries Styles (custom)
  04  Media Queries


*****************/


/*
  00
  Text Class Styles
*/

.breadcrumbs-active {
    border-bottom: solid 2px #ffffff;
}

.main-text {
    font-size: 2.7rem;
}

.drop-cap {
    font-size: 4.5rem;
    font-weight: 700;
    color: #ef2d56;
}

.strong-custom {
    font-weight: 700;
    color: #ef2d56;
}

.typed-text {
    font-size: 5rem;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

.custom-title {
    padding-top: 1px;
}

.call-to-action {
    background-color: #ef2d56;
    color: white!important;
    border: 0;
}

.call-to-action-dark {
    background-color: #191b1d;
    color: white!important;
    border: 0;
}

.btn-highlight {
    color: #ef2d56;
    background-color: #fff;
}

.btn-highlight:hover {
    color: #fff;
    background-color: #ff7290;
}

.blog-text {
    color: #6d747c!important;
}

.ul-text {
    color: #79818a;
}

.breadcrumbs-link {
    color: #fff!important;
}

.breadcrumbs-link:hover {
    border-bottom: solid 2px #ffffff;
}


/*----- Id's---- */

#btn-send {
    background-color: #ef2d56;
    color: #fff;
    border-width: 0px;
}

#footer-image {
    background-color: #e8e8e8;
    border-top: 12px solid #ef2d56;
}

#footer-image-blog {
    background-color: #e8e8e8;
}

#main-logo {
    max-width: 300px;
}

#experience-title {
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
    border-bottom-width: 1px;
}

#education-title {
    border-bottom-style: solid;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    background-color: #191b1d!important;
}

#tab2 a {
    color: #fffff!important;
}


/*----------------TYPED------------*/

#filters li.active.home-filters {
    border-color: #EF2D56!important;
    color: #EF2D56!important;
}

#filters li.home-filters:hover {
    border-color: #EF2D56!important;
    color: #EF2D56!important;
}

#filters li.home-filters {
    color: #191b1d;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-size: 5rem;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*media queries*/


/*smart-phones*/

@media (max-width: 425px) {
    #main-logo {
        max-width: 150px;
    }
    #main-title {
        font-size: 1.3rem;
    }
    .mobile-center-text {
        text-align: center;
    }
    .typed-text {
        font-size: 2.3rem;
    }
    .typed-cursor {
        font-size: 2.3rem;
    }
}


/*Smartphones and tablets*/

@media (max-width: 1023px) {
    #filters.fixed {
        top: 35px!important;
        padding: 7px!important;
        background-color: rgba(240, 75, 108, 0.95);
    }
    #filters li {
        display: inline-block;
        position: relative;
        padding: 0px 7px;
        color: #f6f7f7;
    }
    #filters li.active {
        border-color: #ffffff;
        color: #ffffff;
    }
    #filters li.active:hover {
        color: #ffffff;
    }
}


/*Laptops*/

@media (min-width: 1024px) {
    #filters.fixed {
        position: fixed;
        top: 43px!important;
        padding: 7px!important;
        background-color: rgba(240, 75, 108, 0.95);
    }
    #filters li {
        color: #f6f7f7;
    }
    #filters li.active {
        border-color: #ffffff;
        color: #ffffff;
    }
    #filters li.active:hover {
        color: #ffffff;
    }
}

section > div#new-article {
    text-align: center;
    position: absolute;
    z-index: 2130;
    bottom: 0;
    background: #191b1d;
    width: 100%;
    padding: 10px 10px 10px 10px;
}
/* 
.icon-box-small.mb-25:hover {
    background: white;
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .59s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    border-radius: 20px;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
    color: #6c747b!important;
    transform: translateY(-10px)!important;
}

.icon-box-small.mb-25 {
    transform: rotateX(0deg) translate(0px, 0px);
    opacity: 1;
} */
