@charset "UTF-8";
/* General Styles */
/* PORFOLIO FINAL  */
/* AURORA GONZALEZ BRAVO */


@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,700;1,300&display=swap');

html,
body * {
    box-sizing: border-box;

}

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
   
    font-family: 'Ubuntu', sans-serif;
    background-color: #eee;
}

header, footer {
   
    height: 7.0rem;
}

/*! Menu Styles */

        .menu-wrapper {
            position: fixed;
            width: 100%;
            height: 7.0rem;
            background-color: rgba(100, 72, 92, 0.8);
            z-index:90000;
        }

        .menu-container {
            width: 90%;
            max-width: 1200px;
            margin: 1em auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            /* background-color: #555; */
        }

        .menu-logo {
            width: 30%;
            height: 3.0rem;
            /* background-color: purple; */
            display: flex;
            justify-content: center;
            align-items: center;
        }
        #logo{
            height: 50px;
            
        }
        .menu-menus {
            width: 60%;
            height: 3.0rem;
            /* background-color: plum; */
            display: flex;
            justify-content: center;
            align-items: center;
            display: flex;
            justify-content: space-evenly;
        }
        .menu-menus a:link{
            color: #eee;
            text-decoration: none;
        }
        .menu-menus a:hover {
            color: rgb(255, 200, 241); 
        }
        .menu-menus a:visited {
            color: #eee;
        }
/* ! */


/* !SPLASH video */
    .main-splash-animation {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 3rem;
        
        background-color: transparent;
    }
    .main-splash{
        background-color: transparent;
        height: 20.0rem;
    }
    #splashVideo{
        
        position: fixed ;
        max-width: 100%;
        width: 100%;
        height: auto;
        top:0rem;
        z-index: 200000;
    }


/*!  */

/* !splash illustration top */

    .splash-illustration {
        background: linear-gradient(45deg, #9e677b, #64485c);
        height: 40.0rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 2rem;
        overflow: hidden;
    }
    .splash-illustration img {
        max-width: 100%; 
        height: auto; 
        position: relative; 
    }
/* ! */
/* !Mission Styles */

.mission-wrapper {
    /* background-color: rgb(195, 187, 177); */
    height: 30rem;
    width: 100%;
    background-image: url("../images/montains_background.svg");
    background-repeat: no-repeat;
    background-position-y: bottom;
    display: flex;
}

.mission-container {
    /* background-color: rgb(222, 6, 6); */
    width: 100%;
    max-width: 1200px;
    margin: 5% auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mission-card {
    flex-basis: calc(33% - 1rem);

    height: auto;
   text-align: start;
    margin-bottom: 1.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
   
}
.mission-card-right > p{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
    font-size: 0.6em;
    padding: 5px;
    text-justify: left;
    align-content: flex-start;    
}    
   
/* ! */

.the-project {
    display: none;
    border: 1px solid  #2e1114;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3)
}
main {
    width: 80%;
   
    margin: 0 auto;
}

.close {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 900;
    margin:0.3em
}
.grid-container {
    width: 100%;
    background-color: gray;
    margin: 0 auto;
}

.header-container, .footer-container {
    display: flex;
    align-items: center;
    height: 6.0rem;
    background-color: rgba(100, 72, 92, 0.8);
    color: white;
}



.footer-container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
} 



.main-content, footer {
    display: none;
}

.cards {
    display: flex;
    padding: 1.0rem;
    justify-content: center; 
    align-items: center; 
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto; 
}

.card {
   
    color: whitesmoke;
    border-radius: 0.25rem;
    width: 96%;
    min-height: 15.0rem;
    padding: 0.75rem;
    margin-bottom: 1.0rem;
    cursor:pointer;
}

/* !PROJECT-SKILLS */
.my-skills-projects {
    height: 20.0rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #222; */
    background-image: url("../images/montains2_background.svg");
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.projects-software{
    width: 80%;
    height: 5.0rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    flex-wrap: wrap;
    flex-direction: row;
   

    /* background-color: rgb(127, 58, 145); */
}
.projects-software-cells{
    flex-basis: calc(10% - 1.5rem);
    height: 2.0rem;
    margin: 0.5rem;
    /* background-color: rgb(216, 196, 196); */
}

.projects-software.projects-software-cells img {
    max-width: 70%;
    height: auto;
    position: relative;
}

/* ! */
/* !SKILLS TEXT */

.skills-wrapper{
    height: 8.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
   /* background-color: rgb(233, 122, 181); */
   margin-top: 3em;
   margin-bottom: 5em;
  

}
.skills-container{
    /* background-color: rgb(199, 199, 199); */
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.skills-card{
    flex-basis: calc(25% - 1.5rem);
    height: 6.0rem;
    margin: 0 auto;
    /* background-color: rgb(134, 114, 114); */
    justify-content: center;
    text-align: center;
}
.skills-card.skills-cells h3{
    font-size: 0.9em;
    font-weight: 900;
    margin-top: 0.5em;
}
.skills-card.skills-cells p{
    font-size: 0.6em;
}
/* ! */
.card-image img.bob {
    padding: 2.0rem;
    background-color: red;
    border-radius: 2.0rem;
}
.card-image img {
    width: 100%;
    border-radius: 2px;
}

.project h3 {
    margin-top: 1.0rem;
    color: red;
    font-size: 200%;
}


.header-item, .footer-item {
    width: 50%;
    
}
.footer-item{
    justify-content: center;
    text-align: center;
}

.main-portfolio {
    /* background-color: black; */
    min-height: 40.0rem;
}
.main-contact-me {
    background-color:aliceblue;
    height: 20.0rem;
    padding: 1.0rem 3.0rem;
}

.align-right {
    text-align: right;
    color:#2e1114;
    padding: 0.3em;
}

.project {
    width: 100%;
   
}

/* ! PROJECTS PAGE STYLE */
.summary-wrapper{
    background: linear-gradient(45deg, #824159, rgb(34, 1, 12));
    height: 26.0rem;
  
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    justify-items: center;
    align-content: center;
    
}
.summary-container {
    width: 80%;
    margin: 0 auto;
    margin-top: 4EM;
    /* background-color: rgb(198, 168, 168); */
    height: 12.0rem;
    display: flex; 
    align-items: center; 
    justify-content: center;
    text-align: center;
}
.summary-tittle{
    flex-basis: calc(48% - 1rem);
    height: 5.0rem;
    /* background-color: #222; */
    
}
.summary-description{
    flex-basis: calc(48% - 1rem);
    height: 10.0rem;
    /* background-color: rgb(167, 98, 98); */
}
.summary-description p{
    font-size: 0.4em;
    font-weight: 100;
    text-align: left;
    padding-left: 10px;
}

.project-wrapper{
    /* background-color: rgb(202, 139, 160); */
    height: 120.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
}


.project-container{
    width: 80%;
    margin: 0 auto;
    /* background-color: rgb(229, 208, 208); */
    height: 18.0rem;
    display: flex; 
    align-items: center; 
    justify-content: center;
    text-align: center;
    /* border: solid 1px black; */
}

.project-concept-description{
    flex-basis: calc(48% - 1rem);
    height: 8.0rem;
    /* background-color: rgb(129, 115, 115); */
}
.project-concept-description h3{
    font-size: 1.8em;
    font-weight: 100;
    color: #501b1d;
    padding-bottom: 0;
    margin-bottom: 0;
}
.project-concept-description p{
    font-size: 0.8em;
    font-weight: 100;
    color: black;
    padding-left: 3em;
    scroll-padding-right: 3em;
    padding-top: 0;
}
.project-concept-illustration {
    flex-basis: calc(48% - 1rem);
    height: 13.0rem;
    background-image: url("../images/project_background.svg");
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-concept-illustration img {
    max-width: 100%;
    max-height: 100%; 
    width: auto; 
    height: auto; 
}
/* !  */
.the-project {
    display: none;
    
    margin: 0 auto;
    padding: 1em;
   
   
    width: 90%;
    border: 1px solid  #2e1114;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3)
}


/* BROWSER CSS */

@media print, screen and (min-width: 40em) {
    body{
        background-color: whitesmoke;
    }
    .menu-container {
        flex-direction: column;
        align-items: center;

    }

    .menu-logo,
    .menu-menus {
        width: 100%;
    }
    .splash-illustration{
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    #splashVideo {
      
        position: relative;
        height: auto; 
        width: 100%; 
        top: 0rem;
        /* z-index: 200000; */
    }
    /* !MISSION RESPONSIVE STYLES */
    .mission-wrapper {
        /* background-color: rgb(195, 187, 177); */
        height: 30rem;
        width: 100%;
        background-image: url("../images/montains_background.svg");
        background-repeat: no-repeat;
        background-position-y: bottom;
        display: flex;
    }

    .mission-container {
        /* background-color: rgb(222, 6, 6); */
        width: 100%;
        max-width: 1200px;
        margin: 5% auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mission-card {
        flex-basis: calc(33% - 1rem);

        height: auto;
       text-align: start;
        margin-bottom: 1.0rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
       
    }
    .mission-card-right > p{
        font-family: 'Ubuntu', sans-serif;
        font-weight: 100;
        font-size: 0.6em;
        padding: 5px;
        text-justify: left;
        align-content: flex-start;    
    }    
       
/* ! */


    main{
        width: 100%;
        max-width: 100%; 
       height: auto;
        box-sizing: border-box; 
        display: flex;
        flex-wrap: wrap; 
        align-items: stretch;
        margin-bottom: 10em;
    }

    .grid-container {
        width: 60.0rem;
    }

    .main-splash{
        
        background-color: transparent;
    }
    .main-splash-animation {
        width: 100%;
    }

    
    .cards {
        display: flex;
        padding: 1.0rem;
        justify-content: center; 
        align-items: center; 
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto; 
    }
    .main-contact-me {
        background-color:aliceblue;
        height: 20.0rem;
        padding: 1.0rem 3.0rem;
    }

    .project {
        width: 100%;
        color: yellow;
    }
    .card {
   
        color: whitesmoke;
        border-radius: 0.25rem;
        width: 32%;
        min-height: 15.0rem;
        padding: 0.75rem;
        margin-bottom: 1.0rem;
        cursor:pointer;
    }

.contact-form-wrapper {
    height: 25.0rem;
    /* background-color: rgb(171, 106, 232); */
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.contact-form-container {
    /* background-color: rgb(199, 199, 199); */
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.contact-form-container-left {
    flex-basis: calc(50% - 0.5rem);
    height: 23.0rem;
    /* background-color: rgb(218, 150, 213); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-form-container-right {
    flex-basis: calc(50% - 0.5rem);
    height: 23.0rem;
    /* background-color: rgb(218, 150, 213); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-form-cells {
    flex-basis: calc(50% - 1rem);
    margin: 0.5rem;
    height: 4.0rem;
    background-color: darkmagenta;

}

.contact-form-top {
    flex-basis: calc(100% - 1rem);
    margin: 0.5rem;
    height: 40%;
    /* background-color: mediumorchid; */
    font-size: 4.2EM;
    font-weight: 100;
    text-align: center;
    letter-spacing: 3PX;
    color: #2e1114;
}

.contact-form-bottom {
    flex-basis: calc(100% - 1rem);
    margin: 0.5rem;
    height: 60%;
    /* background-color: mediumorchid; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.notification-sucess h1, span  {
    font-size: 1.5em;
    color: #501b1d;
    font-weight: 100;
}
.contact-form-bottom-container{
    /* background-color: aliceblue; */
    width: 65%;
    margin:0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;

}

.contact-form-socialmedia {
   
    /* border: solid 0.1px white;
    background-color: #555; */
    flex-basis: calc(33% - 0.1rem);
    height: 5.0rem;
    padding-bottom: 0;
    margin-bottom: 0;
    height: auto;
    
    
}
.the-form input{
    margin-bottom: 1em;
    width: 70%;
    border-top : none;
    border-left: none;
    border-right: none;
    border-bottom: 1px rgb(79, 12, 12) solid;
    font-size: 1.0em;
 
    
}
input[type=text] {
    border: none;
    font-size: 0.7em;
    padding: 0.3em;
   background-color: transparent;
    border-bottom: 1px rgb(79, 12, 12) solid;
  }
#message {
    margin-bottom: 1em;
    width: 100%;
    border-top : none;
    border-left: none;
    border-right: none;
    border-bottom: 1px rgb(79, 12, 12) solid;
    font-size: 0.7em;
    background-color: transparent;
    width: 70%;
 
  }
#send{
    width: 100%;
    height: 1.5em;
    font-size: 1.5em;
    background-color:#8367;
    color:white;
    font-weight: 100;
    border-radius: 10px;
    box-shadow:  2px 2px 8px rgb(110, 110, 110);
    width: 70%;
}

/* !PROJECT-SKILLS */
.my-skills-projects {
    height: 20.0rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #222; */
    background-image: url("../images/montains2_background.svg");
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.projects-software{
    width: 80%;
    height: 5.0rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    flex-wrap: wrap;
    flex-direction: row;
   

    /* background-color: rgb(127, 58, 145); */
}
.projects-software-cells{
    flex-basis: calc(10% - 1.5rem);
    height: 2.0rem;
    margin: 0.5rem;
    /* background-color: rgb(216, 196, 196); */
}

.projects-software.projects-software-cells img {
    max-width: 70%;
    height: auto;
    position: relative;
}

/* ! */
/* !SKILLS TEXT */

.skills-wrapper{
    height: 8.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
   /* background-color: rgb(233, 122, 181); */
   margin-top: 3em;
   margin-bottom: 5em;
  

}
.skills-container{
    /* background-color: rgb(199, 199, 199); */
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.skills-card{
    flex-basis: calc(25% - 1.5rem);
    height: 6.0rem;
    margin: 0 auto;
    /* background-color: rgb(134, 114, 114); */
    justify-content: center;
    text-align: center;
}
.skills-card.skills-cells h3{
    font-size: 0.9em;
    font-weight: 900;
    margin-bottom: 0.5em;
}
.skills-card.skills-cells p{
    font-size: 0.6em;
}
/* ! */
.footer-container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
} 
.footer-item{
    justify-content: center;
    text-align: center;
}
/* ! PROJECTS PAGE STYLE */
.summary-wrapper{
    background: linear-gradient(45deg, #824159, rgb(34, 1, 12));
    height: 26.0rem;
  
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    justify-items: center;
    align-content: center;
    
}
.summary-container {
    width: 80%;
    margin: 0 auto;
    margin-top: 4EM;
    /* background-color: rgb(198, 168, 168); */
    height: 12.0rem;
    display: flex; 
    align-items: center; 
    justify-content: center;
    text-align: center;
}
.summary-tittle{
    flex-basis: calc(48% - 1rem);
    height: 5.0rem;
    /* background-color: #222; */
    
}
.summary-description{
    flex-basis: calc(48% - 1rem);
    height: 10.0rem;
    /* background-color: rgb(167, 98, 98); */
}
.summary-description p{
    font-size: 0.4em;
    font-weight: 100;
    text-align: left;
    padding-left: 10px;
}

.project-wrapper{
    /* background-color: rgb(202, 139, 160); */
    height: 120.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
}


.project-container{
    width: 80%;
    margin: 0 auto;
    /* background-color: rgb(229, 208, 208); */
    height: 18.0rem;
    display: flex; 
    align-items: center; 
    justify-content: center;
    text-align: center;
    /* border: solid 1px black; */
}

.project-concept-description{
    flex-basis: calc(48% - 1rem);
    height: 8.0rem;
    /* background-color: rgb(129, 115, 115); */
}
.project-concept-description h3{
    font-size: 1.8em;
    font-weight: 100;
    color: #501b1d;
    padding-bottom: 0;
    margin-bottom: 0;
}
.project-concept-description p{
    font-size: 0.8em;
    font-weight: 100;
    color: black;
    padding-left: 3em;
    scroll-padding-right: 3em;
    padding-top: 0;
}
.project-concept-illustration {
    flex-basis: calc(48% - 1rem);
    height: 13.0rem;
    background-image: url("../images/project_background.svg");
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-concept-illustration img {
    max-width: 100%;
    max-height: 100%; 
    width: auto; 
    height: auto; 
}
/* !  */
.the-project {
    display: none;
    color: #2e1114;
    margin: 0 auto;
    padding: 1em;
    
   
    width: 90%;
    border: 1px solid  #2e1114;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3)
}
.close {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 900;
    margin:0.3em
}
.align-right {
    text-align: right;
    color:#2e1114;
    padding: 0.3em;
}
}
@media screen and (max-width: 25rem) {
    body{
        background-color: whitesmoke;
    }
    main{
        width: 100%;
        max-width: 100%; 
       height: auto;
        box-sizing: border-box; 
        display: flex;
        flex-wrap: wrap; 
        align-items: stretch;
        margin-bottom: 10em;
    }
    .menu-container {
        flex-direction: column;
        align-items: center;

    }

    .menu-logo,
    .menu-menus {
        width: 100%;
    }
    .splash-illustration{
        max-width: 100%;
        width: 100%;
    }
 
    #splashVideo {
     
        position: relative;
        width: 100%;
        height: auto;
        top: 0rem;
        /* z-index: 200000; */
    }
    .main-splash-animation {
        width: 100%;
    }
    .main-splash{
        margin-top: 3rem;
        background-color: transparent;
    }
     /* !MISSION RESPONSIVE STYLES */
       
       
     .mission-wrapper{
        max-width: 90%;
        width:90%;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        background-image: none;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .mission-container{
        max-width: 90%;
        width:90%;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .mission-card{
        flex-basis: calc(90% - 1rem);
    }
   .mission-card-left{
    text-align: center;
    
   }
    .mission-card-right{
       text-align: center;
       margin-right: 0.5rem;
        
    }
/* ! */
.card {
   
    color: whitesmoke;
    border-radius: 0.25rem;
    width: 96%;
    min-height: 15.0rem;
    padding: 0.75rem;
    margin-bottom: 1.0rem;
    cursor:pointer;
}
/* !CONTACT FORM STYLES  */

.contact-form-wrapper {
    height: 25.0rem;
    /* background-color: rgb(171, 106, 232); */
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.contact-form-container {
    /* background-color: rgb(199, 199, 199); */
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.contact-form-container-left {
    flex-basis: calc(50% - 0.5rem);
    height: 23.0rem;
    /* background-color: rgb(218, 150, 213); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-form-container-right {
    flex-basis: calc(50% - 0.5rem);
    height: 23.0rem;
    /* background-color: rgb(218, 150, 213); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-form-cells {
    flex-basis: calc(50% - 1rem);
    margin: 0.5rem;
    height: 4.0rem;
    background-color: darkmagenta;

}

.contact-form-top {
    flex-basis: calc(100% - 1rem);
    margin: 0.5rem;
    height: 40%;
    /* background-color: mediumorchid; */
    font-size: 4.2EM;
    font-weight: 100;
    text-align: center;
    letter-spacing: 3PX;
    color: #2e1114;
}

.contact-form-bottom {
    flex-basis: calc(100% - 1rem);
    margin: 0.5rem;
    height: 60%;
    /* background-color: mediumorchid; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.notification-sucess h1, span  {
    font-size: 1.5em;
    color: #501b1d;
    font-weight: 100;
}
.contact-form-bottom-container{
    /* background-color: aliceblue; */
    width: 65%;
    margin:0 auto;
    height: 100%;
    display: flex;
    flex-wrap: wrap;

}

.contact-form-socialmedia {
   
    /* border: solid 0.1px white;
    background-color: #555; */
    flex-basis: calc(33% - 0.1rem);
    height: 5.0rem;
    padding-bottom: 0;
    margin-bottom: 0;
    height: auto;
    
    
}
.the-form input{
    margin-bottom: 1em;
    width: 70%;
    border-top : none;
    border-left: none;
    border-right: none;
    border-bottom: 1px rgb(79, 12, 12) solid;
    font-size: 1.0em;
 
    
}
input[type=text] {
    border: none;
    font-size: 0.7em;
    padding: 0.3em;
   background-color: transparent;
    border-bottom: 1px rgb(79, 12, 12) solid;
  }
#message {
    margin-bottom: 1em;
    width: 100%;
    border-top : none;
    border-left: none;
    border-right: none;
    border-bottom: 1px rgb(79, 12, 12) solid;
    font-size: 0.7em;
    background-color: transparent;
    width: 70%;
 
  }
#send{
    width: 100%;
    height: 1.5em;
    font-size: 1.5em;
    background-color:#8367;
    color:white;
    font-weight: 100;
    border-radius: 10px;
    box-shadow:  2px 2px 8px rgb(110, 110, 110);
    width: 70%;
}


/*!  */

/* !RESPONSIVE STYLES  */
.splash-illustration{
    max-width: 100%;
    width: 100%;
}
.mission-card,
.projects-card-cells,
.skills-card,
.contact-form-cells,
.contact-form-top,
.contact-form-bottom,
.contact-form-bottom-container,
.contact-form-socialmedia,
.footer-wrapper {
    flex-basis: calc(100% - 1rem);
}

.menu-wrapper,

.mission-wrapper,
.skills-wrapper,
.contact-form-wrapper,
.footer-wrapper {
    height: auto;
    
}
.projects-wrapper {
    max-width: 100%;
    width: auto;
    max-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    background-image: none;
}

.projects-links,
.projects-software {
    width: 100%;
    max-width: 100%;
}

.projects-links {
    margin-bottom: 30em; 
}

.projects-software {
    margin-bottom: 8em; 
}

.projects-card-cells {
    flex-basis: calc(48% - 1rem); /* Adjust width for better spacing */
    height: auto;
    background-color: #555;
    border: solid white 0.1px;
    margin-bottom: 1em; /* Add space between projects cards */
}

.projects-software-cells {
    flex-basis: calc(48% - 1rem); /* Adjust width for better spacing */
    height: 2.0rem;
    margin: 0.5rem;
    background-color: rgb(216, 196, 196);
}
.menu-container,
.mission-container,
.projects-container,
.skills-container,
.contact-form-container,
.contact-form-container-left,
.contact-form-container-right,
.my-skills-projects ,
.contact-form-wrapper{
    width: 100%;
    max-width: none;
   height: auto;
    
}
.contact-form-socialmedia {
    border: solid 0.1px white;
    background-color: #555;
    flex-basis: calc(33% - 0.1rem);
    height: 40%;
   
}
.projects-card-cells{
    flex-basis: calc(24%);
    height: 50%;
    /* background-color: #555; */
    border:  solid white 0.1px;
}
.projects-software-cells{
    flex-basis: calc(30% - 1.5rem);
    height: 2.0rem;
    width: auto;
    margin: 0.5rem;
    background-color: transparent;
    /* background-color: rgb(216, 196, 196); */
}
.projects-software.projects-software-cells img{
    max-width: 100%;
    width: 50%;
    height: auto;
    margin-bottom: 2em;
    background-color: transparent;
}

.project-container {
    width: 100%;
    max-width: 100%; 
   height: auto;
    box-sizing: border-box; 
    display: flex;
    /* flex-wrap: wrap;  */
    align-items: stretch;
    margin-bottom: 10em;
}

.project-concept-description,
.project-concept-illustration {
    flex-basis: 80%; 
    box-sizing: border-box; 
    padding: 1rem; 
    margin: 0.5em;
}

.project-concept-description h3 {
    font-size: 1.8em;
    font-weight: 100;
    color: #501b1d;
    padding-bottom: 0;
    margin-bottom: 0;
}

.project-concept-description p {
    font-size: 0.8em;
    font-weight: 100;
    color: black;
    padding-left: 0;
    padding-top: 0;
}

.project-concept-illustration {
    height: auto; /* Auto height for flexibility */
    background-image: url("../images/project_background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-concept-illustration img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.contact-form-container{
    display: flex;
    margin-bottom: 8rem;
    max-width: 80%;
    width: 100%;
    height: auto;
    flex-direction: column-reverse;
}
.contact-form-top{
margin-bottom: 2rem;
}
.contact-form-bottom-container{
margin-bottom: 2rem;
}
.contact-form-container-left,
.the-form, .the-form input,.the-form #message, .the-form #send{
max-width: 100%;
width: 100%;
}
.mission-wrapper{
max-width: 100%;
width:100%;
display: flex;
align-items: center;
justify-content: center;
justify-items: center;
background-image: none;
}
.mission-container{
max-width: 100%;
width:100%;
display: flex;
align-items: center;
justify-content: center;
justify-items: center;
}
.mission-card-right{
text-align: center;
padding-left: 1.5em;
padding-left: 1.5em;
}


}