*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html{
    font-family: 'Inconsolata', monospace;
    font-weight: 300;
    font-style: normal;
    height: 100%;
    background-color: rgb(255, 255, 255);
}

body{
    padding-bottom: 20px;
}
header{
    background-color: white;
    opacity: 70%;
}
.navbar{
    display: none;
}
.page_title{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    opacity: 70%;

    height: 120px;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-around;

    top: 0;
    z-index: 9999;
}
.pageName{
    font-size: 35px;
}
header{
    background-color: white;
    opacity: 70%;
}
a{
    text-decoration: none;
}
a:visited{
    color: rgb(17, 29, 68);
}
a:link{
    color: rgb(17, 29, 68);
}
li{
    list-style: none;
}

.navbar{
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

.nav-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.nav-branding{
    font-size: 2rem;
}
.nav-link{
    transition: 0.7s ease;
}
.nav-link:hover{
    color:rgb(55, 85, 150); 
}

.hamburger{
    /* display: none; */
    cursor: pointer;
}
.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgb(17, 29, 68);
}

.other_portfolio{
    font-size: 20px;
    display: flex;
    justify-content: space-between;  
}
.other_portfolio p{
    margin-top: 11px;
}
.other_portfolio a:link{
    text-decoration: none;
}

.menu_option{
    margin: 0 30px;
}

.menu-item-selected p{
    color: rgb(6, 13, 35);
}

.other_portfolio a:hover{
    color: rgb(55, 85, 150);
}

.menu_op1, .menu_op2, .menu_op3{
    margin-right: 30px;
    color: #525252;
    opacity: 80%;
}

.portfolio{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;

    padding: 60px;
}

.line1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    grid-row-gap: 40px;
}

.line1 img{
    width: 100%;
}


.photo2, .photo4{
    margin-left: 100px;
}

.photo3, .photo4{
    box-shadow: 10px 10px 15px #f4f4f4;
    margin-bottom: 70px;
    /* border-radius: 20px; */
    width: 400px;
}

.hr{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 20px 20px 20px;
    color: rgb(30, 29, 32);
}
.footer_wrap{
    width: 100%;

    text-align: center;
    padding: 10px;
    opacity: 60%;
}

.footer_wrap img{
    margin: 15px 5px 10px 5px;

}


.navbar{
    display: none;
}
