body{
    font-family: 'Roboto Condensed', sans-serif;
    margin : 0;
    /*background-color: blue;*/
    background-image: url(../assets/images/pineapple.jpg);
    background-size: cover;
    background-color: whitesmoke;
   
}

.grid-area{
    
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 70px auto ;
    height: 100vh;
    
    
    
}


#content-education{
    overflow-x:auto;
}
.picture-theme-area{
    padding:0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3fr auto 1fr;
}

.picture-area img{
   border-radius: 50%;
   height: 20vw;
   width: 20vw;
   margin: 10%;
   border: 5px solid black;
}
.navbar-list{
    margin: 0;
    display: flex;
    height: 70px;
    
   
    grid-column: 1 / 3; 
    align-items: center;
   justify-content: center;
}
li{
    list-style-type: none;
}
.navbar-list a{
    padding: 20px;
    color: white;
    text-decoration: none;
}
 .navbar-list-item.active {
    background-color: #d6d6d6;
}
.navbar-list a:hover{
    background-color: #d6d6d6;
}
#navbar-picture{
    display: none;
}
#navbar-about{
    display: none;
}
.college-image-1{
    height:15vh;
    width:auto;

}
.college-image-2{
    padding-left: 50%;
    height:15vh;
    width:auto;

}
#content-home{
    display: block;
}
#content-education{
    display: none;
}
#content-experience{
    display: none;
}
#content-contact{
    display: none;
    justify-content: center;
    text-align: center;
}
#content-experience h2{
    justify-content: center;
    text-align: center;
}
#content-picture{
    display: none;
}
#content-contact a{
    justify-content: center;
    text-align: justify;
    border-radius: 50%;
    padding:15px;
    color: black;
    text-decoration: none;
    background-color: #ffee32;
}
#content-about{
    display: none;
}
#profile-image{
    height: 80%;
    width: 80%;
    margin: 10%;
}

table{
    margin-top: 15%;
    margin-left: 15%;
}
th{
    justify-content: center;
}
tr{
    padding:20%;
    justify-content: center;
}
td{
    padding:6%;
    justify-content: center;
}
#content-home h1{
    padding-top: 15%;
    color: white;
    font-family: 'Pacifico', cursive;
    justify-content: center;
    margin: 10px;

}

.theme-area a{
    color: #202020;
    justify-content: center;
    text-align: center;
    
    margin-bottom: 0;
    margin-left: 15%;
}
.time-area p{

    text-align: center;
    padding:0;
}
.under-content-area h2{
    justify-self: center;
}
.theme-area h2{
    margin-left: 25%;
    align-self: center;
}

@media screen and (max-width: 800px){
    .grid-area{
    grid-template-columns: 1fr ;
    grid-template-rows: 70px auto ;
    /*grid-template-rows: 40px 2fr 6fr ;*/
    }
    
    .navbar-list{
        grid-column: 1 / 2; 
        justify-content: space-evenly;
    }
    .navbar-list a span{
        display: none;
    }
    .picture-theme-area{
        display:none;
        
    }
    #navbar-picture{
        display: block;
    }
    #navbar-about{
        display: block;
    }
    
}
