* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   }
   html {
    height:100%;
    overflow-x: hidden; 
    overflow-y: hidden;
    min-width:350px;
   }
   body {
    height: 100%;
    width:100%;
    /* min-width:500px; */
    font:  bold 12px/30px Georgia, sans-serif;
    /* background-color:#4056a1; */
    /* background:url('img/joshua_tree.jpg'); */
    background: linear-gradient(0DEG, transparent, rgba(6, 31, 55, 0.5)), url('img/tunnel_log.jpg');
    /* background: url('img/joshua_tree.jpg'); */
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   }
   a {
    text-decoration: none;
   }
   li {
    list-style: none;
   }
   section {
    height:calc(100% - 90px);

   }
   .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: transparent;
    color: #efe2ba;
    padding-right: 50px;
    padding-left: 50px;
    /* margin-bottom: 5px; */
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
   }
   .nav-links a {
    color: #efe2ba;
   }
   /* LOGO */
   .logo {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: auto;
    height: 50px;
    /* margin-right: 20px;
    margin-top: 0px;    /* if you want it vertically middle of the navbar. */
}
      /* NAVBAR MENU */
      .menu {
        display: flex;
        gap: 1em;
        font-size: 18px;
       }
       .menu li:hover {
        background-color: #f13c20;
        border-radius: 5px;
        transition: 0.3s ease;
        color:#efe2ba;
       }
       .menu li {
        padding: 5px 14px;
       }
       /* DROPDOWN MENU */
       .projects {
        position: relative; 
       }
       .dropdown {
        background-color: #f13c20;
        padding: 1em 0;
        position: absolute; /*WITH RESPECT TO PARENT*/
        display: none;
        border-radius: 8px;
        top: 35px;
        right: 20px;
       }
       .dropdown li + li {
        margin-top: 10px;
       }
       .dropdown li {
        padding: 0.5em 1em;
        width: 15em;
        text-align: center;
       }
       .dropdown li:hover {
        background-color: #d79922;
       }
       .projects:hover .dropdown {
        display: block;
       }
    /*RESPONSIVE NAVBAR MENU STARTS*/
    /* CHECKBOX HACK */
    input[type=checkbox]{
        display: none;
       } 
       /*HAMBURGER MENU*/
       .hamburger {
        display: none;
        font-size: 24px;
        user-select: none;
       }
       /* APPLYING MEDIA QUERIES */
       @media (max-width: 900px) { /*768px*/
       .menu { 
        display:none;
        position: absolute;
        margin-top:15px;
        background-color:#d79922;
        right: 0;
        left: 0;
        text-align: center;
        padding: 16px 0;
       }
       .menu li:hover {
        /* display: inline-block; */
        background-color:#f13c20;
        transition: 0.3s ease;
       }
       .menu li + li {
        margin-top: 12px;
       }
       input[type=checkbox]:checked ~ .menu{
        display: block;
       }
       .hamburger {
        display: block;
       }
       .dropdown {
        /* left: auto;
        right:auto; */
        top: 30px;
        transform: translateX(35%);
        right:calc(100% - 175px);
       }
       /* .dropdown li:hover {
        background-color: #f13c20;
       } */
       }
    
       /* Responsive Projects */
    input[type=checkbox]{
        display: none;
       } 
       /*HAMBURGER MENU*/
       .checkbox_projects {
        user-select: none;
       }
    
       input[type=checkbox]:checked ~ .dropdown{
        display: block;
       }
       ul.dropdown {
        /* left: auto;
        right:auto; */
        top: 30px;
        transform: translateX(35%);
        /* position:absolute; */
        /* left:-50%; */
       }

/* PAGE CONTENT */
.location a {
    position:absolute;
    bottom:0;
    right:0;
    text-decoration: none;
    color: #efe2ba;
    background-color: #D79922;
    border-radius: 5px;
    transition: 0.3s ease;
    margin-right:5px;
    margin-bottom:5px;
    padding: 2px;
}

.signin {
    background-color: transparent;
    overflow:auto;
    margin-right: 0%;
    margin-left: 0%;
            /* background-color:#4056a1; */
}
.photo {
    height: 100%;
}
.non_photo {
    /* height: 100%; */
    /* width:100%; */
    min-height:100%;
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
    width:100%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.text {
    /* height: 100%; */
    /* width:100%; */
    min-height:90%;
    /* background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)); */
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius:50px;
    text-align: center;
    justify-content:center;
}
.signin h1 {
    color:white;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font:  bold 50px Georgia, sans-serif;
    text-shadow: 0px 0px 20px black;
}
.signin label {
    color:black;
    margin-left: 5%;
    margin-right: 5%;
    /* padding: 10px; */
    font: Georgia, sans-serif;
    /* text-shadow: 0px 0px 20px black; */
}
/* .signin input {
    color:black;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
    font:  16px Georgia, sans-serif;
    border-top:transparent;
    border-right:transparent;
    border-left:transparent;
    color: #efe2ba;
    background-color: #D79922;
} */

.form {
    background-color: #4056a1;
    border-radius: 20px;
    box-sizing: border-box;
    height: 500px;
    padding: 20px;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .title {
    color: #eee;
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
  }
  
  .subtitle {
    color: #eee;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
  }
  
  .input-container {
    height: 50px;
    position: relative;
    width: 100%;
  }
  
  .ic1 {
    margin-top: 40px;
  }
  
  .ic2 {
    margin-top: 30px;
  }
  
  .input {
    background-color: #C5CBE3;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: black;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
  }
  
  .cut {
    background-color: #4056a1;
    border-radius: 10px;
    height: 20px;
    left: 20px;
    position: absolute;
    top: -20px;
    transform: translateY(0);
    transition: transform 200ms;
    width: 76px;
  }
  
  .cut-short {
    width: 50px;
  }
  
  .input:focus ~ .cut,
  .input:not(:placeholder-shown) ~ .cut {
    transform: translateY(8px);
  }
  
  .placeholder {
    color: #65657b;
    font-family: sans-serif;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
  }
  
  .input:focus ~ .placeholder,
  .input:not(:placeholder-shown) ~ .placeholder {
    transform: translateY(-30px) translateX(10px) scale(0.75);
  }
  
  .input:not(:placeholder-shown) ~ .placeholder {
    color: #808097;
  }
  
  .input:focus ~ .placeholder {
    color: #efe2ba;
  }
  
  .submit {
    background-color: #F13C20;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: #eee;
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    margin-top: 38px;
    outline: 0;
    text-align: center;
    width: 100%;
  }
  
  .submit:active {
    background-color: #06b;
  }
  