﻿@import url('https://fonts.googleapis.com/css?family=Bangers|Cinzel:400,700,900|Lato:100,300,400,700,900|Lobster|Lora:400,700|Mansalva|Muli:200,300,400,600,700,800,900|Open+Sans:300,400,600,700,800|Oswald:200,300,400,500,600,700|Roboto:100,300,400,500,700,900&display=swap');
/* Used Google Fonts */
font-family: 'Roboto', sans-serif;
font-family: 'Mansalva', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Lora', serif;
font-family: 'Muli', sans-serif;
font-family: 'Lobster', cursive;
font-family: 'Cinzel', serif;
font-family: 'Bangers', cursive;
/* Used Google Fonts */
*{
  margin:0;
  padding:0;
}
body{
  font-size:17px;
  color:#424242;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/clean-gray-paper.png");
}
h1, h2, h3, h4, h5, h6, p{
  margin:0px;
  padding:0px;
}
.logo-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display:inline-block;
}
.logo-container ul li {
    width: 300px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    float: left;
    padding:20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);    
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-container ul li a{
  text-decoration:none !important;
  display: inline-block;
}
.logo-holder{
  text-align:center;
}

/* Logo-6 */
.logo-6 h3 {
    color: #e74c3c;
    font-family: 'Cinzel', serif;
    font-weight: 300;
    font-size: 30px;
    line-height:1.3;
}
    .logo-6 h3 span {
        background: #3498db;
        color: #fff;
        display: inline-block;
        line-height: 1.8;
        padding: 0 16px;
    }

.logo-holder a {
    text-decoration: none; /* Remove the underline initially */
}

    .logo-holder a:hover {
        text-decoration: none; /* Ensure no underline on hover */
    }


  @media (max-width: 768px) {
    /* Logo text adjustments */
    .logo-holder h3 {
        font-size: 22px;
        text-align: center;
        margin: 0; /* Optional: reduce margin for compact design */
    }

    /* Center logo and text container */
    .logo-holder {
        text-align: center;
        padding: 10px 0; /* Optional: add vertical padding */
    }

    /* Navbar toggler adjustments */
    .navbar-toggler-icon {
        display: inline-block;
        width: 1em;
        height: 1em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    /* Logo image adjustments */
    .logo {
        width: 60px;
        height: 60px; /* Ensure consistent height */
        border-radius: 50%;
        background-color: white;
    }

}


