:root {
    --primary-color: #5a7ba6;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media(max-width: 820px) {
    h1 {
        font-size: 32px;
    }
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    
  margin: 0;
  padding: 0;
}


#resume {
   background-color:black;
   position: relative;
  

}

.awardText {

    display: flex;
    align-items: center;

}

.awardText p {

    margin-bottom: unset;

}



.companyImage {
    max-height: 40px;
    max-width: 40px;
}

.content {
    border: 2px solid #7393B3;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08),0 3px 6px rgba(0,0,0,0.15);
    background-color: white;
}

#contact {
    background-color: var(--primary-color) ;
    align-items: center;
    position: relative;
    color: white;
    padding: 20px;
}


.contact {
    padding-bottom: 10px;
    /*padding-left:10px; */
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    max-width: 675px;
}


.contactInfo {
    font-weight: bold;
    text-align: left;
}



.curve {
    position: absolute;
    height: 225px;
    width: 100%;
    bottom: 0;
}

    .curve::before {
        content: '';
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 55%;
        height: 100%;
        background-color: white;
        transform: translate(85%, 60%);
    }

    .curve::after {
        content: '';
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 55%;
        height: 100%;
        background-color: #eb8634;
        transform: translate(-4%,40%);
        z-index: 1;
    }

.description {
    font-family: Helvetica, sans-serif;
    padding-top:10px;
    padding-left: 10px;
    padding-right: 10px;
}

.navItem {
    display: flex;
    justify-content: center;
    align-items: center;         
    background-color: black;
    color: white;
    border-radius: 50px;
    /*border: 2px solid var(--primary-color);*/
    
    font-weight: bold;
    
    font-family: monospace;
    font-size: 18px;
    text-align:center;
    height: 45%;
    width: 45%;
    min-width: 100px;
    min-height: 100px;



   

}
    .navItem:hover{
        background-color: white;
        color: black;
        cursor: pointer;
    }



.experienceDiv {
    background-color: white;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
   /* box-shadow: 0 3px 6px rgba(0,0,0,0.08),0 3px 6px rgba(0,0,0,0.15);*/
    border-style: solid;
    border-color: var(--primary-color);
}

.form-group {
    margin-bottom: 15px;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .form-group textarea {
        resize: vertical;
    }

    .form-group button {
        background-color: black;
        color: white;
        border: none;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 4px;
        cursor: pointer;
    }

        .form-group button:hover {
            background-color: white;
            color: black;
        }

.formLabel {
    
    font-family: monospace;

}

#intro {
    height: 100vh;
    position: relative;
    /*background-image: url("/images/Topographic-map.jpg");*/
    background-color: var(--primary-color);
    overflow-x: hidden;
    overflow-y: hidden;
    display:flex;
    flex-direction: column;
    align-items: center;
}

#introContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    
}

label {
    font-size: 18px;
}


.lilita-one-regular {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.linkStyle {
    color: #1779ba;
    cursor: pointer;
}

#linkedIn:hover {
    cursor: pointer;
}

#github:hover {

    cursor: pointer;
}



.name {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation {
    color: #7393B3;
    border-style: solid;
    border-radius: 5px;
    /*margin-top: 10px;*/
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

    .navigation:hover {
        background-color: #7393B3;
        color: white;
        border-style: solid;
        border-color: #7393B3;
        border-radius: 5px;
        cursor: pointer;
    }

.navbar-toggler.open .navbar-toggler-icon {
    background-image: none;
    position: relative;
}

    .navbar-toggler.open .navbar-toggler-icon::before,
    .navbar-toggler.open .navbar-toggler-icon::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: white;
        top: 50%;
        left: 50%;
        transition: all 0.3s ease;
    }

    .navbar-toggler.open .navbar-toggler-icon::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .navbar-toggler.open .navbar-toggler-icon::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }


.parent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.profile {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

#profileImage {
    height: 60px;
    width: 60px;
}

.profileName {
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
}

#resume {
    padding: 20px;

}

.researchPoster:hover {
    cursor:pointer;

}

.resumeDiv {
    margin-top:20px;
}
.role {
    font-weight: bold;
    margin-left: 10px;
}

.sectionHeader {
    color: var(--primary-color);
    margin-top: 10px;
    /*font-family: monospace; */
    
}
.selected {
    background-color: #7393B3;
    color: white;
}

.skill {
    background-color: black;
    color: black;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    border-color: var(--primary-color);
    border-style: solid;
    border-radius: 5px;
    color: var(--primary-color);
}

.skillText {
    color: grey;
    padding-left: 10px;
    padding-right: 10px;
    
}


    



   .skill:hover {
        cursor: pointer;
        
    }

    .skill.active {
        background-color: var(--primary-color);
        border-style: solid;
        border-color: black;
        color: black;
    }

#successMessage {
    font-family: monospace;
    font-size: 24px;
   
}

.title {

    font-size: 40px;

}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-target {
    position: relative;
    cursor: pointer;
}

.tooltip {
    visibility: hidden;
    width: 140px;
    height: 40px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -160%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
}

    .tooltip::after {
        content: "";
        position: absolute;
        top: 100%; 
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

.tooltip-target:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

#toTopButton {
    width: 50px;
    height: 50px;
    color: black;
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 50px;
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
}

#toTopButton:hover {

   cursor: pointer;
  
}

ul.companyDescription {
    list-style-type: none;
    opacity: 50%;

    
}

    ul.companyDescription li:before {
        content: "\2013"; /* Unicode for dash */
        display: inline-block;
        width: 1em; /* Adjust as needed */
        margin-left: -1em; /* Negative margin to move dash to left */
    }



ul.stay {
    position: fixed;
    top: 0;
    width: 100%;
}

#about {
    align-items: center;
    position: relative;
    background-color: black;
    color: white;
    padding: 20px;
    font-size: 18px;

}

#whyText {
    font-family: monospace;
}

.navbar {
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .navbar .navbar-brand {
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
    }

    .navbar .nav-link {
        color: #ffffff !important;
        text-transform: uppercase;
        font-family: monospace;
    }

        .navbar .nav-link:hover {
            color: #bbbbbb !important;
        }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}  

/*small screen*/
@media(max-width: 640px) {

    .hidden-on-small {
        display: none;
    }

    .alignCenter {
        text-align: center;
    }

    .displayOnSmall {
        display: block;
    }

    label {
        font-size: 16px;
    }

    .contact {
    
        flex-direction: column;

    }

    .contactInfo {
        text-align: center;
    
    }

    .small-margin-top {
    
        margin-top: 10px;
    
    }

    /*.navItem {
        height: 150px;
        width: 50%;
    }    */
}

#downButton {
    position: absolute;
    bottom: 120px;
    width: 50px;
    height: 50px;
    background-color: black;
    color: #5a7ba6;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

/*medium screen*/
@media(min-width: 641px) {

    .screenHeight {
        height: 100vh;
    }

    .title {
    
        font-size: 60px;
    }
  
}

/*large screen and greater*/
@media(min-width: 1025px) {
    .screenHeight {
        height: 100vh;
    }
   .navItem {
        height: 150px;
        width: 150px;
    }        

    .title {
    
        font-size: 80px;

    }
}

@media(min-width: 1440px) {

    .navItem {
   
       height: 200px;
       width: 200px;
    }


}
@media(min-width: 1900px) {

    .navItem {
    
        height: 250px;
        width: 250px;
    
    }

}




