 
body {
    background-color: #c4e4f9;
    font-family: 'Lucida Sans Unicode', sans-serif;
    font-weight: 100;
   /* font-family: 'Playfair Display', serif; */
 
 
}
h1{
    background-color: rgb(60, 60, 186);
    text-align: center;
    color: lightcyan;
    margin: 0;
    padding: 10px 10px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bolder;
    font-family: 'Lucida Sans Unicode', serif;
}
 
h2 { background-color: #5e99f184;
    text-align: center;
    color: lightcyan;
    margin: 10;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Lucida Sans Unicode', serif;
}
h3 {
    text-align: center;
    color: black;
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Lucida Sans Unicode', sans-serif;
}
h4 {
    text-align: center;
    font-size: 22px;
    margin: 0;
    color: rgb(47, 47, 142);
    font-family: 'Lucida Sans Unicode', serif;
}
.about_info {  
    flex-direction: column;
    color: navy;
    margin: 15px;
    margin-left: -50px;
    margin-right: 100px;
    padding: 0px 30px;
    font-size: 10px;
    line-height: 1.4;
    width: 75%;
}
.about_info_project {
    flex-direction: column;
    color: navy;
    margin: 15px;
    margin-left: -50px;
    margin-right: 100px;
    font-size: 15px;
    line-height: 1.5;
    width: 75%;

}
 
.list-unstyled {
    color: rgb(47, 47, 142);
    font-size: 17.5px;
    list-style-position: inside;
    width: 700px;
}
 
ul{
    list-style: square;
    margin: 20;
    padding: 20;
}
li {
    font-size: 17px;
    background: none;
    margin-left: 10px;
    list-style-type: square;
    list-style-position: outside;
    display: list-item;
    margin-top: 0px;
 }
 hr {
    display: block;
    margin-before: 0.1em;
    margin-after: 0.1em;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-style: inset;
    width: 100%;
    height: 1px;
    background-color: black;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    height: 100%;
    margin:0 auto;
    text-align: center;
}
 div {
    display: flex;
    justify-content: center;
}
 
figure {
    display: inline-block;
    border: none;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 130px;
}
.fig_project {
    display: inline-block;
    text-align: left;
    width: 600px;
    height: 500px;
}
figure img {
    text-align: center;
    display: block;
    width: 410px;
    height: 560px;
   
}
figure figcaption {
    border: none;
    text-align: center;
}
 
 
nav a {
    background-color: #6395eb;
    border: 1.5px solid #3360ac;
    color: lightcyan;
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
    margin: 10 auto;
    border-radius: 0px;
    border-right: none;
    width: 40%;
    font-family: 'Lucida Sans Unicode', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
}
   
 nav a:hover,
 nav a.active {
  background: rgb(62, 60, 186);
  color: lightcyan;
  transition: 0.5s ease-out;
  letter-spacing: 2px;
}
nav {
    display: flex;
    text-align: center;
    width: 100%;
   
}
.navbar {
    width:100%;
    display: flex;
}
.container {
    display: flex;
    flex-direction: row;
}
li.res_pos {
    list-style-type: none;
    font-size: 16.5px;
}
 
  .btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
  }
 
  /* Clear floats (clearfix hack) */
  .btn-group:after {
    content: "";
    clear: both;
    display: table;
  }
 
  /* Add a background color on hover */
  .btn-group button:hover {
    background-color: #3e8e41;
  }
 
div.centered {
    text-align: center;
    padding-bottom: 30px;
    flex-direction: column;
   
}
ul.centeredul {
    display: inline-block;
    text-align: center;
    list-style-position:inside;
}
li.centeredli {
    list-style-position: inside;
    list-style: circle;
    font-size: 14px;
}
 
button {
    background-color: #6395eb;
    border: 1px solid #3360ac;
    color: lightcyan;
    width: 250px;
    cursor: pointer;
}
 
button.nextButton {
    font-family: 'Lucida Sans Unicode', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    width: 400px;
    padding-top: auto;
    height: 50px;
    margin-top: 0;
    cursor: pointer;
}
button.nextButton:hover,
button.nextButton:active {
     background:  rgb(62, 60, 186);
     color: lightcyan;
     transition: 1s ease-out;
     letter-spacing: 2px;
   }
 
.grid-container {
    display: grid;
    grid-column: 100px 400px;
    grid-auto-columns: 2px;
    grid-template-columns: auto auto auto;
    grid-auto-rows: 275px;
    gap: 35px;
    padding: 10px;
    margin-top: 50px;
    margin-inline: 100px;
    margin-bottom: 50px;
 
  }
  .grid-container-software {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    gap: 10px;
    padding: 10px;
    
    justify-content: space-evenly;
    justify-content: center;

}
 
.grid-item {
    background-color: white;
    position: relative;
    margin: 30px;
    
  }
 

.grid-item-pic {    
    border:white;
    color: #6395eb;
    width: 325px;
    height: 325px;
    cursor: pointer;
    background-color: white;
    box-shadow: 0px 0px 5px 5px #d4fcfc; 


}
.grid-item:hover,
.grid-item:active {
     background:  white;
     color: lightcyan;
     transition: 1s ease-out;
     letter-spacing: 2px;
     box-shadow: 0px 0px 30px 30px rgb(212, 252, 252); 

   }

.link {
    color: blue;
    display: inline;
    
}

.text-block {
    width: 325px;
    font-size: 25px;
    font-weight: bold;
    background-color: #75a7feb9;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-shadow: 0 0 2px #0b2958f3;

    

}

.text-block:hover,
.text-block:active {
   background-size: 275px 275px;
    transition: 1s ease-out;
    letter-spacing: 2px; 
}
   
.grid-button.nextButton {
    width: fit-content;
    padding-top: auto;
    height: 50px;
    margin-top: 5%;
    cursor: pointer;
}
.grid-button:hover,
.grid-button:active {
    background:  rgb(62, 60, 186);
    color: lightcyan;
    transition: 1s ease-out;
    letter-spacing: 2px;
}
 
footer {
    position:fixed;
    bottom: 0;
    right:7%;
    margin-bottom: 5px;
  }
 
img.footer {
    position: right;
    height: 35px;
    width: 35px;
    margin-inline-end: 0px;
    margin-left: -4px;
    border-radius: 5px;
 
}
button.footer {
    background-color: none;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    border: 0px solid #3360ac;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 3px#99b9f5;
 
 
}
 
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
 
 
 
div.form_container {
    background-color: #5e99f184;
    border-radius: 5px;
    align-self: center;
    width: 50%;
    padding: 20px;
    margin: auto;
}

.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row {
    margin-bottom: 30px;
}

form {
    background-color: none;
}

.keyControls {
    margin: 0;
    padding: 5px 5px;
}

.image-cropper {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.tabPhoto {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}


