@charset "UTF-8";
/*!
* Start Bootstrap - Agency v7.0.12 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc800;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #ffc800;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc800;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 255, 200, 0;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 200, 0;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Roboto Slab, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #ffc800;
    --bs-link-hover-color: #cca000;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff4cc;
}

/*@media (min-width: 992px) {*/
/*    #mainNav {*/
/*        border: none;*/
/*        background: transparent;*/
/*        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;*/
/*    }*/
/*}*/

#mainNav .navbar-nav .nav-item .nav-link {
    /*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    font-size: 15px;
    /*font-weight: bold;*/
    /*color: rgba(0,0,0,0.5);*/
    /*letter-spacing: 0.0625em;*/
}


#mainNav .navbar-toggler {
    font-size: 12px;
}

#mainNav {
    border-bottom: 2px solid rgba(0,0,0,0.3);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
}

h3, .h3 {
    font-size: 30px;
}

main {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

thead, tbody, tfoot, tr, td, th, input, button, select, optgroup, textarea {
    font-size: 14px;
}

.button {
    height: 30px
}

.form-largeinput {
    min-height: 130px !important
}

.form-control, p, .p .message {
    font-size: 14px
}

.btn {
    font-size: 12px;
}

.portfolio-item {
    position: relative;
}

.portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-image img {
    transition: opacity 0.3s ease;
}

.portfolio-image:hover img {
    opacity: 0.6; /* Darken the image */
}

.portfolio-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the icon */
    background: rgba(255, 190, 50, 0.8); /* Semi-transparent background */
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    font-size: 2rem; /* Adjust size if needed */
}

.portfolio-image:hover .portfolio-caption {
    opacity: 1; /* Show caption on hover */
}

.portfolio-info {
    text-align: center;
    margin-top: 10px;
}

.portfolio-title {
    font-size: 18px;
    font-weight: bold;
}

.portfolio-date {
    font-size: 13px;
    font-weight: bold;
}

.fixed-buttons-ongoing {
    position: absolute;
    top: 0px; /* Adjust as needed */
    right: -73px; /* Adjust as needed */
    z-index: 1; /* Ensure buttons are above other content */
    border: 2px; /* Border width, style, and color */
    border-radius: 5px; /* Optional: to give the border rounded corners */
}

.fixed-buttons-past {
    position: absolute;
    top: 35px; /* Adjust as needed */
    right: -41px; /* Adjust as needed */
    z-index: 1; /* Ensure buttons are above other content */
    border: 2px; /* Border width, style, and color */
    border-radius: 5px; /* Optional: to give the border rounded corners */
}

.footer {
    font-size: 14px;
}

.btn-social {
    width: 40px;
    height: 40px;
}

.warning-message {
    color: red;
    font-weight: bold;
    font-size: 10px;
}

.image-crop-container {
    width: 350px; /* Set the width for the square */
    height: 350px; /* Set the height for the square */
    overflow: hidden; /* Hide the overflow to crop the image */
    position: relative; /* Positioning context for the image */
    margin: 0 auto; /* Center the container */
}

.image-crop-container img {
    width: 100%; /* Make the image cover the container */
    height: 100%; /* Ensure the image covers the container height */
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}
