/**
 * @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;
}

h1.title{
    margin-bottom: 0.5em;
    /*border-bottom:1px dotted #e3028c;*/
}

h1.title .field--name-title{
    color: #252775; /* Fallback color */
    /* Gradient styles follow */
    background-image: linear-gradient(45deg, #252775, #e3028c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Overrides fallback if supported */
}

.main-content{
    padding-bottom: 2em;
}

.main-content h2{
    padding-top: 0.5em;
    padding-bottom: 0.15em;
    border-bottom: 1px dotted #e3028c;
}

.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;
}

.site-footer{
    /*border-top:3px solid #252775;*/
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
    #block-gfrn-search-form-wide{
    background: none;
    }
 }


@media (min-width: 768px) { 

 }


@media (min-width: 992px) { 

 }


@media (min-width: 1200px) { 

 }


@media (min-width: 1400px) { 

 }



@media (max-width: 575.98px) { 
    .path-frontpage .carousel-caption h3{
        display:none;
    }
    /*#block-gfrn-search-form-wide{
    background: #252775;
    }*/
    /*#block-gfrn-search-form-wide search-block-form{
        width: auto;
    }*/
    
    /*#block-gfrn-search-form-wide {
    background: #e3028c;
    width: 100%;       
  }

  #block-gfrn-search-form-wide form {
    display: block;
    width: 100%;        
  }

  #block-gfrn-search-form-wide input[type="search"],
  #block-gfrn-search-form-wide input[type="text"],
  #block-gfrn-search-form-wide .form-control {
    width: 100%;       
    box-sizing: border-box;
  }*/

  /*#block-gfrn-search-form-wide .content div{
    width: auto;
    text-align: center;
  }*/



 }


@media (max-width: 767.98px) { 

 }


@media (max-width: 991.98px) { 

   #block-gfrn-search-form-wide .content .container-inline{
    width:100%;
    text-align: center;
  }
  #search-block-form{
      display: block;
      /*border-top: 3px solid #ccc;*/
      background: #ccc;
      border-radius: 5px;
      width: stretch;
      padding: 10 px 15px !important;
  }

 }


@media (max-width: 1199.98px) { 

 }


@media (max-width: 1399.98px) { 

 }

