
* {
    margin: 0;
    padding: 0;
}
.Logo { 
    display: flex;
    justify-content: center;
    align-items: center;  
    object-fit: contain;
}

.Logo img {
    width: 100%;
    height: auto;
    max-height: 250px;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #11253b;
}

nav a {
    color: #baddff;
    text-decoration: none;
    padding: 0.5%;
    font-size: clamp(1rem, 2vw, 1.5rem);
    display: flex;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

nav a:hover {
    color: rgb(255, 255, 255);
}

nav p {
    color: #11253b;
    text-decoration: none;
    padding: 0.5%;
    font-size: clamp(1rem, 2vw, 1.5rem);
    display: flex;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    user-select: none;
}

.TopContent {
    padding: 2rem;
    background-color: #2e6a93;
}

.AboutSection {
    background-color: #baddff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 1rem;
    color: #11253b;
}

.VurAbout {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    font-size: 20px;
    margin-bottom: 1rem;
    text-align: center;
}

.MainAbout {
    background: linear-gradient(to bottom, #2e6a93, #baddff, #ffffff);
    padding: 2rem;
}

/* Index Section */

.Updates {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.Updates h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 1rem;
    color: #11253b;
}

.Updates p {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    font-size: 20px;
    margin: 0.5rem;
    user-select: none;
}

.RecentWorks {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    justify-content: center;
    align-items: center;
}

.RecentWorks h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 1rem;
    color: #11253b;
    
}

.RecentWorks p {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    font-size: 20px;
    margin: 0.5rem;
    user-select: none;
}

.RecentPics {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.RecentPics img {
    justify-content: center;
    align-items: center;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    user-select: none;
    display: flex;
    flex-direction: row;
}

/* Brand Section */

.LogoGuides {
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.LogoExamples img {
    height: 300px;
    padding: 1rem;
}
    
.LogoGuides h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin: 1rem;
}

.ColorGuides {
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
    flex-direction: column;
}
.ColorGuides h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin: 1rem;
}

.ColorExamples {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.ColorExamples p {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b00;
    text-align: center;
    font-size: 20px;
    margin: 0.5rem;
    user-select: none;
    transform: rotate(45deg);
    margin-bottom: 1rem;
}

.Color1 {
    background-color: #11253b;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.Color2 {
    background-color: #2e6a93;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.Color3 {
    background-color: #baddff;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.Color4 {
    background-color: #ffffff;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    margin: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;

}

.Color1:hover, .Color2:hover, .Color3:hover, .Color4:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.ColorNames {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 2rem;
}

.ColorNames p {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    font-size: 20px;
    margin: 0.5rem;
    user-select: none;
}

.Name1 {
    width: 150px;
    margin: 1rem;
}
.Name2 {
    width: 150px;
    margin: 1rem;
}
.Name3 {
    width: 150px;
    margin: 1rem;
}
.Name4 {
    width: 150px;
    margin: 1rem;
}

.FontGuides {
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 2rem;
}

.FontGuides h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin: 1rem;
}

.FontExamples {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 2rem;
}

.Font1 {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    font-size: 50px;
    margin: 0.5rem;
}

.Letters {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    font-size: 25px;
    margin: 0.5rem;
}

.ProductGuides {
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.ProductGuides h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin: 1rem;
}

.ProductGuides p {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    font-size: 20px;
    margin: 0.5rem;
    user-select: none;
}

.ProductExamples {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.ProductExamples img {
    height: 200px;
    margin: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.ProductExamples img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.ProductBooks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 2rem;
}

.ProductBooks img {
    height: 400px;
    margin: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.ProductBooks img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

/* Rationale Section */

.BrandRationale {
    background-color: #baddff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.BrandRationale a {
    color: #11253b;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.BrandRationale a:hover {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.LogoReasoning {
     background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.LogoReasoning h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin: 1rem;
}

.LogoReasonPic img {
    height: 550px;
    margin: 1rem;
    border-radius: 10px;
}

.LogoReasoning p {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    font-size: 20px;
    margin: 0.5rem;
    padding: 2rem;
}

.BusinessCardReasoning {
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.BusinessCardReasoning h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin: 1rem;
}

.BusinessCardReasoning p {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    font-size: 20px;
    margin: 0.5rem;
    padding: 2rem;
}

.BusinessCardReasoning img {
    height: 400px;
    margin: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.BusinessCardReasoning img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.MerchRationale {
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.MerchRationale h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin: 1rem;
}

.MerchRationale p {
    font-family: 'Times New Roman', Times, serif;
    color: #11253b;
    text-align: center;
    font-size: 20px;
    margin: 0.5rem;
    padding: 2rem;
}

.MerchRationale img {
    height: 600px;
    margin: 1rem;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}
.MerchRationale img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

/* Services Section */

.ServicesSection {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.ServicesSection img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    user-select: none;
}

.BusinessCardSection {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.BusinessCardSection img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    user-select: none;
}

/* Contact Section */

.MainAbout1 {
    background: linear-gradient(to bottom, #2e6a93, #baddff, #ffffff);
    padding: 2rem;
    margin-bottom: 2rem;
}

.BottomNavBar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #11253b;
    margin-top: 2rem;
}