/*
Theme Name: Idaho Department of Parks and Recreation
Theme URI: https://webmaster.idaho.gov
Description: custom theme for IDPR
Author: Access Idaho
Author URI: https://accessidaho.org
Template: webmaster-v3
Version: 1.0.0
Text Domain: webmaster-bs4-idpr
*/

body {
    font-family: "Montserrat", sans-serif;
}

.site-alert {
    background-color: #f5d971;
    min-height: 30px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
}

.pagination .page-link,
a:hover,
.link,
a {
    color: #2C5A8E;
    font-weight: bold;
}

a:hover {
    color: #2f5740 !important;
    transition: .5s ease;
    text-decoration: underline !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montaga", serif;
    color: #2f5740 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: bold;
}

#main:focus {
    outline: none;
}

#main {
    padding-top: 5px;
}

.header-container {
    max-width: 100%;
}

.versioning {
    background: #1b3124 !important;
}

.agency-logo {
    padding-top: 0;
}

#masthead {
    border-bottom: solid 2px #eee;
}

#masthead .logo {
    padding-top: 0px;
    display: -webkit-inline-box;
    display: inline-flex;
    float: right;
}

#masthead>.site-branding {
    min-height: 530px;
}

.site-branding2 {
    min-height: 350px;
}

.site-branding2 .headerText {
    padding-top: 10% !important;
}

.agency-name {
    font-family: "Montserrat";
    font-weight: bold;
    color: #092845;
    font-size: 24px;
    margin-left: 20px;
}

.navbar {
    left: -5px;
}

.nav-link {
    font-family: "Montserrat" !important;
    font-weight: bold !important;
}

#top-navigation .nav-link {
    font-weight: normal !important;
}

.navbar-light .navbar-nav .nav-link>a {
    color: #092845;
}

.navbar .container #main-navigation {
    width: 1000px;
}

.fa-search {
    cursor: pointer;
}

.fa-search:hover {
    opacity: .7;
    transition: .5s ease;
}

a>img.img-fluid.logo:hover {
    opacity: .8;
    transition: .5s ease;
}

.choose-area {
    margin-left: 0px;
    margin-right: 0px;
    max-height: 410px;
    overflow: hidden;
}

.bg-light {
  background: #eee!important;
}

.headerText {
    font-family: "Montaga";
    font-weight: bold;
    font-size: 36px;
    padding-top: 15%;
    padding-left: 20%;
    padding-right: 20%;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.sub-headerText {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    width: 90%;
}

.sub-header-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    position: relative;
}

#search-collapse {
    width: 40% !important;
    min-width: 100px;
    z-index: 10;
    position: absolute;
    right: 250px;
    background: #F8F9FA;
}

.breadcrumb {
    margin-bottom: 0rem;
}

p#breadcrumbs {
  margin-top: .25rem;
  margin-bottom: .5rem;
}

.info-box h3,
.htitle {
    font-family: "Montaga";
    color: #2f5740;
    font-size: 36px;
}

.pr-item {
    font-family: "Montserrat";
}

#pr.post-date {
    font-size: 1em !important;
}

.event {
    background-color: #eee;
    min-height: 60px;
    display: block;
}

.event:hover {
    background-color: rgb(189, 217, 227);
    text-decoration: none;
    -webkit-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

.event a {
    text-decoration: none;
}

.event-entry {
    background-color: #2f5740;
    height: 100%;
    display: inline-block;
    width: 17%;
    line-height: 1;
    padding: 5px;
    vertical-align: middle;
    margin: 3px;
}

.side-entry {
    background-color: #2f5740;
    height: 100%;
    display: inline-block;
    width: 24%;
    line-height: 1;
    padding: 11px;
    vertical-align: middle;
    margin: 3px;
}

.event-date {
    font-family: "Montserrat", sans-serif;
    font-size: 1.3em;
    text-align: center;
    color: #ffffff;
    display: block;
    font-weight: 400;
    min-height: 65px;
    padding: 20px 0;
}

.event-month {
    font-family: "Lato", sans-serif;
    font-size: 1.1em;
    color: #092845;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
}

.event-info {
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
    width: 80%;
}

.side-info {
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
    width: 73%;
    padding: 2px;
}

.event-title {
    color: #44587D;
    font-weight: bold;
    display: block;
    font-size: 1.1em;
    line-height: 1.2;
}

.event-time,
.event-venue {
    font-size: 16px;
    color: #000;
    display: table;
}

.mulitiday {
    background: #2f5740;
    color: #fff;
    text-align: center;
    font-size: 1em;
    padding: 20px 0;
    min-height: 65px;
    min-width: 69px;
    font-family: "Montserrat";
    font-size: 20px;
}

/* Modern Events Styles */
p.nocomments {display:none;}

.mec-wrap {
	font: 16px/25px sans-serif;
	color: #000;
	font-family: Roboto,sans-serif;
}
.mec-wrap p {
    color: #000;
		font-size: 16px;align-content
}
.mec-container [class*=col-] img {
	  max-width: 50%;
    height: auto;
}
.mec-single-event .mec-event-meta .mec-events-address,
.mec-single-event .mec-event-meta .mec-events-event-categories a, .mec-single-event .mec-event-meta dd {
	color: #000;
}
.mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
  margin-bottom: 10px;
}
.mec-wrap .mec-totalcal-box {
  margin: 0 0 0px;
}
.mec-event-list-minimal a.mec-detail-button:hover {
  color: #fff!important;
}
.mec-breadcrumbs {
  font-size: 14px;
  border:none;
  display: inline;
  position: relative;
  width: 100%;
}
.mec-breadcrumbs a {
  color:#2c5a8e;
}
.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li a:hover {
  color:#fff!important;
}


.footer-bkg {
    background-image: url(images/Footer.png) !important;
    width: 100%;
    min-height: 300px;
    background-position-x: center;
    margin-top: 0px !important;
}

.site-footer {
    background: #014001;
    font-family: "Lato";
}

.site-footer h3 {
    border-bottom: none !important;
    font-weight: bold;
    box-shadow: none !important;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
}

.idprBtn {
    background: #2F5740;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-color: #ffffff;
    border-width: 2px;
    color: #ffffff;
    margin: 5px 0px;
    padding: 11px 20px;
    font-weight: bold;
}

.idprBtn:hover {
    background: #1B3124;
    transition: .5s ease;
    color: white !important;
}

.choose-area [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.tile {
    max-height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.title {
    font-family: "Montserrat";
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 500;
}

.tile-text {
    font-size: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
    line-height: 1.2;
    padding: 35px;
    text-align: center;
    position: absolute;
    display: block;
    max-width: 98%;
}

.overlay-image {
    position: relative;
    max-width: 360px;
}

.overlay-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: .5s ease;
}

.overlay-image:hover::before {
    opacity: 0.75;
}

.overlay-image:hover>a>.fimg-text {
    color: #2f5740 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.fimg {
    display: block;
    width: 360px;
    height: 170px;
    max-height: 170px;
}

.fimg-text {
    font-size: 1.5rem;
    letter-spacing: -0.05px;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.9);
    line-height: 1.2;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 65px 35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 999;
}

.tile-image {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
}

.tile-image>img {
    background-size: cover;
    width: 100%;
}

.overlay {
    height: 100%;
    width: 100%;
    position: relative;
}

a.overlay>.tile::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: .5s ease;
    z-index: 50;
    max-width: 450px;
}

a.overlay>.tile:hover::before {
    opacity: 0.75;
}

a.overlay>.tile:hover>.tile-text {
    color: #2f5740 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.parks-carousel,
.activity-carousel {
    width: 100%;
    align-items: center;
    height: 170px;
}

.carousel-cell {
    max-height: 170px;
    margin-right: 8px;
}

.carousel-cell>a {
    min-height: 170px;
}

.pimg {
    max-height: 170px;
}

.d-block {
    background: transparent;
}

.title-header {
    color: #2F5740;
}

.weather-icon>img {
    height: 80px;
    top: -10px;
    position: relative;
}

.weather-temp {
    font-family: "Montserrat", sans-serif;
}

.weather-deg {
    font-size: 50%;
    top: -1em;
    font-family: "Montserrat", sans-serif;
}

.weather-city {
    position: relative;
    top: 25px;
}

.bg-park {
    background-color: #eeeeee;
}

.spotBtn {
    margin: 30px 0;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 8px 20px;
}

.contactBtn {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    width: 200px;
}

.spotBtn:hover,
.contactBtn:hover {
    background: #1B3124;
    transition: .5s ease;
    color: #ffffff !important;
}

.icon-link {
    color: #1B3124 !important;
    font-weight: bold;
    display: inline-block;
}

a.icon-link:hover {
    transition: .5s ease;
}

a.icon-link img:hover {
    opacity: .6;
    transition: .5s ease;
    text-decoration: underline;
}

.icon-image {
    width: auto;
    max-height: 63px;
}

#activity-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#activity-list li {
    display: inline;
}

.h4-slider {
    color: #ffffff !important;
}

.section-box-wrap {
    min-height: 140px;
    background: #063557;
    position: relative;
    margin-bottom: 15px;
}

.section-box-wrap>a {
    height: 140px;
    width: 100%;
    display: block;
}

.section-box {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    height: auto;
    width: 100%;
    margin-right: 0px;
    line-height: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    padding: 20px 50px;
}

.section-box-wrap>a:hover {
    background: #111e2d;
    transition: .5s ease;
}

div.section-links.mt-5>div>div.col-sm-12.col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.park-logo > img {
    max-width: 200px;
}

.park-info {
    margin-top: 10px;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    color: #2c5a8e !important;
}

/* Tablepress styling */
.tablepress {
  border: 1px solid #ddd !important;
}
.tablepress td, .tablepress th {
  border: 1px solid #ddd !important;
}


/* Mega Menu styling */
.mega-menu-wrap {
    display: contents !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
  font-weight: bold;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-weight: bold;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    text-transform: none;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:focus {
    background: #ddd;
    color: #000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-size: 16px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 8px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    background: #fff;
    font-weight: bold;
    color: #2f5740 !important;
    border-bottom: solid 2px #2f5740;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: #fff;
    font-weight: bold;
    color: #2f5740 !important;
    border-bottom: solid 2px #2f5740;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: #000;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  color: #000;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  font-weight: bold;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 20px;
    padding-top: 10px;
}

/* elementor styles */
.elementor-widget-text-editor {
    color: #000 !important;
}

@media all and (max-width: 1535px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 14px;
    }
}

@media all and (max-width: 1391px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        padding: 0px 5px 0px 5px;
    }
}

@media all and (max-width: 1286px) {
    .agency-name {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 1200px) {
    .headerText {
        font-size: 28px;
        padding-top: 20%;
    }

    #main {
        padding: 0;
    }

    .choose-area {
        max-height: 340px;
    }

    .tile-text {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 992px) {
    #mega-menu-wrap-primary {
        background: #fff;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
    menu-primary>li.mega-menu-item>a.mega-menu-link:focus {
        background: #fff;
        font-weight: bold;
        color: #2f5740 !important;
        border-bottom: solid 2px #2f5740;
        text-decoration: none !important;
    }

}

@media all and (max-width: 991px) {
    #toggle {
        margin-right: 0 !important;
        margin-top: -35px;
    }

    a.overlay>.tile::before {
        max-width: 100%;
    }

    .agency-name {
        margin-bottom: 0px;
    }

    #masthead>.site-branding {
        max-height: 450px;
        min-height: 450px;
    }

    .site-branding2 {
        max-height: 350px;
        min-height: 250px;
    }

    .top-menu {
        font-size: 14px;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
      color: #222 !important;
    }
    .park_logo > img, .find-park-logo > img {
      max-width: 110px;
      height: auto;
    }
    p#breadcrumbs {
      margin-left:10px;
    }
}

@media all and (max-width: 858px) {
    .choose-area {
        max-height: 285px;
    }

    .tile-text {
        font-size: 1.5rem;
    }
}

@media all and (min-width: 769px) {
  /* Gforms Overrides */
  .gform_confirmation_wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    max-width: 700px;
  }
  #gform-modal-notification {
    position: fixed!important;
    top: 10px!important;
    left: 0!important;
    z-index: 1050!important;
    display: block!important;
    width: 100%!important;
    height: 100% !important;
    overflow: scroll!important;
    outline: 0
    right: auto!important;
    transform: none !important;
    text-align: left !important;
    max-width: 100% !important;
    background: transparent !important;
  }
  #gform-modal-notification .button {
    opacity: 1;
    color: white;
    text-shadow: 0 1px 0 #000;
    background: blue;
    border-radius: 10px;
  }
}

@media all and (max-width: 768px) {
    #masthead>.site-branding {
        min-height: 250px;
    }

  .site-branding2 {
        min-height: 150px;
    }

    #masthead .logo {
        padding-left: 10px;
    }

    .headerText {
        font-size: 1.4rem;
        padding-top: 15%;
    }

    .tile-image {
        margin: 10px 0px !important;
        height: 100px !important;
    }

    .agency-name {
        font-size: 1em;
        margin-left: 0;
    }

    .tile-text {
        font-size: 1.3rem;
    }

    .sub-header-background {
        height: 175px;
    }

    .section-box-wrap>a,
    .section-box-wrap {
        min-height: 80px;
        height: 80px;
    }

    .section-box {
        font-size: 20px;
    }

    .sub-headerText {
        font-size: 30px;
    }

    .footer-widget {
        text-align: center;
    }

    .social-area {
        text-align: center;
    }

    .choose-area {
        max-height: 450px;
    }

    .tile2 {
        padding-right: 10px;
    }

    .camper {
        height: 200px !important;
    }

    #colophon {
        padding-top: 0px;
        margin-top: -25px;
    }

    .social-area {
        padding-top: 20px;
    }

    .spotBtn {
        top: 0;
        margin-top: -10px;
        margin-right: 25px;
    }

    .title-header {
        text-align: center;
    }

    #activity-list li {
        display: block;
        text-align: center;
    }
    .park_logo > img, .find-park-logo > img {
      max-width: 80px;
      height: auto;
    }
    /* Gforms Overrides */
    .gform_confirmation_wrapper {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.2);
      border-radius: .3rem;
      outline: 0;
      margin-left: auto;
      margin-right: auto;
      padding: 20px;
      max-width: 700px;
    }
    #gform-modal-notification {
      position: fixed!important;
      top: 10px!important;
      left: 0!important;
      z-index: 1050!important;
      display: block!important;
      width: 100%!important;
      height: 100% !important;
      overflow: scroll!important;
      outline: 0;
      padding: 40px 10px !important;
      right: auto!important;
      transform: none !important;
      text-align: left !important;
      max-width: 100% !important;
      background: transparent !important;
      text-align: left !important;
    }
    #gform-modal-notification .button {
      opacity: 1;
      color: white;
      text-shadow: 0 1px 0 #000;
      background: blue;
      border-radius: 10px;
    }
}


/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .tile-text {
        margin-top: -50px;
    }

    .fimg {
        display: block;
        height: auto;
    }

    .fimg-text {
        height: auto;
        padding: 65px 35px;
    }

    .align-items-center {
        padding-top: 0px;
    }
}
