/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 3rem;
    color: #5a5a5a;
    font-family: 'Raleway', sans-serif;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 30rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    /*height: 30rem;*/
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading, .section-title {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading, .section-title {
        font-size: 50px;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 2rem;
    }
    .section-title {
        margin-top: 0.1rem;
    }

    .carousel-item {
        height: 40rem;
    }
    .carousel-item > img {
        /*height: 40rem;*/
    }


}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .carousel-item {
        height: 48rem;
    }
    .carousel-item > img {
        height: 48rem;
    }
}/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1440px) {
    .carousel-item {
        height: 40rem;
    }
    .carousel-item > img {
        height: 40rem;
    }
}


/* ADJUSTMENTS
-------------------------------------------------- */


/* CAROUSEL
-------------------------------------------------- */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block !important;
}

/* NAVBAR
-------------------------------------------------- */


.navbar-brand > img {
    height: 80px
}

.bg-transparent {
    background: transparent;
}


.fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}

.fixed-top.scrolled .navbar-brand > img {
    height: 60px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.section-divider {
    margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

.contact-form label{
    font-weight: 400;
    font-size: 1.50rem;
}

.link:hover a p.footer-link:after {
    content: 'We ♥ U' !important;
}


/* PSICOLOGIA
-------------------------------------------------- */
.bg-nav-header {
    background: #FCF7F1;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(80, 75, 71);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-link {
    color: #f9a61a !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.color-epika-main, .text-epika-main{
    color: #f9a61a !important;
}
.color-epika-secondary, .text-epika-secondary , .active {
    color: #c06a2c !important;
}
.color-epika-third, .text-epika-third {
    color: #224099 !important;
}
.active {
    font-weight: bold;
}
.carousel-caption {
    background: rgba(255, 255, 255, 0.2);
    min-width: 100%;
    left: 0;
}
.display-line-accent {
    max-width: 60px;
    background-color: #c06a2c;
    content: " ";
    border-bottom: 3px solid #c06a2c;
    margin: 1rem auto;
}
.epika-services, .epika-definition, .epika-help, .epika-facebook, .epika-contact {
    margin-bottom: 80px;
}
.epika-services p::first-letter  {
    color: #f9a61a;
}
.epika-service:before {
    content: "•";
    margin-right: 10px;
    color: #c06a2c;
}
.epika-call-button {
    margin-top: 20px;
}
.epika-doctora{
    background-color: #ffe8fd;
    margin-bottom: 80px;
}
.epika-title {
    font-family: 'Cookie', cursive;
}
.epika-subtitle {
    text-transform: uppercase;
    padding-bottom: 40px;
}
.epika-text {
  text-align: justify;
  text-justify: inter-word;
}
.epika-name {
    color: #f9a61a;
    font-weight: bold;
}
.epika-name-doctora {
    color: #f9a61a;
}
.epika-accent-text {
    color: #c06a2c;
    font-weight: bold;
}
.epika-help {
    background-color: #e8f0ff;
    padding-top: 20px;
    padding-bottom: 80px;
}
.epika-contact {
    background-color: #f9fbed;
    padding-top: 20px;
}