/* https://coolors.co/0d1f2d-546a7b-9ea3b0-fae1df-e4c3ad*/ 
h1 {
    font-size: 2rem;
    font-family: inherit;
    font-weight: 500;
    color: #0D1F2D;
}

h2 {
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 500;
    color: #9EA3B0;
}

.disclaimer {
    font-size: 1rem;
    color: #9EA3B0;
    margin-top: 1rem;
    display: none;
}
/* from getCSScan */
.button-6 {
  align-items: center;
  background-color: #000000;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 0.0625rem 0.1875rem 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 0.0625rem) calc(1.5rem - 0.0625rem);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
  margin-left: 0.625rem;
}

.button-6:hover{
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0.25rem 0.75rem;
}   
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.25rem 0.75rem;
  color: rgba(255, 255, 255);
}

.button-6:hover {
  transform: translateY(-0.0625rem);
}

.button-6:active {
  background-color:  #1e252a;
  color: rgba(255, 255, 255);
  transform: translateY(0);
}
form {
    margin-bottom: 1.875rem; 
}
header.hero h1 {
    font-family: Montserrat, sans-serif;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.4rem;
}

header.hero h1 span {
    font-weight: 300;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f4f4f4;
}
.container {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1.25rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
    border: 0.0625rem solid #000000;
}

#profile {
    background-image: linear-gradient(to bottom, rgb(255, 182, 246), rgb(255, 203, 203));
    border: 0.125rem solid black;
    border-radius: 0.9375rem;
    padding: 1.25rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}
#profile-inputs {
    border: 0.125rem solid black;
    border-radius: 0.1875rem;
    padding: 0.625rem;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
}

#profile-image {
    width: 9.375rem;
    height: 9.375rem;
    object-fit: cover;
    border-radius: 80%;
    margin-left: 0.9375rem;
    border: 0.25rem solid rgb(255, 255, 255);
}

#profile-info {
    flex-grow: 1;
}

#profileFull{
    padding: 0.9375rem;
    margin: 0.9375rem;
    border-radius: 0.625rem;
}
.header-container {
    transform: translateX(8rem); /* recenter after navigation margins - TODO (maybe): find diff way to recenter */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5rem;
    margin-bottom: 0.325rem;
    margin-top: 0.325rem;
  }
  
#main-title {
    color:#000000;
    font-size: 2rem;
    font-family: inherit;
    color: inherit;
    font-weight: 1000; 
    text-decoration: none;
}
  
#login-questions {
    text-align: center;
}

.navigation {
    font-size: 1.25rem;
    display: flex;
    transform: translateX(14rem); 
}

.navigation a {
    margin-left: 2rem;
    position: relative; 
    padding: 0.0125rem 0.0625rem;  
    color: #0D1F2D;  
    font-weight: bold;    
    text-decoration: none; /* no double underline */
}
.navigation a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0; 
    height: 2px;  
    background-color: #FF3131;  
    transition: width 0.3s ease-in-out;  
}

.navigation a:hover:after {
    width: 120%; 
}
.job-experience { 
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.job-experience:hover {
    background-color: #f1f1f1;
    transform: scale(1.01), translateY(-1px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.job-details {
    display: none;
    padding: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.btn-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.divider {
    width: 100%;
    height: 0.5px;
    border: 1px solid #ddd;
    margin: 10px 0;
  }
  
.rounded-input {
    border-radius: 1rem;
    padding: 1.25rem;
}

.form-group {
    margin-bottom: 1rem;
}
.login-container{
    max-width: 500px;
    margin: 0 auto; 
    border: 1px solid #000000;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    padding: 1rem;
}