/**
 * @file
 * Subtheme specific CSS.
 */
#header{
    border-bottom:3px solid #e3028c;
}

#header .js-form-type-search{
}

.path-frontpage .main-content{
    display: none;
}

.path-frontpage .site-footer{
    margin-top: 15px;
}

.gfrn-menu .mb-3{
    margin-bottom:0 !important;
}

.gfrn-menu .btn-primary {
    background-color: #fff;
    border-color: #e3028c;
    margin-left: 5px;
}

.gfrn-menu .btn-primary:hover {
    background-color: #252775;
    color: #ccc;
}

.navbar-brand img{
    max-height: 52px;
    max-width: auto;
}

.gfrn-menu a:link, .gfrn-menu a:visited, .gfrn-menu a:active{
    color: #000;
    /*border-bottom: 2px solid #fff;*/
}

.gfrn-menu a:hover{
    color: #e3028c;
}

#block-gfrn-breadcrumbs ol.breadcrumb{
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

li.breadcrumb-item::before {
  /*content: "⛋";
  font-weight: bold;
  color: #e3028c;*/
}

#carouselExampleCaptions{
    margin-top: 12px;
}

.path-frontpage .card-group{
    margin-top: 12px;
}

.path-frontpage .carousel-caption, .path-frontpage .carousel-caption h2{
    color: white;
}

.sidebar h2{
    font-size: 1.5rem;
    color: #252775;
}

#block-gfrn-ccby{
    padding: 0 1.5em;
}


h4.card-title{
    color:#252775;
    /*text-align:center;*/
    padding-bottom: 10px;
    border-bottom: 2px dotted #e3028c;
    border-left:10px solid #e3028c;
    padding-left: 12px;
    margin-bottom: 10px;
    line-height: 1.1em;
}

.card-body{
    padding:1em 1.5em 1.5em 1.5em;
    background: #f8f9fa;
}


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

 }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 

 }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 

 }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 

 }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { 

 }


 // ===================


 // X-Small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { 
    .path-frontpage .carousel-caption h3{
        display:none;
    }
 }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { 

 }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { 

 }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { 

 }

// X-Large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { 

 }

// XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width