body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif;}

#main_container{
    margin-left: 150px;
    margin-right: 150px;
  
}

#lpg_container{
    margin-left: 350px;
    margin-right: 350px;
}
.mc {
	margin-left: 150px;
    margin-right: 150px;}

.overlay {
  z-index: 9;
  margin: -50px 0px 0px 0px;
	
		}

#imageUpload
{
    display: none;
}

#profileImage
{
    cursor: pointer;
}

#profile-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 10%;
    margin: auto;
	
}

#profile-container img {
    width: 150px;
    height: 150px;
}

#profile-container1 {
    width: 80px;
    height: 80px;
    overflow:auto  
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 10%;
    margin: auto;
	
}

#profile-container1 img {
    width: 80px;
    height: 80px;
}

#pc2 {
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 10%;
    margin: auto;
	
}
#profile-container2 img {
    width: 150px;
    height: 200px;
}

#middlehalf{
    padding: 20px 15px;
}

#pres_title{
    font-size: 16px;
    color: #00295a;
}

#project_title{
    font-size: 32px;
    color: #C61822;
}
#project_titlem{
    font-size: 18px;
    color: #C61822;
}


#head_saheb_image{
    width: 50%;
    margin-top: 15px;
}

#head_pres_image{
    width: 25%;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Dashed border */
hr.dashed {
  border-top: 3px dashed #bbb;
}

/* Dotted border */
hr.dotted {
  border-top: 3px dotted #bbb;
}

/* Solid border */
hr.solid {
  border-top: 1px solid #68131c;
}

/* Rounded border */
hr.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
}



label{
    color: #68131c;
}

input{
    color: #00295a;
}

option{
    color: #00295a;
}

#submitRegDetails{
    background-color: #00295a;
    margin-top: 20px;
    width: 50%;
    color: white;
    border-radius: 50px;
}

#submitRegDetails:hover{
    background-color: #68131c;
}

@media(max-width: 900px){
    #main_container{
        margin-left: 10px;
        margin-right: 10px;
    }

    #pres_title{
        font-size: 10px;
    }

    #project_title{
        font-size: 24px;
    }

    #head_saheb_image{
        width: 30%;
        margin-top: 15px;
    }
}

