/* -------------------------GENERAL STYLES ------------------------- */
body{
    background-color: #edeeef;
    font-size: 1rem;
    line-height: 1.5;

    /* Noto 400 */
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin: 0;
}

section{
    padding-top: 3rem;
}

.section-heading{
    text-align: center;
    margin-bottom: 3rem;
}

.lead{
    font-size: 1.25rem;
    font-weight: 300;
}
.section-heading h2{
    font-size: 3rem;
    margin-bottom: .5rem;
    margin-top: 0;
}

/* .content-section{
    padding-top: 7.5rem;
    padding-bottom:7.5rem;
} */

section{
    padding-left: 2rem;
    padding-right: 2rem;
}

/* -------------------------NAVBAR------------------------- */
ul#nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    width: auto;
}
ul#nav li{  /*styles navbar*/
    font-family: 'Ramabhadra', sans-serif;
    display: inline-block;
    text-align: center;
    padding: 14px 16px 0px 16px;
    text-shadow: 1px 1px 3px black;
}
#home ul li a{
    color:white;
    /*sets color of navbar*/
}
#home li a:hover{
    color: #3f8efc;
}
/* -------------------------HOME PAGE ------------------------- */
#home{
    background: url("/images/Field.JPG") no-repeat top center;
    background-size:initial;
    -webkit-background-size: cover;
    color:white;
}
#social{
    margin: 24px;
    padding: 0;
    font-size: 30px;
    list-style: none;
    text-align: center;
    width: auto;
    overflow: hidden;
}
#social li{
    display: inline-block;
    padding: 14px 16px;
}
#name{
    font-family: 'Ramabhadra', sans-serif;
    font-size: 90px;
    
}
.center{
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner{
    margin: 18%;
    text-align: center;
    text-shadow: 2px 2px 3px black;
}

/* -------------------------ABOUT SECTION------------------------- */
#about{
    color:black;
    /* padding-top: 5rem; */
    padding-bottom: 5rem;
    font-family: 'Ramabhadra' sans-serif;
}

#profile{
    height: 20%;
    width: 20%;
    border-radius: 50%;
    border: 8px solid gray;
    margin: 0 auto;
    object-fit: cover;
}

.intro-container{
    display: flex;
    flex-direction: column;
    /* padding: 2rem; */
    gap: 2rem;
}

.bio-section{
    display: flex;
    align-items: center;
    background-color: #edeeef;
    /* padding: 2rem; */
}

.intro-desc{
    margin-left: 2rem;
    padding: 1rem;
    width: 70%;
    font-size: 1.5rem;

    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

@media only screen and (max-width: 740px){
    .bio-section{
        flex-direction: column;
    }
    .intro-desc{
        padding: 0;
        margin: 0;
        width: 100%;
    }
    #profile{
        margin: 0;
        height: 100%;
        width: 100%;
        margin-bottom: 2rem;
    }
}


/* ========================== SKILLS= ======================= */
#skills{
    background-color: white;
    /* padding-top: 5rem; */
    padding-bottom: 5rem;
}

.skill-container{
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;;
    padding-top: auto;
    padding-bottom: auto;
}

.skill-row{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.skill-box {
    display: inline;
    background: #e6e7e8;
    padding: .4rem;
    
}

/* -------------------------PROJECTS------------------------- */
#projects{
    /* padding-top:5rem; */
    padding-bottom: 5rem;
}

.project_container{
    display: flex;
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between;
    padding: 2rem;
}

.pbox{
    margin-left: 1rem;
    min-width: 30%;
    max-width: 50%;
    margin-bottom: 2rem;
}

.pimg{
    padding: 5rem;
    justify-content: center;
    text-align: center;
    color: white;
}

.ptxt{
    margin-top: 1rem;
}

#cpp{
    background: url(Images/Bg1.JPG);
}

#bit{
    background: url(Images/Bg1.JPG);
}

#gis1{
    color: black;
    background: url(project_files/3040/3040_cover.PNG) center left;
}

#gis2{
    background: url(project_files/4940/4940_cover.PNG);
}

#dij{
    background: url(Images/Bg1.JPG);
}

#rs1{
	color: black;
	background: url(project_files/3380/3380_cover.PNG) center;
	
}


@media only screen and (max-width: 768px) {
    .project_container{
        flex-direction: column;
    }
    .pbox{
        max-width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    #name{
        font-size: 40px;
    }
}

@media only screen and (max-width: 525px) {
    #name{
        font-size: 60px;
    }
}

@media only screen and (max-width: 320px){
	.pimg{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}


/* ================== RESUME ================ */
.bio-link{
	color: black;
}