﻿:root{
    /*Brand Colors*/
    --brand-blue:#112d4e;
    --brand-red:#4f0904;
    --brand-gold:#d5ac5b;
    --brand-white:#f9f5ef;
    --brand-black:#2b2b2b;
}


.playfair-display-<uniquifier > {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

html{
    margin: 0px;
    padding: 0px;
    color:var(--brand-black);
    font-family: "Playfair Display";
    font-weight: 600;
}



body
{
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3{
    font-size: 40px;
    margin: 0px;
    text-align: center;
}

h1 {
    padding: 40px 0;
    color: var(--brand-black);
}

h2, #introText{
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    font-weight: 400;
}

h3 {
    font-size: 24px;
    padding: 10px 0 0 0;
}

#introText {
    padding: 0 10vw 20px 10vw;
    color: var(--brand-white);
    margin: 0;
}
p{
    font-size: 20px;
}

nav{
    background-color: gray;
    display: flex;
    height: 5vh;
    z-index: 10;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: var(--brand-gold);
    position: fixed;
    top: 0;
    width: 100%;
    height:5vh;
}

#logobutton {
    width: 100px;
}

#logobox {
    height: 100%;
    display: flex;
    align-items: center;
    
}

#svg1 {
    height: 90%;
    padding: 0 0 0 10px;
}

#layer1 {
    fill: #2b2b2b;
    fill-opacity: 1;
    stroke: none;
    stroke-width: 0.264583;
    stroke-opacity: 1;
    
}


li {
    float: right;
}

    li a {
        display: block;
        color: var(--brand-black);
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        li a:hover:not(.active) {
            background-color: var(--brand-black);
            color: var(--brand-white); 
            
        }

.active {
    background-color: var(--brand-black);
    color: var(--brand-white);
}

#scroll-page, #about, #home-build, #projects {
    background-color: var(--brand-black);
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
}

.framed {
    border: 8px double var(--brand-gold);
    padding: 4px;
    /* background-color: var(--brand-gold); */
    box-shadow: inset 0 0 10px #ccc;
}

.homebuildpics {
    min-width: 320px;
    width: 30vw;
    height:auto;
}

#about{
    justify-content: center;
    background-color: var(--brand-blue);
    /*min-height: 95vh;*/
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    flex-direction: column;
    /*padding-top: 20px;*/
    margin-top: 2vh;
}

#bannerlogo {
    width: 60vw;
    height:auto;
    margin: auto;
    padding: 30px;
}

#home-build {
    justify-content: center;
    background-color: var(--brand-white);
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10vw;
    margin: 2vh 0 0 0;
    text-align: center;
}

#projects {
    justify-content: center;
    background-color: var(--brand-white);
    flex-wrap: wrap;
    align-content: center;
    padding: 0 10vw;
    margin: 2vh 0 0 0;
}

main-content{
    background-color: lightgreen;
    padding: 20px;
}

footer {
    background-color: var(--brand-black);
    display: flex;
    height: 5vh;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}

.flex-projects {
    background-color: #f1f1f1;
    margin: 10px;
    padding: 20px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80vw;
    min-width: 400px;
    align-items: center;
}

/*Contact Form*/
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: var(--brand-red);
    border: none;
    color: var(--brand-white);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    
    cursor: pointer;
    border-radius: 10px;
}

    /* When moving the mouse over the submit button, add a darker green color */
    input[type=submit]:hover {
        background-color: #3a0904;
    }

/* Add a background color and some padding around the form */
.form-container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.form-text {
    font-size: 20px;
}

/*End Contact Form*/

.flex-projects-page {
    background-color: #f1f1f1;
    margin: 10px;
    padding: 20px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80vw;
    min-width: 400px;
    align-items: center;
}

.flex-container > div {
    background-color: var(--brand-white);
    margin: 10px;
    padding: 20px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 30vw;
    min-width: 400px;
}

.portfolio, .portfolio-page {
    width: 100%;
    height: auto;
    display: flex;
}

.portfolio-page {
    width: 40%;
    padding: 10px 10px;
    min-width: 400px;
   
}

.portfolio-page-1 {
    width: 25%;
    padding: 10px 10px;
    min-width: 200px;
}

.vertical_pics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#profile_pic{
    width: fit-content;
}

.project-module, .project-module-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0;
}

.project-module-1 {
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0 0 30px 0;
    scroll-margin-top: 40px;
}


.button1 {
    background-color: var(--brand-red);
    border: none;
    color: var(--brand-white);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0;
    cursor: pointer;
    border-radius: 10px;
}

.button1:hover {
    background-color: #3a0904;
}

.background {
   background-color: #f0e3da;
}

/*Image Carousel*/
.carousel {
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px;
    z-index: 1;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
}

    .carousel-slide img {
        width: 100%;
        display: block;
    }

.carousel-buttons {
   
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-250%);
    
}

    .carousel-buttons button {
        background-color: rgba(0,0,0,0.5);
        border: none;
        color: white;
        font-size: 24px;
        padding: 10px;
        cursor: pointer;
        border-radius: 50%;
    }
/*End Image Carousel*/

