@charset "utf-8";
/* Global Styles */

* {
    box-sizing: border-box;
    min-height: 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 26px;
    color: #FFFFFF;
    text-decoration: none;
    text-indent: 7px;
    font-style: normal;
    font-weight: bolder;
    line-height: normal;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    top: 0pt;
    bottom: 59pt;
    padding-top: 1px;
    left: 0pt;
}

body {
    font-family: Arial, sans-serif;
    background-color: #FFFFFF; /* gradient effect */
    color: #000000;
    background-position: 0 0%;
    background-image: url(images/41406cae5bf749221b391d77e9804e31.jpg), -webkit-linear-gradient(270deg,rgba(59,42,11,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: url(images/41406cae5bf749221b391d77e9804e31.jpg), -moz-linear-gradient(270deg,rgba(59,42,11,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: url(images/41406cae5bf749221b391d77e9804e31.jpg), -o-linear-gradient(270deg,rgba(59,42,11,1.00) 0%,rgba(255,0,0,1.00) 100%);
    background-image: url(images/41406cae5bf749221b391d77e9804e31.jpg), linear-gradient(180deg,rgba(59,42,11,1.00) 0%,rgba(255,0,0,1.00) 100%);
    -webkit-box-shadow: 12px 0px;
    box-shadow: 12px 0px;
}

/* Header Styles */

header {
    background-color: #583E12; /* colorful background */
    padding-top: 9px;
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 9px;
    text-align: center;
    background-image: -webkit-repeating-linear-gradient(270deg,rgba(143,132,111,1.00) 83.42%,rgba(255,0,0,1.00) 96.89%);
    background-image: -moz-repeating-linear-gradient(270deg,rgba(143,132,111,1.00) 83.42%,rgba(255,0,0,1.00) 96.89%);
    background-image: -o-repeating-linear-gradient(270deg,rgba(143,132,111,1.00) 83.42%,rgba(255,0,0,1.00) 96.89%);
    background-image: repeating-linear-gradient(180deg,rgba(143,132,111,1.00) 83.42%,rgba(255,0,0,1.00) 96.89%);
    -webkit-box-shadow: 3px 22px 27px #000000;
    box-shadow: 3px 22px 27px #000000;
}

header img.logo {
    width: 342px; /* logo width */
    height: 7cm;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
}

header nav ul li {
    margin-right: 20px;
}

header nav a {
    color: #333; /* text color */
    background-color: #fff; /* button background color */
    padding: 10px 20px; /* button padding */
    font-weight: bold; /* bold font */
    text-decoration: none; /* remove underline */
    border-radius: 10px; /* rounded corners */
}

header nav a:hover {
    background-color: #ccc; /* hover effect */
    font-size: 24px;
    font-weight: bolder;
}

/* Home Section Styles */

#home {
    padding: 20px;
}

#home img.placeholder-image {
    width: 100%; /* image width */
    height: auto; /* image height */
    margin-bottom: 10px; /* image margin */
}

#home video.placeholder-video {
    width: 100%; /* video width */
    height: auto; /* video height */
    margin-bottom: 10px; /* video margin */
}

/* Portfolio Section Styles */

#portfolio {
    padding: 20px;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 10px; /* grid gap */
}

.portfolio-item {
    background-color: #7C4142; /* item background color */
    padding: 10px; /* item padding */
    border-radius: 78px; /* rounded corners */
    background-size: 0 auto;
    min-height: 0px;
    height: 278pt;
    border-top-color: #FFFFFF;
    border-left-width: thick;
    border-spacing: 84px 0px;
    opacity: 1;
    font-size: 36px;
}

.portfolio-item img {
    width: 83%; /* image width */
    height: 150pt; /* image height */
    margin-bottom: 25px;
    margin-top: 25px;
    margin-right: 25px;
    margin-left: 25px;
    clear: none;
    float: none;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 18px;
    padding-bottom: 39px;
    display: compact;
    border-width: thick;
    overflow-x: auto;
    overflow-y: auto;
}

/* Services Section Styles */

#services {
    padding: 20px;
}

#services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#services li {
    margin-bottom: 10px; /* list item margin */
}

/* Responsive Design */

@media only screen and (max-width: 768px) {
    header nav ul {
        flex-direction: column; /* stack buttons vertically */
    }
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
    }
}

@media only screen and (max-width : 10px ){
    .portfolio-grid {
        grid-template-columns: repeat(1, 1fr); /* 1 column */
    }
}
