

body{
    background-color: darkgoldenrod ;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

.cross-page{
    margin: auto;
    width: 99%;
    background-color: blanchedalmond;  
    display: block;
    /* border: 2px black solid; */
    border-radius: 2em;

    
}



.nav-item{
    display: inline-block;
    
}

.nav-link{
    font-family: 'Gill Sans', Cochin, Georgia, Times, 'Times New Roman', serif;

    text-decoration: none;
    text-align: center;
    font-weight: 600;
    color: darkolivegreen;

    position: relative;
    top: -15px;


    justify-content: flex-end;
    align-items: end;
    align-self:flex-end;


    border-radius: 2rem;
    padding: 0.3%;
    background-color: rgb(218, 242, 95);

} 

.nav-link:hover{
    background-color: rgba(9, 145, 175, 0.8);
    /* opacity: 0.8; */
    padding: 0.3%;
    transition: 0.9s;

} 

.disable-link{
    color: red;
}

.page-content{
    text-align: center;
    align-items: center;
    justify-content: center;

}

.page-title{
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 3rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: block;
    /* margin: auto; */
    margin-top: 0.5%;
    /* text-align: center; */
    position: relative;
    left: 10%;

}

.align-right{
    text-align: right;
    
}

.text-box-holder{
    padding: 2%;
    width: 80%;
    text-align: center;
    background-color: antiquewhite;
    border-radius: 1em;
    margin: auto;
    /* height: min-content; */
}

.textbox{
    display: inline-block;
    /* text-align: center; */
    margin: auto;
    width: 45%;
    /* min-width: 20%; */
    height: max-content;
    /* min-height: 20px; */
    /* background-color: red; */
}

.headshot-img{
    height: 40%;
    border-radius: 100rem;
    text-align: center;
    /* width: 20%; */
}

.project-holder{
    background-color: rgba(255, 255, 240, 0.797);
    color: black;
    display: inline-block;
    width: 40%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    min-height: 12rem;
    padding: 0.5%
    /* height: fit-content; */
    
}

.project-image-holder{
    width: 100%;
    border-radius: 2rem;
    position: relative;
    top: 2px;
    /* background-color: aqua; */
}

.project-image{
    height: 7rem;
    /* width: 90%; */
    /* display: flex; */
    margin: auto;
    border: 2px solid black;
    border-radius: 8rem;
    margin-top: 0.5%;
}

.project-hover:hover{
    /* background-color: blue; */
    background-color: rgba(0,0,0,0.5);
    transition: 0.2s;
    padding: 1%;
}

/* .project-holder:hover{
    background-color: rgba(0,0,0,0.5);
    transition: 0.2s;
    padding: 1%;
} */

.box-seperator{
    /* rotate: 90deg; */
    font-size: 3rem;
    font-weight: bolder;

    /* height: 100%; */
    width: 99%;
}

.transparent-link{
    text-decoration: inherit;
    color: inherit;
}

.service-odd{
    position: relative;
    left: 2%;
}

.service-even{
    position: relative;
    right: -55%;
    text-align: right;
}

.style-button{
    display: flex;
    border-radius: 3px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    position: relative;
    border: none;
    background-color: rgba(228, 211, 116, 0.746);
    color: inherit;
    padding: 0.5%;
    top: 2rem;
    left: 5%

}

.style-button:hover{
    display: flex;
    border-radius: 3px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    position: relative;
    border: none;
    background-color: rgba(243, 216, 66, 0.895);
    color: inherit;
    padding: 0.5%;
    top: 2rem;
    left: 5%

}

