/* 
    Dross architecture.html
    Author: Ray McVeety
    The Architecture page of an arcitects portfolio. Seperate from the landing page. 
*/

/* GENERAL PAGE STYLING */
html{
    scroll-behavior: smooth;
}

html, body, h1, h2, h3, ul, li, #Name{
    font-family: 'Roboto', sans-serif;
    background-color: hsl(0, 0%, 96%);
}

a{
    text-decoration: none;
}

li{
    list-style-type: none;
}


/*END GENERAL PAGE STYLING*/

/*--------------------------------------------------------------------------------------*/

/*BEGIN TOP OF PAGE STYLES*/
.top-container{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    padding-bottom: 3px;
}

.name{
    grid-area: 1 / 1 / span 1 / span 1;
    color: hsl(0, 0%, 25%);
    transition: all 0.2s;
}
.name:hover{
    color: hsl(0, 0%, 60%);
}
.sub-name-wrapper{
    grid-area: 1 / 3 / span 1 / span 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}
.sub-name{
    color: hsl(0, 0%, 25%);
    margin-bottom: 8px;
    padding-right: 54px
}

/*END TOP OF PAGE STYLES*/
/*--------------------------------------------------------------------------------------*/

/* BEGIN DROP DOWN STYLES */
.drop-down-btn-container-out{
    grid-area: 1 / 5 / 1 / 6;

}

.drop-down-btn-container{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.drop-down-btn{
    margin-right: 15px;
    margin-top: 10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid hsl(0, 0%, 25%);
    z-index: 2;
    position: fixed;
    transition: 0.3s;
}
.drop-down-btn:hover{
    border-top: 10px solid hsl(0, 0%, 60%);
}

.drop-down-menu{
    position: fixed;
    grid-area: 1 / 5 / 1 / 6;
    width: 19%;
    min-width: 220px;
    height: 34px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 1;
    display: none;
}

.drop-down-menu, .drop-down-list, .list-link, .list-link-wrapper{
    background-color: hsl(0, 0%, 92%);
}

.drop-down-list{
    padding-inline-start: 30px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.list-link-wrapper{
    padding-bottom: 25px;
    width: 80%;
}

.architecture-wrapper{
    padding-top: 10px;
}

.list-link{
    color: hsl(0, 0%, 25%);
    border-bottom: 1px solid hsl(0, 0%, 25%);
    transform: translate(50px, 100px);
}

.list-link-wrapper, .list-link{
    transition: all 0.2s;
}

.architecture-link{
    padding-right: 75px;
}
.modeling-link{
    padding-right: 92px;
}
.skills-link{
    padding-right: 80px;
}
.contact-link{
    padding-right: 108px;
}


.architecture-link, .modeling-link, .skills-link, .contact-link{
    padding-bottom: 3px;
}

/*END DROP DOWN STYLES*/
/*----------------------------------------------------------------------------------------*/

/*BEGIN DISPLAY STYLING*/
.border-div-grid{
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(10, 1fr);
    padding-bottom: 15px;
}
.border-div{
    grid-area: 1 / 2 / span 1 / span 8;
    border-bottom: 1px solid hsl(0, 0%, 25%);
}

.work{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    
}

.spacer{
    width: 14%;
}
.selection{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, 1fr);
    height: 30%;
    margin-right: 5px;
    margin-left: 5px;
}

.selection-out{
    border-left: 1px solid hsl(0, 0%, 25%);
}

 .dot-1, .dot-2, .dot-3{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid hsl(0, 0%, 25%);
    margin-bottom: 3px;
    transition: 0.4s;
} 


.dot-container-1{
    grid-area: 1 / 1 / span 1 / span 1;
    width: 100%;
}

.dot-container-2{
    grid-area: 2 / 1 / span 1 / span 1;
    width: 100%;
}

.dot-container-3{
    grid-area: 3 / 1 / span 1 / span 1;
    width: 100%;
}

.dot-container-1, .dot-container-2, .dot-container-3{
    display: flex;
    justify-content: center;
}

.display{
    width: 80%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.display-image{
    width: 80%;
    grid-area: 1 / 1 / span 1 / span 1;
    transition: all 1s;
}

.caption-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.caption{
    color: hsl(0, 0%, 25%);
}

.selection-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 0.75rem;
}


.first-pic{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 2px;
    font-size: 1.5em;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.second-pic{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 2px;
    font-size: 1.5em;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.third-pic{
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 2px;
    font-size: 1.5em;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}
.first-pic, .second-pic, .third-pic{
    color: hsl(0, 0%, 25%);
    margin-left: 2px;
    margin-right: 2px;
    border-bottom: 2px solid transparent;
}
.first-pic:hover, .second-pic:hover, .third-pic:hover{
    border-bottom: 2px solid hsl(0, 0%, 25%);
    cursor: pointer;
}
.second{
    padding-top: 40px;
    border-top: 1px solid hsl(0, 0%, 25%);
    padding-bottom: 40px;
}

/*END DISPLAY STYLING*/
/*----------------------------------------------------------------------------------------*/

/*BEGIN FOOTER STYLING*/
.link-flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}
.end-link{
    padding-left: 10px;
    padding-right: 10px;
    color: hsl(0, 0%, 25%);
    text-decoration: none;
    transition: 0.3s;
}
.end-link:hover{
    color: hsl(0, 0%, 60%);
}
.link-box{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid hsl(0, 0%, 25%);
}

.text-container{
    display: flex;
    height: auto;
    min-height: 200px;
    justify-content: center;
    align-items: center;
}
.first-text, .second-text, .third-text{
    font-style: italic;
    text-align: center;
    width: 70%;

}

/*END FOOTER STYLING*/
/*--------------------------------------------------------------------------------------*/

/* ALL DISPLAY IMAGES HAVE THIS CLASS*/
.max-width{
    max-width: 700px;
}
/*---------------------------------------------------------------------------*/

/*BEGIN JAVASCRIPT TOGGLE CLASSES*/
.visible{
    opacity: 1;
}
.invisible{
    opacity: 0;
}
.change{
    -webkit-transform: rotate(-180deg) translate(0px, 6px);
    transform: rotate(-180deg) translate(0px, 6px);
}
.clicked-dot{
    background-color: hsl(0, 0%, 25%);
}
.hovered-dot{
    background-color: hsl(0, 0%, 25%);
}
.clicked-selector{
    border-bottom: 2px solid hsl(0, 0%, 25%);
}
.hovered-selector{
    background-color: hsl(0, 0%, 25%);
}

.current-page{
    color: hsl(0, 0%, 60%);
    border-bottom: 1px solid hsl(0, 0%, 60%);
}
.display-none{
    display: none;
}

/*---------------------------------------------------------------------------------------*/

/*BEGIN MEDIA QUERIES*/

/*SMALLEST DEVICES*/
@media screen and (max-width: 330px){
    .selection-bar{
        font-size: 0.5rem;
    }
    

}

/*MEDIUM PHONE/LANDSCAPES*/
@media screen and (min-width: 600px){
    .sub-name{
        padding-right: 0px;
    }
}
@media screen and (min-width: 600px) and (orientation: landscape){
    .sub-name{
        padding-right: 0px;
    }
    .display{
        max-width: 300px;
    }
    .text-container{
        min-height: 140px;
    }
}
@media screen and (min-width: 600px) and (orientation: portrait){
    .sub-name{
        padding-right: 0px;
    }
    .display{
        max-width: 900px;
    }
    .text-container{
        min-height: 250px;
    }
}

/*LARGE PHONE/LANDSCAPES*/
@media screen and (min-width: 800px){
    .sub-name{
        padding-right: 0px;
    }
}
@media screen and (min-width: 800px) and (orientation: landscape){
    .sub-name{
        padding-right: 0px;
    }
    .display{
        max-width: 900px;
    }
    .text-container{
        min-height: 200px;
    }
}

/*DESKTOP*/
@media screen and (min-width: 1000px){

    .architecture-link{
        padding-right: 107px;
    }
    .modeling-link{
        padding-right: 125px;
    }
    .skills-link{
        padding-right: 114px;
    }
    .contact-link{
        padding-right: 138px;
        /* transform: translateX(-3px); */
    }
    .spacer{
        width: 8%;
    }
    .selection-bar{
        font-size: 1.0rem;
    }
    
}