html {
    background: #eff;
}

.row > div,
.container {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

body {
    font-family: "Hind", sans-serif;
     background: #eff;
}

.wrapper {
    background: #eff;
}

.content-inner {
    background: #eff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 1em;
    padding: 0;
}


.section-break{
     margin-bottom: 50px;
}

a {
    color: #366;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.inline-block {
    display: inline-block;
}

/* Navigation */
.navbar-header {
    margin: -15px;
    padding: 10px;
    background: #eff;
}

.navbar-collapse {
    width: 100%;
}

.navbar-toggle {
    border: 0;
    border-radius: 0;
    margin: 20px 15px;
}

.navbar-toggle .icon-bar {
    background: #333;
    height: 2px;
    border-radius: 2px;
}

.navbar-brand {
    font-weight: 500;
    border: 2px solid #366;
    margin: 15px;
    padding: 8px 14px 7px;
    font-size: 1.3em;
    height: auto;
    color: #366;
}

.navbar-brand:hover {
    color: #366;
    border-color: #366;
}

.social li a {
    padding-right: 0;
}

.navbar-nav > li > a {
    display: block;
 
    color: #744;
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
}

.navbar-nav > li > a:hover {
    background: none;
    color: #366;
}
.navbar-nav > li > a:focus {
    background: none;
}

.social li {
    display: inline-block;
}

/* Intro */
.intro {
    margin: 0 0 1.5em;
    font-size: 1.8em;
    line-height: 1.6em;
}

.intro span {
    font-weight: 100;
}

/* Grid List  */


.grid-list {
    background: #eff;
    margin: 0 0 3em;
}

.grid-list img {
    width: 100%;
    height: auto;
}

.overlay a {
    color: #222;
    padding: 1em 2em;
    display: block;
}

.overlay h2 {
    font-size: 1.2em;
    line-height: 1.35em;
    margin: 0;
    padding: 0.5em 0;
}

.overlay h3 {
    display: none;
    padding: 0;
    font-size: 1.2em;
    line-height: 1em;
}

.overlay span {
    text-transform: uppercase;
    font-weight: 100;
    margin-right: 1em;
}

/* Footer */
footer {
    clear: both;
    padding: 3em 0;
}

.nav-footer {
    margin: 0;
    padding: 0;
}

.nav-footer ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav-footer li {
    list-style: none;
    margin: 0.5em;
    display: inline-block;
}

.nav-footer a {
    color: #744;
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
}

.nav-footer a:hover {
    color: #366;
}

.list-no-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-no-bullets li {
    margin-bottom: 10px; /* Adjust spacing between items */
}

.list-no-bullets li:last-child {
    margin-bottom: 0; /* Removes margin from last item */
}

.sitelogo-img {
    max-width: 300px;
}

header {
    margin: 1px;
}

footer p {
    margin: 0;
}

.copyright {
    color: #666;
    font-weight: 100;
    margin: 7px 0;
}

.large-text-105 {
    font-size: 105%;
}
.large-text-110 {
    font-size: 110%;
}
.large-text-125 {
    font-size: 125%;
}

.small-text-50 {
    font-size: 50%;
}
.small-text-66 {
    font-size: 70%;
}
.small-text-70 {
    font-size: 70%;
}
.small-muted {
    font-size: 80%;
    color: gray;
}

.navbar-brand-wrapper {
    margin: 3em 0 2em;
    opacity: 0.2;
}

footer .navbar-brand {
    float: none;
    text-align: center;
    width: 100%;
}

footer {
    background: #eff;
}

.wrapper footer .container {
    box-shadow: none;
}

.grid-list-wrapper li {
    list-style: none;
}

/* two column */
.two-column-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.column {
    padding: 5px;
    background-color: #eff;

    width: 100%; /* Full width of the flex container */
    box-sizing: border-box; /* Ensures padding does not increase width */
}
.left-column {
    text-align: justify;
    background-color: #eff;
}
.right-column {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
    text-align: center;
    background-color: #eff; 
}

.logo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-list li {
    margin-bottom: 10px; /* Adjust spacing between items */
}

.logo-list li:last-child {
    margin-bottom: 0; /* Removes margin from last item */
}

.logo-links {
    text-align: center;
}

.logo-links a {
    color: #744;
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
}

.logo-links a:hover {
    color: #366;
}

.responsive-img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.carousel-caption {
    padding: 0;
    font-size: 77%;
    background-color: rgba(0, 0, 0, 0.33);
}

.carousel-caption a {
    color: #fff;
}

.carousel-caption .title a {
    color: #fff;
    font-size: 120%;
}

.carousel-caption .author {
    color: #fff;
    font-size: 105%;
}

.carousel-control {
    &.left,
    &.right {
        background-image: none;
    }
}
/*--------image-grid-------------------------------------------*/

.image-grid-wrapper {
    width: 100%;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Responsive - could be in percent? */
    gap: 10px;
    justify-content: center;
    background-color: #eff; /* Light gray background */
    padding: 2px; /* Optional: Adds space around the grid */
    border-radius: 10px; /* Optional: Rounds corners */
}

.image-grid-container {
    position: relative;
    width: 100%; /* Ensures images fill their grid space */
    overflow: hidden;
    border-radius: 5px;
}

.image-grid-container img {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
}

.image-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
    pointer-events: none;
}

.image-grid-container:hover .image-grid-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out;
    pointer-events: auto;
}

.image-grid-text a {
    color: white;
 
    text-align: center;
}

.image-grid-title{
       font-size: 14px;
}
.image-grid-author{
       font-size: 10px;
}

/*---------sound player--------------*/
    .audio-player {
            background: #eff;
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            margin-bottom: 20px;
        }
        .audio-title {
          
            margin-top: 10px;
        }
        .samples {
            margin-bottom: 20px;
        }
        .samples .title {
            font-size: 1.2em;
   
            margin-top: 15px;
        }
        .sampleslink a {
            text-decoration: none;
            color: #744;
            display: inline-block;
    white-space: nowrap;
            padding: 5px 0;
            cursor: pointer;
        }
        .sampleslink a:hover {
            color: #366;
            text-decoration: underline;
        }



.email-link a{
     color: #744;
}

.email-link a:hover{
    color: #366;
}
/*--------media-------------------------------------------*/
@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
    .overlay {
        min-height: 90px;
    }

    header {
        background: #eff;
        margin: 2em 15px;
        padding: 1px 15px;
    }

    .navbar-header {
        margin: 0;
        padding: 0;
        background: #eff;
    }

    .intro {
        font-size: 1.6em;
        margin: 0 0 0.9em;
    }

    .navbar-nav.social {
        float: right;
    }

    .two-column-container {
        flex-direction: row;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .overlay {
        font-size: 120%;
    }

    .wrapper-inner {
        padding: 10px 50px;
    }

    .portfolio-item.wrapper-inner {
        padding: 1em 10em;
    }

    .overlay h3 {
        display: block;
        line-height: 1.5em;
    }

    .overlay h3 span {
        display: block;
        opacity: 0.34;
    }

    .overlay h3 span:hover {
        opacity: 0.54;
    }

    header {
        background: #eff;
        margin: 0;
        padding: 0;
    }

    .no-gutter-space {
        margin: 0;
    }

    .no-gutter-space > div {
        margin: 0;
        padding: 0;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transition: opacity 0.25s ease-in-out;
        -o-transition: opacity 0.25s ease-in-out;
        -moz-transition: opacity 0.25s ease-in-out;
        -webkit-transition: opacity 0.25s ease-in-out;
        opacity: 0;
        background: #f5f5f5;
        background: rgba(0, 0, 0, 0.5);
    }

    .grid-list:hover .overlay {
        opacity: 1;
    }

    .overlay a {
        font-size: 0.8em;
        color: #eff;
        height: 100%;
        width: 100%;
        display: block;
    }

    .grid-list {
        margin: 0;
        padding: 0;
    }

    .navbar {
        padding: 3em 50px 1em;
    }

    .intro {
        padding: 0 50px 2em;
    }

 .wrapper .container {
    max-width: 1100px;
    margin: 0 auto;
    background: #eff;
    padding: 0 30px;
  }
    

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .wrapper {
        padding: 0 0 5em;
        clear: both;
    }
}

.wrapper > .container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  background: #eff;
}