﻿/*All setup css
https://www.w3schools.com/css/css_examples.asp
*/
											/*This 		website is developed by Manish Kumar Sharma, PGT Computer, LASEC Jhalawar.*/	
﻿* {
    box-sizing: border-box;
}

/*-------------------------*/

.Latest  {
    width:100%;
    height:auto;
    padding: 0px;
    margin-top:-23px;
    background-color: #1e4d72;
    color: #fff;
    text-shadow: 1px 1px 1px #0E0E0E;
    text-align: center;
    font-size: 20px;
    word-spacing:2px;
    letter-spacing:1px;
    z-index:0
    	} 

.Latest a {
	color:#fff;
	}
/*-------------------------*/                                                                    				
.Welcome-Container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    margin-top:5px;
    padding:0px;
    height:auto;
    width:100%;
    text-align: center;
    align-items: center;
    align-content: center;
    background-color: #ffffff;
	/*border:1px solid red;*/
    	}

.Welcome-Head {
    color: #1e4d72;
    text-shadow: 1px 0px 1px #B8860B;
    text-align: center;
    word-spacing:2px;
    letter-spacing:2px;
    font-size:40px;
    font-weight:bold;
    width:50%;
    font-family: "Sofia", montserrat, sans-serif;
		
    border-style:solid;
    border-right-width: 0px;
    border-bottom-width: 4px;
    border-right-color:#FF8C00;
    border-bottom-color:#FF8C00;
    border-top-width: 0px;
    border-left-width: 0px;
    border-radius:10px;    
    padding:5px;
    margin:8px;
    }

.Welcome-Text {
    color: #000000;
    text-align: justify;
    padding: 20px;
    margin:10px;
    word-spacing:3px;
    letter-spacing:0px;
    line-height:30px;
    font-size:22px;
    font-family: "Sofia", montserrat, sans-serif;    
    object-fit: cover;
    width:80%;
	/*border:1px solid green;*/ 
   	}
/*-------------------------*/

.Circle-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding:3px;
    margin:auto;
    height:auto;
    width:100%;
    text-align: center;
    overflow:auto; 
    /*border-bottom:1px solid #1e4d72;*/
    }

.circle1 {
	    margin:auto;
	    }

.circle1   img {
    height:180px;
    width:180px;
    border-radius:50%;
    border:2px solid #FF8C00;
    z-index:99;
    	} 

.circle1 h5 {
    	color:#8B0000;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 2px;
    	margin:2px;
    	word-spacing:1px;
    	font-size:20px;
    	font-weight: bold;    	
    	}
    	
.circle1 h6 {
    color: #2F4F4F;
    text-align: center;
    padding: 0px;
    margin:0px;
    word-spacing:1px;
    font-size:18px;
    }

.circle1 h1 {
	font-size:16px;
	}

.chairperson {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding:3px;
    margin:auto;
    height:auto;
    width:100%;
    text-align: center;
    overflow:auto; 
    }

.chairperson   img {
    height:30%;
    width:90%;
    border:2px solid #FF8C00;
    z-index:99;
    	} 
/*-----News-Events Begins--------------------*/

.NE-Container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    align-content: center;
    padding:auto;
    margin:auto;
    margin-top:30px;
    height:auto;
    width:100%; 
	/*border:5px solid red;*/
    }
    
.NE { 
    padding:auto;
    margin:auto;
    height:auto;
    width:40%; 
     }

.NE-Header { 
    padding:auto;
    margin:auto;
    height:auto;
    width:60%; 
     }

.NE-Header p { 
    color: #1e4d72;
    text-shadow: 1px 0px 1px #000;
    text-align: center;
    word-spacing:2px;
    letter-spacing:2px;
    font-size:32px;
    font-weight:bold;
    font-family: "Sofia", montserrat, sans-serif;   
    padding:3px;
    margin:2px;

    border-style: solid;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-right-color:#FF8C00;
    border-bottom-color:#FF8C00;
    border-top-width: 0px;
    border-left-width: 0px;
    border-radius:10px;
    }
	  
.NE-Detail {
    padding:auto;
    margin:auto;
    margin-top:15px;
    width:95%;
    height:200px;
    color: #000;
    text-align: center;
    overflow:auto; 
    box-shadow:  8px 8px 5px grey;

    border:2px solid #1e4d92;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    }
    
.NE-Detail p a {
    display: flex;
    flex-wrap: wrap;
    border-bottom:1px dashed #1e4d92;
    color: #000000;
    text-align: left;
    padding: 5px;
    margin:5px;
    word-spacing:2px;
    letter-spacing:1px;
    font-size:18px;
    font-family: "Sofia", montserrat, sans-serif;   
    text-decoration:none; 
    }

.NE-Detail p a:hover {    
     /*color:maroon;*/
     background:#FFD700;
     font-weight:bold;
    }

.NE-Detail img{
	margin:0px;
	padding:0px;
	width:30px;
	height:22px;
    }

.ViewAll {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding:auto;
    margin:auto;    
    height:50px;
    width:100%;
    }
    
.ViewAll p {
     background:#1e4d92;  
     color: #fff;
     width:120px;
     padding:2px;
     margin:2px;
     text-align: center;
     border-radius:3px;
     word-spacing:2px;
     letter-spacing:1px;
     font-size:18px;
     font-weight:bold;
     }
	    
.ViewAll p a{ 
     color: #fff;
     text-decoration:none; 
     }
     
.ViewAll p a:hover{ 
     color:#1e4d92;    
     }

.ViewAll p:hover {
     background:#FFD700;
     border-radius:3px;
    }
/*-----News-Events Ends--------------------*/

/*------Awards Section Begins-------------------*/

.AwardHeader { 
    padding:auto;
    margin:auto;
    height:auto;
    width:25%; 
     }

.AwardHeader p { 
    color: #1e4d72;
    text-shadow: 1px 0px 1px #000;
    text-align: center;
    word-spacing:2px;
    letter-spacing:2px;
    font-size:32px;
    font-weight:bold;
    font-family: "Sofia", montserrat, sans-serif;   
    padding:3px;
    margin:2px;

    border-style: solid;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-right-color:#FF8C00;
    border-bottom-color:#FF8C00;
    border-top-width: 0px;
    border-left-width: 0px;
    border-radius:10px;
    }

.Awards-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    padding:3px;
    margin:auto;
    height:auto;
    width:100%;
    text-align: center;
    overflow:auto; 
    }


.Award1   img {
	height:320px;
	width:500px;
	margin: 15px;
	padding:0px;
	border: 2px solid #ccc;
	box-shadow:  8px 8px 5px grey;
	border-radius:5%;
	z-index:99;
    	} 

.Award1 h5 {
    	color:#2F4F4F;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 2px;
    	margin:2px;
    	word-spacing:1px;
    	font-size:20px;
    	font-weight: bold;    	
    	}   	

.Birthday-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    padding:3px;
    margin:auto;
    height:auto;
    width:100%;
    text-align: center;
    overflow:auto; 
    }


.Bday img {
	height:90%;
	width:90%;
	margin: 15px;
	padding:0px;
	border: 1px solid #ccc;
	box-shadow:  5px 5px 3px grey;
	z-index:99;
    	} 

/*------Awards Section Ends-------------------*/

/*------- Life begins-------*/

.LifeHeader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding:10px;
    margin-top:10px;    
    height:auto;
    width:100%; 
    }
    
.LifeHeader p {
    color: #1e4d72;
    text-shadow: 1px 0px 1px #000;
    text-align: center;
    word-spacing:2px;
    letter-spacing:2px;
    font-size:32px;
    font-weight:bold;
    font-family: "Sofia", montserrat, sans-serif;   

    border-style: solid;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-right-color:#FF8C00;
    border-bottom-color:#FF8C00;
    border-top-width: 0px;
    border-left-width: 0px;
    border-radius:10px;
    padding:3px;
    margin:2px;
    }

.Life-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    padding:auto;
    margin:auto;
    height:auto;
    width:90%;
    	/*border: 1px solid green;*/
    }
    
.Large1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding:auto;
    margin:auto;
    height:auto;
    width:55%;
    margin-top:1px;
    }
    
.Large1 img {
    width:730px;
    height:400px;
    padding:0px;
    margin:0px;
    box-shadow: 10px 10px 5px #ccc;
    }

.Small1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding:auto;
    margin:auto;
    height:auto;
    width:60%;
    margin-top:1px;
    	/*border: 1px solid red;*/
    }
    
.Small1 img {
    width:250px;
    height:195px;
    padding:auto;
    margin:2px;
    box-shadow: 10px 10px 5px #ccc;
    	/*border: 1px solid yellow;*/
    }

/*-------------------------*/





/*---Responsive code for mobiles---------*/
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px)
{

.Latest  {
    width:100%;
    height:auto;
    padding: 3px;
    margin-top:-38px;
    background-color: #1e4d72;
    color: #fff;
    text-shadow: 1px 1px 1px #0E0E0E;
    text-align: center;
    font-size: 11px;
    word-spacing:2px;
    letter-spacing:1px;
    z-index:0
    	} 
/*-------------------------*/                                                                    				
.Welcome-Container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    margin-top:5px;
    padding:0px;
    height:auto;
    width:100%;
    align-items: center;
    align-content:center;
    background-color: #ffffff;
    	}

.Welcome-Head {
    color: #1e4d72;
    text-shadow: 1px 0px 1px #B8860B;
    text-align: center;
    word-spacing:2px;
    letter-spacing:2px;
    font-size:25px;
    font-weight:bold;
    width:90%;
    font-family: "Sofia", montserrat, sans-serif;
		
    border-style:solid;
    border-right-width: 0px;
    border-bottom-width: 4px;
    border-right-color:#FF8C00;
    border-bottom-color:#FF8C00;
    border-top-width: 0px;
    border-left-width: 0px;
    border-radius:10px;    
    padding:5px;
    margin:8px;
    }

.Welcome-Text {
    color: #000000;
    text-align: justify;
    padding: 20px;
    margin:10px;
    word-spacing:3px;
    letter-spacing:0px;
    font-size:12px;
    line-height:16px;
    width:100%;
    	}
/*-------------------------*/
.Circle-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    padding:3px;
    margin:auto;
    height:auto;
    width:90%;
    text-align: center;
    overflow:auto; 
    /*border:1px solid blue;*/
    }

.circle1 {
	margin:5px;
	padding:5px;
    }

.circle1   img {
    height:120px;
    width:120px;
    border-radius:50%;
    border:1px solid #FF8C00;
    z-index:99;
    	} 

.circle1 h5 {
    	color:#8B0000;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 1px;
    	margin:2px;
    	word-spacing:1px;
    	font-size:13px;
    	font-weight: bold;    	
    	}
    	
.circle1 h6 {
    color: #2F4F4F;
    text-align: center;
    padding: 0px;
    margin:0px;
    word-spacing:1px;
    font-size:12px;
    }

.circle1 h1 {
	font-size:10px;
	}

/*-----News-Events Begins--------------------*/

.NE-Container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    align-content: center;
    padding:auto;
    margin:auto;
    margin-top:30px;
    height:auto;
    width:100%; 
	/*border:5px solid red;*/
    }
    
.NE { 
    padding:auto;
    margin:auto;
    height:auto;
    width:100%; 
     }

.NE-Header { 
    padding:auto;
    margin:auto;
    height:auto;
    width:70%; 
     }

.NE-Header p { 
    color: #1e4d72;
    text-shadow: 1px 0px 1px #000;
    text-align: center;
    word-spacing:2px;
    letter-spacing:2px;
    font-size:22px;
    font-weight:bold;
    font-family: "Sofia", montserrat, sans-serif;   
    padding:3px;
    margin:2px;

    border-style: solid;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-right-color:#FF8C00;
    border-bottom-color:#FF8C00;
    border-top-width: 0px;
    border-left-width: 0px;
    border-radius:10px;
    }
	  
.NE-Detail {
    padding:auto;
    margin:auto;
    margin-top:15px;
    width:95%;
    height:200px;
    color: #000;
    text-align: center;
    overflow:auto; 
    box-shadow:  8px 8px 5px grey;

    border:2px solid #1e4d92;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    }
    
.NE-Detail p a {
    display: flex;
    flex-wrap: wrap;
    border-bottom:1px dashed #1e4d92;
    color: #000000;
    text-align: left;
    padding: 7px;
    margin:0px;
    word-spacing:2px;
    letter-spacing:1px;
    font-size:12px;
    font-weight:bold;
    font-family: "Sofia", montserrat, sans-serif;   
    text-decoration:none; 
    }

.NE-Detail p a:hover {
     /*color:maroon;*/
     background:#FFD700;
     font-weight:bold;  
    }

.NE-Detail img{
	margin:0px;
	padding:0px;
	width:20px;
	height:15px;
    }

.ViewAll {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding:auto;
    margin:auto;    
    height:50px;
    width:100%;
    }
    
.ViewAll p {
     background:#1e4d92;  
     color: #fff;
     width:120px;
     padding:2px;
     margin:2px;
     text-align: center;
     border-radius:3px;
     word-spacing:2px;
     letter-spacing:1px;
     font-size:15px;
     font-weight:bold;
     }
     
.ViewAll p a{ 
     color: #fff;
     text-decoration:none; 
     }
     
.ViewAll p a:hover{ 
     color:#1e4d92;    
     }

.ViewAll p:hover {
     background:#FFD700;
     border-radius:3px;
    }
/*-----News-Events Ends--------------------*/

/*------Awards Section Begins-------------------*/
.AwardHeader { 
    padding:auto;
    margin:auto;
    height:auto;
    width:100%; 
     }

.AwardHeader p { 
    color: #1e4d72;
    text-shadow: 1px 0px 1px #000;
    text-align: center;
    word-spacing:2px;
    letter-spacing:2px;
    font-size:18px;
    font-weight:bold;
    font-family: "Sofia", montserrat, sans-serif;   
    padding:3px;
    margin:2px;

    border-style: solid;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-right-color:#FF8C00;
    border-bottom-color:#FF8C00;
    border-top-width: 0px;
    border-left-width: 0px;
    border-radius:10px;
    }

.Awards-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    padding:auto;
    margin:auto;
    height:auto;
    width:100%;
    text-align: center;
    }

.Award1 {
	    margin:auto;
	    }

.Award1   img {
	height:200px;
	width:320px;
	margin: auto;
	padding:0px;
	border: 2px solid #ccc;
	box-shadow:  5px 5px 5px grey;
	border-radius:2%;
	z-index:99;
    	} 

.Award1 h5 {
    	color:#2F4F4F;   
    	text-shadow: 0px 0px 1px #B8860B;
    	text-align: center;
    	padding: 5px;
    	margin:5px;
    	word-spacing:1px;
    	font-size:13px;
    	font-weight: bold;    	
    	}  

.Birthday-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    padding:3px;
    margin:auto;
    height:auto;
    width:100%;
    text-align: center;
    overflow:auto; 
    }


.Bday img {
	height:200px;
	width:320px;
	margin: 15px;
	padding:0px;
	border: 1px solid #ccc;
	box-shadow:  5px 5px 3px grey;
	z-index:99;
    	} 
 	
/*------Awards Section Ends-------------------*/

/*------- Life begins-------*/

.LifeHeader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding:0px;
    margin-top:10px;    
    height:auto;
    width:100%;
    /*border: 1px solid green;*/
    }
    
.LifeHeader p {
    color: #1e4d72;
    text-shadow: 1px 0px 1px #000;
    text-align: center;
    word-spacing:2px;
    letter-spacing:2px;
    font-size:20px;
    font-weight:bold; 
    
    border-style: solid;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-right-color:#FF8C00;
    border-bottom-color:#FF8C00;
    border-top-width: 0px;
    border-left-width: 0px;
    border-radius:10px;
    padding:3px;
    margin:2px;
    }

.LifeHeader img {
    height:25px;
    width:30px;
    margin:2px;
    	} 

.Life-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding:auto;
    margin:auto;
    height:auto;
    width:100%;
    /*border: 1px solid green;*/
    }
    
.Large1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    align-content: center;
    padding:auto;
    margin:auto;
    height:auto;
    width:100%;
    margin-top:1px;
    /*border: 1px solid red;*/
    }
    
.Large1 img {
    width:300px;
    height:130px;
    padding:0px;
    margin:0px;
    box-shadow: 10px 10px 5px #ccc;
    }

.Small1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    align-content: center;
    padding:auto;
    margin:auto;
    height:auto;
    width:100%;
    margin-top:1px;
    /*border: 1px solid blue;*/
    }
    
.Small1 img {
    width:150px;
    height:75px;
    padding:auto;
    margin:2px;
    box-shadow: 1px 1px 1px #ccc;
    }
/*-------------------------*/

}




