body,html{
    background-color:darkolivegreen;
    text-align: center;
    color:rgb(11, 195, 211);
    font-family: monospace;
    margin: 1%;
    padding: 0;
}
nav{
    padding-top: 1%;
}
p{
    text-align:center;
    font-family: sans-serif;
}
a{
    color:rgb(255, 213, 0);
    text-decoration: none;
    font-family: sans-serif;
}

a:hover{
    color:crimson;
    text-decoration: solid;
}

main{
    text-align: left;
    margin: 0 auto;
}

h1,h2{
    text-align: center;
    color:rgb(11, 195, 211);
}
li{
    padding: 15px;
    font-size: 22px;
}
.review li{
  margin-left: 10%;
}
.Aaron{
    width: 40%;
    margin-left: 30%; 
}
img{
    width: 100px;
    height: 10%;
}
figure{
    text-align: center;
    font-family: sans-serif;
}
.no_CS {
    height: 3%;
    display: flex;
    margin: 1%;
    margin-left: 45%;
    border-radius: 20%;
    background-color: burlywood;
    font-size: 100%;
    font-family: 'Courier New', Courier, monospace;
}
  h3{
    text-align: center;
    font-size: 25px;
  }
  h4{
    text-align: center;
    font-family:'Lucida Sans', Verdana, sans-serif;
    color: #50abe7;
    font-size: 30px;
  }
  h5{
    padding-left: 2%;
    font-size: 20px;
    color: #e1e471;
  }
  label{
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 1%;
  }
  input,select {
    padding: 10px;
    font-family: 'Courier New', Courier, monospace;
  }

  .addSalary{
    position: relative;
    top: -90px;
    left: 72%;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #1893db;
    color: rgb(219, 246, 133);
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .modifySalary{
    position: relative;
    top: -90px;
    left: 66%;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #1893db;
    color: rgb(219, 246, 133);
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .displayResults{
    display:flex;
    margin: -10px 48% 3%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #1893db;
    color: rgb(219, 246, 133);
    border: none;
    border-radius: 5px;
    padding:1%;
    cursor: pointer;
  }
  .displaySalary{
    display:flex;
    margin: 15px 48%;
    padding: 1%;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #1893db;
    color: rgb(219, 246, 133);
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  .results{
    text-align: center;
    font-size: 10px;
  }
  .resultTable{
    display: block;
    margin-left: 45%;
    padding:2%;
    font-size: 20px;
  }



  /* Position the image container (needed to position the left and right arrows) */
  .container {
    box-sizing: border-box;
    width: 30%; /* Adjusted width */
    background-color: #222;
    margin: 10% auto;
    border: 10px solid white;
    border-radius: 20px; /* Adds rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Adds a subtle shadow effect */
}
.mySlides img {
    width: 40%; /* Adjusted width */
    border-radius: 5px;
}

  /* Hide the images by default */
  .mySlides{
    display: none;
  }

  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    padding-left: 50px;
    margin-left: -10%;
    margin-right: -9%;
    margin-top: -50px;
    color: rgb(0, 247, 255);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 37.39%;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #709c77;
    padding: 2px 10px;
    color: rgb(0, 0, 0);
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }


/* Rule Overrides For Laptops / Small Screens */
@media screen and ( min-width: 981px ) and ( max-width: 1400px ) {
    body{
        background-color:darkolivegreen;
        text-align: center;
        color:rgb(11, 195, 211);
        font-family: monospace;
    }
    p{
        text-align:center;
        font-family: sans-serif;
    }
    a{
        color:rgb(255, 213, 0);
        text-decoration: none;
        font-family: sans-serif;
    }
    
    a:hover{
        color:crimson;
        text-decoration: solid;
    }
    
    main{
        text-align: left;
        margin-left: 20%;
        margin-right: 20%;
    }
    
    h2{
        text-align: center;
        color:rgb(11, 195, 211);
    }
    li{
        padding: 15px;
        font-size: 20px;
    }
    .Aaron{
        width: 60%;
        margin: 2% 20%; 
    }
    img{
        width: 100px;
        height: 10%;
    }
    figure{
        text-align: center;
        font-family: sans-serif;
    }
}
/* Rule Overrides For Tablet Devices */
@media screen and ( min-width: 601px ) and ( max-width: 980px )  {
    body{
        background-color:darkolivegreen;
        text-align: center;
        color:rgb(11, 195, 211);
        font-family: monospace;
    }
    p{
        text-align:center;
        font-family: sans-serif;
    }
    a{
        color:rgb(255, 213, 0);
        text-decoration: none;
        font-family: sans-serif;
    }
    
    a:hover{
        color:crimson;
        text-decoration: solid;
    }
    
    main{
        text-align: left;
        margin: 0% auto;
    }
    
    h2{
        text-align: center;
        color:rgb(11, 195, 211);
    }
    li{
        padding: 15px;
        font-size: 20px;
    }
    .Aaron{
        width: 60%;
        margin: 2% 20%; 
    }
    img{
        width: 100px;
        height: 10%;
    }
    figure{
        text-align: center;
        font-family: sans-serif;
    }
}
/* Rule Overrides For Mobile Devices */
@media screen and ( min-width: 370px ) and ( max-width: 600px ) {
    body{
        background-color:darkolivegreen;
        text-align: center;
        color:rgb(11, 195, 211);
        font-family: monospace;
    }
    p{
        text-align:center;
        font-family: sans-serif;
    }
    a{
        color:rgb(255, 213, 0);
        text-decoration: none;
        font-family: sans-serif;
    }
    
    a:hover{
        color:crimson;
        text-decoration: solid;
    }
    
    main{
        text-align: left;
        margin: 0% auto;
    }
    
    h2{
        text-align: center;
        color:rgb(0, 0, 0);
    }
    li{
        padding: 15px;
        font-size: 20px;
    }
    .Aaron{
        width: 10%;
        margin: 2% 20%; 
    }
    img{
        width: 100px;
        height: 10%;
    }
    figure{
        text-align: center;
        font-family: sans-serif;
    }
    nav.one{
        font-size: 15px;
    }
}
