*{
    margin: 0;
    /* height: 100%; */
}
section{
    /* display: block; */
    margin: 0;
    min-height: 0;
    overflow: hidden;
    width: 100%;
}
.col-container{
    /* display: table; */
    width: 100%;
    height: 100%;
}
.row{
    /* display: table-row; */
    height: 100%;
}
/* .row::after{
    content: '';
    display: table;
    clear: both;
} */
.col{
    display: table-cell;
    height: 100%;
}
/* .col>.content{
    height: 100%;
} */
/* menu styling */
.side-menu{
    width: 100vw;
    background-color: slategray;
    text-align: center;
}
.personal-photo{
    height: 150px;
    width: 100px;
    margin-top: 50px;
}
.contact-logo {
    display: flex;

}

.contact-logo-list {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.contact-logo-list-item {
    float: left;
    margin: 5px;
}

.contact-logo-list-item img {
    height: 20px;
    width: 20px;
}

.nav-buttons{
    margin-top: 50px;
    /* display: grid;
    place-content: center; */
    height: 200px;
    position:relative;
}
.nav-buttons ul{
    /* justify-content: center; */
    height: 200px;
    /* display: grid;
    place-content: center; */
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-65%);
    margin: 0;
    position: absolute;

}
.nav-buttons ul li {
    list-style: none;
    /* width: 125px; */
}
.nav-buttons ul li button{
    background-color: antiquewhite;
    /* background: transparent; */
    width: 125px;
    /* border: 1px solid black; */
    margin-top: 5px;
    cursor: pointer;
    /* box-shadow: inset 0 0 0 1px currentColor; */
}

.nav-buttons ul li button{
    background-color: lightgray;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(to right, darkgray, white) 1;
}

.nav-buttons ul li button:hover{
    background-color: lightblue;
    opacity: .7;
    /* -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; */
    transition: all .5s ease-in-out;

}

/* end menu styling */

/* Start of Nav Card Styling */
    .nav-cards{
        display: flex;
        margin-bottom: 25px;
        margin-top: 10px;
        /* width: 100%; */
        justify-content: center;
        /* margin: 0 30% ; */
        align-items: center;
        /* max-width: 150px; */
    }
    .card{
        z-index: 1;
        background: #EBEBEB;
        border-radius: 1rem;
        padding: 1.2rem;
        box-shadow: 4px 4px 12px 2px rgb(black, .6);
        transition: .2s;
        margin: 2px;
        font-size: medium;
        min-height: 75px;
    }

    .card:hover{
        transform: translateY(-.5rem);
    }
    .card.active{
        background-color: lightslategray;
    }


/* end of nav card styling */

/* start body detail styling */
.details-body{
    
    text-align: center;
    /* height: 100vh; */
    /* display: inline-block; */
    display: flex;
    flex-direction: column;
    /* margin-left: 25px; */
}
.details-card{
    display: none;
    margin-top: 15px;
}

.details-card.active{
    display: flex;
    justify-content: center;
}
.contact{
    flex-direction: column;
    align-items: center;
}

/* .details-card.{
    display: flex;
} */

.details-mini-card.active{
    display: flex;
    flex-direction: column;
    width: 70%;
}

.details-mini-card{
    display: none;
}

.details-mini-card h4{
    margin-top: 30px;
    display: flex;
}
.details-mini-card p{
    text-align: start;
}

.bio-nav{
    min-width: 70px;
    margin: 3px;
    font-size: medium;
}

.bio-nav.active{
    background-color: lightslategray;
}

/* .bio-nav:hover{
    transform: translateX(-.25rem);
} */

/* end body detail styling */

/* start of portfolio styling */

.portfolio h4{
    margin-left: 25px;
}
/* end of portfolio styling */

/* contact me styling */

.contact-me-link-container{
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 70vw;
    list-style: none;
    margin-top: 50px;

}
.contact-me-link-container li{
    margin-top: 20px;
}
.contact-me-link-container button{
    width: fit-content;
    padding: 0;
    /* padding-right: 5px; */
    background-color: lightgray;
    border-radius: 5px;
    margin-left: 10px;
    font-size: larger;
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    margin-left: 30px;
    z-index: 1;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }


.dialValue{
    margin-bottom: 15px;
}
.dialValue span{
    color: gray;
}
.dialValue a{
    text-decoration: none;
    color: black;
}
.container{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: inset 0px 0px 6px 3px silver;
    /* line-height: 60px; */
    text-align: center;
    margin-bottom: 25px;
    
}
.quarter{
    position: absolute;
    width: 75px; 
    height: 75px; 
    background-image: rgb(187, 186, 186);
    transition: transform .5s;
    opacity: .5s;
    /* border: 1px solid black; */
    /* text-align: center; */
}
.center-circle{
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: silver;
    top: calc(50% - 12.5px);
    left: calc(50% - 12.5px);
    border-radius: 90%;
    box-shadow: 0px 0px 3px 3px silver;
    z-index: 10;

}
.top{
    left: 0;
    top: 0;
    border-top-left-radius: 75px;
    line-height: 75px;
}
.top:hover{
    z-index: 2;
    box-shadow: 0px 0px 20px black
}
.right{
    left: 75px;
    top: 0;
    border-top-right-radius: 75px;
    line-height: 75px;
    /* rotate: 90deg; */
}
.right:hover{
    z-index: 2;
    box-shadow: 0 0 20px black;
}
.bottom{
    left: 0;
    top: 75px;
    border-bottom-left-radius: 75px;
    line-height: 75px;
}
.bottom:hover{
    z-index: 2;
    box-shadow: 0px 0px 20px black;
}
.bottom img{
    height: 20px;
    background-color: white;
}
.left{
    left: 75px;
    top: 75px;
    border-bottom-right-radius: 75px;
    line-height: 75px;
}
.left img{
    height: 20px;
}
.left:hover{
    z-index: 2;
    box-shadow: 0px 0px 20px black;
}

/* end of contact me styling */

/* resume styling */
.details-card.resume a{
     height: 30px;
}
.resume-download{
    margin-right: 5vw;
    margin-left: 10px;
    align-items: center;
} 
 .resume-preview{
    height: 70vh;
    width: 60vw;
}
/* End of Resume styling */

/* Start of timeline bio styling */
.timeline-column{
    float: right;
    width:25%;
    margin-right: 20px;
}

.timeline{
    height: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.timeline h3 {
    text-decoration: underline;
    margin-bottom: 15px;
}

.timeline h4 {
    position: relative;
}
.timeline-item{
    /* margin-top: 13px; */
    border: black 1px solid;
    box-shadow: darkgrey 3px 5px;
    width: 100%;
    padding: 5px;
    background-color: rgb(243, 227, 198);
    display: inline-block;
}



.timeline-colorful-display {
    background-color: rgb(243, 227, 198);
}  

.timeline-item:hover{
    background-color: rgb(184, 206, 252);
}

.timeline li{
    padding-bottom: 1.5rem;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    list-style: none;
}

.work:before{
    content: '👔';
    position: absolute;
    left: -12px;
    top: 25%;
}
.school:before{
    content:'🎓';
    position: absolute;
    left: -12px;
    top: 25%;
}

/* Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
  }
  
.tooltip .timeline-tooltip {
visibility: hidden;
font-size: 14px;
font-weight: 200;
width: 120px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
position: absolute;
z-index: 1;
/* bottom: 125%; */
right: 105%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s;
}


.tooltip:hover .timeline-tooltip {
visibility: visible;
opacity: 1;
}
/* end tooltip */

@media screen and (max-width: 670px) {
    .details-card.active{
        max-width: 80%;
        margin-left: 10px;
    }
    .card{
        padding: .3rem;
    }
    .bio{
        margin-right: 8px;
    }
    .portfolio{
        flex-wrap: wrap;
    }
}
