body, html {
    font-family: 'Lato', sans-serif !important;
    overflow-x: hidden !important;
}

/* Search*/
.searchSection {
    padding-top: 8px;
    padding-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px;
}

.searchSection .form-inline .form-control {
    width: 100% !important;
}

.searchSection .form-inline .form-search {
    padding-left:0px;
}

.searchSection .form-inline .btn-search {
    padding-right:0px;
}

/* Navbar */
.bg-light {
    background-color: #ffffff !important;
}

.bg-light-custom {
    background-color: #395144 !important;
}

.navbar-brand-custom {
    color: white !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(240, 235, 206, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    border-color: #F0EBCE !important;
    color: #F0EBCE !important;
}

.navbar-toggler:focus-visible{
    border-color: #F0EBCE !important;
}


.navbar-brand-custom:focus, .navbar-brand-custom:hover {
    color: white !important;
}

.nav-link-custom {
    /*color: #395144 !important;*/
    color: #F0EBCE !important;;
    font-weight:600;
    letter-spacing:1.5px;
}

.nav-header-top .nav-item .a-custom {
    color: #F0EBCE;
    font-weight:600;
    letter-spacing:1px;
}

.nav-header-top .nav-item .a-custom:hover {
    color: 	#395144 !important;
    font-weight: 600;
}

.nav-link-custom:hover {
    color: 	#395144 !important;
    font-weight: 600;
}


.btn-outline-success:hover {
    color: #fff;
    background-color: #395144;
    border-color: #395144;
}

.btn-outline-success {
    color: #395144;
    border-color: #395144;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #395144a2;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #395144;
    border-color: #395144;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem #395144a2;
}

.jumbotron {
    margin-bottom:0px;    
    background-image: url('../img/banner-ug.png');
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #395144;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    letter-spacing:1px;
}

.dropdown-item:after {
    background:#395144;
    content:none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #395144;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #395144;
}

.header-img-logo-custom {
    justify-content: inherit;
    align-items: inherit;
    height: auto;
    width: 100%;
    display: block;
}

.display-4-custom {
    /*font-weight:350 !important;*/
    color: #395144 !important;
    width: 100%; 
    display: block; 
    font-size: 3vw;
    max-width: 900px;
    font-weight:500;
}

.lead-custom {
    font-weight:500;
    color:#395144 !important;
    width: 100%; 
    display: block; 
    font-size: 2vw;
    max-width: 900px;
}

/* scroll to top */

html {
    scroll-behavior: smooth;
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #395144;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #395144;
    /* Add a dark-grey background on hover */
}
/* end scroll to top */

p {
    margin-bottom: 0px;
    text-align: justify;
}

h3 {
    margin-bottom:0px;
}

.responsive {
  width: 190px;
  height: 70px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .header-img-logo-custom {
    display: block;
    width: 80px;
    height: 80px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .header-img-logo-custom {
    display: block;
    width: 100px;
    height: 100px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .header-img-logo-custom {
    display: block;
    width: 120px;
    height: 120px;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .header-img-logo-custom {
    display: block;
    width: 150px;
    height: 127px;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .header-img-logo-custom {
    display: block;
    width: 150px;
    height: 127px;
  }
}



/* updated */
.btn-outline-secondary {
    color: #007bff !important;
    border-color: #007bff !important;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.btn-outline-secondary:focus {
    box-shadow: none;
}

#breadcrumb a {
    color: #000000;
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

.about-custom {
    
}

.card-style {
    box-shadow: 8px 10px 8px -9px rgb(230 211 129 / 40%) !important;
}

.bg-secondary-custom {
    background-color: #6c757d0d !important;
}

.header-bottom{
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(243,224,125,1) 45%, rgba(255,215,0,1) 100%);
    font-weight: bold;
    min-height: 150px;
}

.header-top a.text-secondary:hover {
    color:#395144 !important;
}

html {
    font-size: 1rem;
  }
  
  @include media-breakpoint-up(sm) {
    html {
      font-size: 1.2rem;
    }
  }
  
  @include media-breakpoint-up(md) {
    html {
      font-size: 1.4rem;
    }
  }
  
  @include media-breakpoint-up(lg) {
    html {
      font-size: 1.6rem;
    }
  }