﻿@import url("https://fonts.googleapis.com/css?family=Lato:300,400");


* {
    box-sizing: border-box;
    font-family: Lato;
    color: #777;
}

html, body {
    margin: 0;
    padding: 0;

    .mySlides {display:none}
}

.nav ul {
    margin: 0;
}

.nav li {
    list-style: none;
    display: inline;
    margin: 0 10px;
    padding: 0 5%;
}

.nav a {
    display: inline-block;
    padding: .5em;
    color: #FFFFFF;
    text-decoration: none;
}

.nav a:hover {
    color: #fff;
    background-color: 
    rgba(218, 215, 215, 0.803);
}
.container {
    /* width: 900px; */
    margin: 1em;
    padding: 1em;
}

.flex-container {
    display: flex;
    justify-content: space-around;
    margin: 1em;
    padding: 2em;
    border: 0px solid #727272;

}

.flex-wrap {
    flex-wrap: wrap;
    padding: 2em;
}

.flex-column {
    flex-direction: column;
}

.flex-main-size {
    min-width: 20%;
    max-width: 45%;

}

.main-nav {
    text-align: center;
    /* padding: 20px 0; */
    font-weight: lighter;
}

.company-name {
    color: white;
    font-size: 2em;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}

.company-name-large {
    color: white;
    font-size: 3em;
    text-align: center;
    margin: 0;
    padding: 0;
}
.main-header {
  background-image: url("../images/idea.jpg");  
  background-size: cover;
    background-position: center;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  /* padding: 30px 0; */
  border-bottom: 1px solid #e9ecef;
}

.slide-container {
    
    max-width: 600px;
}

.slide-dias {
    background-color: rgb(125,125,125,0.3);
    padding: 1em;
    max-width: 600;
    min-height: 400px;
    text-align: left;

}

.slide-nav {
    background-color:#000;
    color:#fff;
    box-shadow: #777;
    padding-left:8px;
    padding-right:8px;
    text-align:center;
    cursor:pointer;
}

.slide-nav:hover {
    background-color:silver;
    color:white;
}

.slide-nav-container {
    background-color:#616161;
    color:#fff;
    padding: 0.5em;
    text-align: center;
}

.container-team-members {
    margin: 2em;
    padding: 2em;
    overflow: hidden;
}

.container-team-member {
    width: 100%;
    overflow: hidden;
}

/* just created this - it didn't work! */
.section-header {
    text-align: center;

    font-size: 2em;
    margin: 0;
    padding: 0;
    font-weight: bold;
} 

.section {
    max-width: 600px;
}
.image-frame-rounded {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    margin: 0.5em;
    float: left;
}

.btn {
    text-align: center;
    vertical-align: middle;
    padding: 0.67em;
    cursor: pointer;
}

.btn-slider {
    display: block;
    background-color: #f8f9fa;
    border: 1px solid #000000;
    color: #97a4b1;
    padding: 0.67em;
    cursor: pointer;
    margin: 0 auto
}

.btn-slider:hover {
    background-color: #97a4b1;
    color: #f8f9fa;
}

/* Menu styles */
.menu-burger{
    font-size: 2em; /* Adjust size as necessary */
    background-color: transparent; /* Remove any background color */
    border: none; /* Remove any border if it's a button */
    padding: 5px; /* Adjust padding as necessary */
    cursor: pointer; /* Optional: to indicate it's clickable */
    color: rgb(236, 113, 221); /* Adjust color as necessary */
}

.menu-burger:hover {
    color: #a20488; /* Adjust color as necessary */
}

.material-icons {
    color: #ffffff; /* Or any color that contrasts well with the background */
    font-size: 2em; /* Adjust as needed */

}

/* Modal Background */
.modal-background {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    
    left: 0;
    top: 0; 

    /* width: 100%; /* Full width */
    /* height: 100%; /* Full height */
    /* overflow: auto; /* Enable scroll if needed */
    background-color: rgba(30, 233, 94, 0.4); /* Fallback color */
  }
  
  /* Modal Content */
  #dynamic-menu {
    display: none; /* Hidden by default */
    background-color: rgb(239, 234, 234, 0.9); /* Fallback color */
   /* margin: 15%; /* 15% from the top and centered */
    padding: 5px;
    border: 1px solid #888;
    position: absolute; /* Positioned absolutely relative to its nearest positioned ancestor */
    z-index: 1001; /* Ensure this is above the modal background */
    width: auto; /* Or specify a width */
    height: auto; /* Or specify a height */
  }
  
  #dynamic-menu ul {
    list-style-type: none;
    padding: 0;
  }
  
  #dynamic-menu li {
    padding: 2px;
    background-color: transparent;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative; /* For nested submenu positioning */
    font-size: 1em; 
    display: block;
  }
  
  #dynamic-menu li:hover {
    background-color: #b9d0b5;
  }
  
  /* Submenu */
  .submenu {
    display: none;
    position: absolute;
    left: 100%; /* Position to the right of the parent item */
    top: 0;
    background-color: #f9f9f9;
    min-width: 150px; /* Set minimum width */
    z-index: 1; /* Ensure submenu is on top */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  
  /* Submenu left */
  .submenu-left {
    left: auto;
    right: 100%; /* Position to the left of the parent item */
  }
  
  #dynamic-menu li:hover .submenu {
    display: block; /* Show submenu on hover */
  }
  
  /* Submenu items */
  .submenu li {
    padding: 5px;
    background-color: rgb(56, 8, 250); /* Light grey background */
  }
  
  .submenu li:hover {
    background-color: #7194eb; /* Darker grey on hover */
  }
  
