/* REFUGEE WORKS HTML STYLE SHEET */

/* Colors

Grey: #605b56
Green: #b3d89c
Blue:#77a6b6

*/



/* Imported font families */
@font-face {
    font-family: Alumni_Sans_Pinstripe;
    src: url(/Styles/Fonts/Alumni_Sans_Pinstripe/AlumniSansPinstripe-Regular.ttf);
}
@font-face {
    font-family: Nunito;
    src: url(/Styles/Fonts/Nunito/static/Nunito-Regular.ttf);
}
@font-face {
    font-family: Nunito-Italic;
    src: url(/Styles/Fonts/Nunito/static/Nunito-Italic.ttf);
}
/* End Of Imported Font Families */

/* Default Body Style */
body {
    background: white;
    opacity: 100%;
    padding: 0px;
    margin: 0px;
    font-family: Nunito, Helvetica, sans-serif;
    overflow-x: hidden;
}
/* End Of Default Body Style */

/*BEGINNING OF NAVBAR STYLING*/
.navbar {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    overflow: hidden;
    margin: 0px;
    height: auto; 
    width: auto;
    padding: 0px;
    font-size: 12pt;
    background: #333;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
.logo {
    height: 70px;
    vertical-align: middle;
    border-radius: 5px;
}
.logo-anchor {
    height: 70px;
    padding: 3px;
    border:2px solid #333;
    border-radius: 10px;
    transition: 200ms;
}    
.logo-anchor:hover{
    border-color:#77a6b6;
}
.nav-list {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    margin: 20px 30px;
    padding: 0px;
}
.nav-item {
    margin: 10px;
    width: max-content;
}
.nav-item a {
    display: block;
    padding: 18px 20px;
    text-decoration: none;
    border-radius: 10px;
    color: white;
    transition: 200ms;

}
.nav-item a:hover {
    color: black;
    background-color: #77a6b6;
}
/*END OF NAVBAR STYLING*/

/*HERO SECTION STYLING*/
.hero-container{
    position: static;
    display: block;
    width:auto;
    height: auto;
    margin: 0px;
    padding: 150px 30px;
    font-family: Alumni_Sans_Pinstripe, Helvetica, Sans-serif;
    background-image: url(/Images/Background\ 4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-row{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height:fit-content;
    margin: 0px;
    padding: 0px;
}
.hero-title{
    width: fit-content;
    height: auto;
    margin: 0px;
    padding: 10px 40px;
    font-size: 80pt;
    font-weight: bolder;
    border-radius: 30px;
    color: white;
    background-color: #333;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
.hero-CTA{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: auto;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
.hero-normal-text{
    color: black;
    font-size: 25pt;
    font-weight: bold;
    background-color: none;
    text-align: start;
}
.hero-centered-text{
    color: white;
    background-color: #333;
    font-size: 30pt;
    font-weight: bold;
    background-color: none;
    text-align: center;
    margin: 10px auto;
    padding: 30px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
    border-radius: 20px;
}
.hero-button{
    width: max-content;
    margin: 30px auto;
    padding: 30px;
    font-family: Alumni_Sans_Pinstripe, Helvetica, Sans-serif;
    font-size: 30pt;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color:  #333;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
    border-radius: 20px;
    transition: 750ms;
}
.hero-button:hover{
    scale: 1.05;
    text-decoration: none;
    color: black;
    background-color: #77a6b6;
    border-radius: 20px;
}
/* END OF HERO SECTION STYLING*/

.what-refugee-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    padding: 20px 30px;
}

/*HOW MANY REFUGEES SECTION STYLING*/
.how-many-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 50px;
}
.big-number{
    margin: 10px;
    padding: 0px;
    font-family: Alumni_Sans_Pinstripe, Helvetica, Sans-serif;
    font-size: 50pt;
    font-weight: bold;
    
}
.sub-text{
    width: auto;
    margin: 20px 0px;
    padding: 10px;
    font-size: 12pt;
    text-align: left;
    color: black;
    background-color: white;
}
.percentage-children{
    height:200px;
    margin: 30px 30px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
/*END OF HOW MANY REFUGEES SECTION STYLING*/

/*WHO IS A REFUGEE SECTION STYLING*/
.what-refugee-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 50px;
}
/*END OF WHO IS A REFUGEE SECTION STYLING*/

/*THE PROBLEM SECTION STYLING*/
.problem-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 50px;
}
/*END OF THE PROBLEM SECTION STYLING*/

/*NEEDS SECTION STYLING*/
.needs-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    margin: 0px;
    padding: 20px 30px;
    background-color: #77a6b6;
}
.needs-pyramid{
    position: sticky;
    top: 50px;
    height:400px;
    margin: 30px 30px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
/*END OF NEEDS SECTION STYLING*/

/*INTERVIEWS SECTION STYLING*/
.interviews-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 0px;
    padding: 50px;
}
/*END OF INTERVIEWS SECTION STYLING*/

/*SOLUTION SECTION STYLING*/
.solution-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 0px;
    padding: 30px 50px;
}
/*END OF SOLUTION SECTION STYLING*/

/*HOW IT WORKS SECTION STYLING*/
.how-it-works-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 0px;
    padding: 30px 50px;
}
/*END OF HOW IT WORKS SECTION STYLING*/

/*EXAMPLE SECTION STYLING*/
.example-container{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 0px;
    padding: 30px 50px;
}
/*END OF EXAMPLE SECTION STYLING*/

/* DESIGN SECTION STYLING*/
.design-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 30px 50px;
}
/*END OF DESIGN SECTION STYLING*/

/* DESIGN SECTION STYLING*/
.about-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 30px 50px;
    
}
/*END OF DESIGN SECTION STYLING*/

/*BEGINNING OF CONTENT STYLING*/
/* General Page Content */
.container{
    position: static;
    display: block;
    width:100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    align-items: center;
    
}
.image{
    height:200px;
    margin: 30px 50px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
.tile-subtitle{
    font-family: Alumni_Sans_Pinstripe, Helvetica, Sans-serif;;
    font-size:40pt;
    font-weight: bold;
    margin: 0px auto;
}
.tile-column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    width: fit-content;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.tile-row{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    margin: 30px 30px;
    padding: 0px;
}
.text-tile{
    margin: 30px 30px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
.text-container {
    position: static;
    width: auto;
    height: auto;
    margin: 30px;
    padding: 0px;
}
.page-title {
    position: static;
    margin: 50px 30px;
    padding: 10px;
    text-align: center;
    font-family: Alumni_Sans_Pinstripe, Helvetica, sans-serif;
    font-size: 50pt;
    border-radius: 20px;
    background-color: #77a6b6;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);

}
.subtitle {
    position: static;
    height: auto;
    width: auto;
    margin: 10px 30px;
    padding: 10px;
    text-align: center;
    font-family: Alumni_Sans_Pinstripe, Helvetica, sans-serif;
    font-size: 25pt;
    border-radius: 15px;
    color: white;
    background-color: #333;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
.quote-container{
    position: static;
    height: auto;
    width: auto;
    margin: 20px 30px;
    padding: 20px 20px;
    text-align: center;
    border-radius: 20px;
    color: white;
    background-color: #333;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
.quote-text{
    position: static;
    width: auto;
    height: auto;
    margin: 0px 0px 20px 0px;
    padding: 0;
    text-align: left;
    font-size: 10pt;
}
.quote-author{
    position: static;
    height: auto;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0;
    text-align: right;
    font-family: Alumni_Sans_Pinstripe, Helvetica, sans-serif;
    font-size: 18pt;
}
.normal-text{
    width: auto;
    margin: 20px 0px;
    padding: 0px;
    font-size: 12pt;
    text-align: left;
    color: black;
    background-color: white;
    
}
.normal-text a {
    width: auto;
    height: auto;
    padding: 5px;
    background-color: #77a6b6;
    color: black;
    text-decoration: none;
    border-radius:7px;
}
.normal-text a:hover {
    background-color: black;
    color: #77a6b6;
}
.table {
    align-items: center;
    margin: auto; 
    padding-bottom: 20px;
    border-collapse: collapse; 
    width: 60%; 
    text-align: center;
}
.table a {
    width: auto;
    height: auto;
    padding: 5px;
    background-color: #77a6b6;
    color: black;
    text-decoration: none;
    border-radius:7px; 
    transition: 200ms; 
}
.table a:hover {
    background-color: #333;
    color: #77a6b6;
}
.th {
    padding: 10px; 
    border: 1px solid black;
}
.centered-text{
    width: 75%;
    margin: 0px auto;
    padding: 10px;
    font-size: 12pt;
    text-align: center;
    color: black;
    background-color: white;
    
}
.normal-list-text{
    margin: 30px 0px;
    padding: 0px 40px;
}
.normal-list-text li{
    margin: 15px 0px
}
.button-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    width: fit-content;
    padding: 5px 30px;
    margin: 15px auto;
    border-radius: 10px;
    background: none;
}
.button-container a {
    width: auto;
    height: auto;
    margin: 10px;
    padding: 10px 30px;
    background-color: #77a6b6;
    color: black;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
    text-decoration: none;
    font-size: 15px;
    border-radius:10px;
    transition: 200ms;
}
.button-container a:hover {
    scale: 1.05;
    background-color: #333;
    color: #77a6b6;
}
/* End Of General Page Content */

/* Design Tool Page Content */
.design-tool-image{
    position: fixed;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    margin: 0;
    padding: 0;
    width: 100%;
    height:auto;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
}
.background-image{
    width: auto;
    height: 100%;
    padding: 0px;
    margin: 0px;
    opacity: 0%;
}
.design-tool{
    display: block;
    height:auto;
    margin: 30px 30px;
    padding: 15px;
    background-color: #77a6b6;
    border-radius: 20px;

}
.input-container{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    height: auto;
    width: auto;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 12pt;

}
.module-list-container{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: auto;
    width: 100%;
    padding: 0px;
}
.totals-container{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    font-size: 12pt;
    padding: 5px;
    height: auto;
    color: white;
    background-color: #333;
}
.voltage-container{
    display: block;
    height: auto;
    width: 100%;
    padding: 5px 0px;
    margin: 0 0;
    font-size: 10pt;
}
.voltage-selector{
    display: block;
    height: 56px;
    width: auto;
    padding: 10px 0px;
    margin: auto 0;
    font-size: 10pt;
}
.dropdown{
    display: inline-block;
    position: static;
    height: auto;
    width: fit-content;
    padding: 10px;
    margin: 0 0;
    font-size: 10pt;
    border: none;
    border-radius: 0;
    color: white;
    background-color: #333;
    border-radius: 5px;
}
.dropdown::placeholder{
    color: white;
    background-color: #333;
    font-size: 10pt;
}
.module-menue-container{
    display:flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    height: auto;
    width: 100%;
    padding: 10px 0px;
    margin: 0;
}
.search-add-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px 0px 0px 0px; /* Move below the modules list */
    background-color: #333;
    border-radius: 5px;
    padding: 0px 0px;
}
.dropdown-content {
    display: none;
    position: static;
    color: white;
    background-color: #333;
    height:120px;
    overflow-y: scroll;
    box-shadow: 0px 8px 16px #333;
    z-index: 1;
    bottom: 100%;
}
.dropdown-content input {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.dropdown-content div {
    padding: 5px; /* Reduced padding */
    cursor: pointer;
}
.dropdown-content div:hover {
    color: black;
    background-color: #77a6b6;
    border-radius: 7px;
}
.show {
    display: block;
}
.show div{
    transition: 200ms;
}
.dropdown-content::-webkit-scrollbar {
    width: 8px;
}
.dropdown-content::-webkit-scrollbar-track {
    background: #333;
}
.dropdown-content::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 0;
}
.subtotal-container{
    position: sticky;
    top: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
    height: 200px;
    width: fit-content;
    padding: 5px 10px;
    margin: auto 0;
    font-size: 10pt;
    color: white;
    background-color: #333;
}
.item-list{
    display: block;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height:auto;
    width:auto;
    margin: 30px 0px;
}
.item-wrapper {
    padding: 10px; /* Reduced padding */
    margin: 10px 0px;
    width: auto;
    height: auto;
    border: 2px solid #333;
    border-radius: 10px;
}
/* Styling for the item row */
.item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.details {
    display: none;
    margin-left: 30px;
    font-size: 10pt;
}
.item-quantity {
    padding: 2.5px 0px;
    width: 60px;
    text-align: right;
    font-family: inherit;
    font-size: 10pt;
    color: white;
    background-color: #333;
    border: none;
    border-radius: 5px;
}
.item-quantity-container {
    margin: 0px 10px 0px auto;
}
.SubtotalHeader{
    display: block;
    height: auto;
    width: fit-content;
    padding: 5px;
    margin: 0 auto;
    font-size:12pt;
}
.Results {
    display:flex;
    flex-direction: column;
    justify-content: start;
    align-items: space-evenly;
    width: auto;
    height:auto;
    margin: 0px 0px 0px 0px;
    padding: 15px;
    color: white;
    background-color: #333;
    border-radius: 10px;
}
.compatibility-warning {
    margin: 0px;
    height:auto;
    color: orangered;
}
/* End Of Design Tool Page Content */

/* Module Library Content */
.module-grid{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    overflow: visible;
    flex-wrap: wrap;
    height: auto;
    width: fit-content;
    margin: 30px auto;
    padding: 0px;
}
.module-info-links{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    width: 300px;
    padding: 5px 0px;
    margin: 15px;
}
.module-info-links a{
    width: auto;
    height: auto;
    text-align: center;
    margin: 10px;
    padding: 10px;
    background-color: #77a6b6;
    color: black;
    text-decoration: none;
    font-size: 15px;
    border-radius: 10px;
    transition: 200ms;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}
.module-info-links a:hover{
    scale: 1.05;
    background-color: #333;
    color: #77a6b6;
}
/* End Of Module Library Content */

/*Module Page Content*/
.icon-container{
    position: relative;
    top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.icon-container img{
    height:100px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}
/*End Of Module Page Content*/
/*END OF CONTENT STYLING*/

/*FOOTER STYLE*/
.footer {
    position: static;
    bottom: 0px;
    background-color: #333;
    color: #888;
    height:auto;
    width: auto;
    margin: 0 0 0 auto;
    height: auto;
    padding: 5px 0px;
    font-size: 8pt;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
.footer-A {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    width: auto;
    height: auto;
    margin: 0px 30px;
}
.footer-text{
    margin: 0px;
    padding: 5px;
    width: fit-content;
    text-align: left;
}
.footer-info-left{
    width: fit-content;
    height: auto;
    text-align: left;
    margin: 0px auto 0px 0px;
}
.footer-info-right{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    width: fit-content;
    height: auto;
    margin: 0px 0px 0px auto;
}
.footer-info-right a{
    color: #888;
    text-decoration: none;
    font-size: 8pt;
}
.footer-info-right a:hover{
    color: #77a6b6;
    text-decoration: none;
    font-size: 8pt;
}
.footer-B{
    padding: 0px;
    width:fit-content;
    margin: 10px auto 0px auto;
    text-align: center;
}
/*END FOOTER STYLE*/





/*Start Modules style*/
.sideBar {
    padding-top: 10px;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.308);
    position: sticky;
    text-align: center;
    border-left: 1px solid #ddd;
    top: 40%; 
    right: 0px;
    margin: 0px;
    z-index: 100;
    width: 20%;
    margin-top: 0;
    margin-bottom: 15px;
    float: right;
}
/*End Modules style*/

/* Container for each item and its details */
.item-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Styling for the toggle icon */
.toggle-icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
/* Styling for the delete button */
.delete-btn {
    cursor: pointer;
    width: 20px;
    height: 20px;
    transform: rotate(45deg); /* Rotate the "+" image to make it an "X" */
}
/* Styling for the add button */
.add-btn {
    cursor: pointer;
    width: 24px;
    height: 24px;
}
/*.dropdown-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
*/
.ModuleList {
    width: 700px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.makerspaceImage {
    position: relative; /* Ensure the container is positioned relative */
    width: 100%; /* Ensure the container takes the full width */
    overflow: hidden; /* Hide any overflow */
}
.makerspaceImage img {
    width: 100%; /* Ensure the image scales with the container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any extra space below the image */
}
.centered {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for exact center */
    font-size: 40px; /* Adjust font size as needed */
    color: rgb(0, 0, 0); /* Ensure the text is visible on the image */
    text-align: center; /* Center the text horizontally */
    white-space: nowrap; /* Prevent text from wrapping */
}
.smallerTotals{
    font-size: 20px;
}

/* Styling for the Module Inclusion list */
.module-inclusion-container {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 20px auto;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.module-inclusion-image {
    width: 30%;
    border-radius: 8px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
}
.module-inclusion-details {
    width: fit-content;
    margin: 30px auto;
}
.module-inclusion-name {
    font-size: 24px;
    color: black;
    margin-bottom: 30px;
}
.module-inclusion-usage {
    display: block; 
    height: fit-content;
}
.module-inclusion-usage a {
    width: auto;
    height: auto;
    margin: 10px;
    padding: 10px 30px;
    background-color: #77a6b6;
    color: black;
    text-decoration: none;
    font-size: 15px;
    border-radius:10px;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
    transition: 200ms;
}
.module-inclusion-usage a:hover {
    scale: 1.05;
    background-color: #333;
    color: #77a6b6;
}


/*End of Module Inclusion list*/