@charset "utf-8";

html{
	scroll-behavior: smooth;
}

*{
	font-family: 'Maven Pro', sans-serif;
}
body{
	background-image: url("../images/a.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
nav{
	background: #1e1e1e !important;
	box-shadow: 0px 5px 8px #000;
}
.heading-text{
	font-family: 'El Messiri', sans-serif;"
}
#box{
	box-shadow: 0px 5px 5px #000;
}
#brand{
	font-size: 30px !important;
	color: red;
	font-weight: bolder;
}
#menu a{
	color:red;
	font-weight:500;
}
#menu-icon{
	color: red;
	background: #000;
	font-size: 25px;
}
#menu li{
	margin: 0;
	padding: 5px;
}
#menu li:hover{
	background: red;
}
#menu li:hover a{
	color: white;
	font-weight: 500;
}
a.nav-link.active{
	background-color: red;
	color: white !important;
}
#classes,#subjects,#about{
	margin-bottom: 0;
	background: inherit;
	color: white;
}
#class-img{	
	border: 1px solid red;
}
#class-btn{
	width: 100px;
	margin-top: 0;
}
#contact{
	margin-bottom: 0;
}
#facebook,#insta{
	font-size: 50px;
	padding: 6px;
}
#subjects label{
	width: 100%;
	color: black;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
#subjects{
	padding-top: 0;
	padding-bottom: 0;
}
#subjects button.mr-0{
	float: right;
}
#computer-section,#science-section,#math-section,#opt-section,#account-section,#gk-section,#nepali-section,#english-section,#social-section,#health-section,#occupation-section,#moral-section{
	width: 100%;
	height: 200px;
	display: none;
}
#about .jumbotron{
	margin-bottom: 0;
}
#my_profile{
	width: 150px;
	height: 150px;
	margin: 0px auto;
	border: 4px solid red;
	border-radius: 50%;
	box-shadow: 0px 5px 8px #000;
}
#profile_pic{
	border-radius: 50%;
}
#my_profile:hover{
	width: 152px;
}
#responsive{
	box-sizing: border-box;
	width: 150px;
	height: 150px;
	font-size: 80px;
	margin: 0 auto;
	border-radius: 50%;
	background: white;
	color: black;
	text-align: center;
	padding-top: 10px;
	border: 4px solid #ccc;
	box-shadow: 0px 5px 8px #000;
}
#responsive:hover{
	width: 152px;
	height: 152px;
}

@media(max-width: 769px){
	#subjects button.btn.btn-primary{
		width: 60px;
	}
	#img-head{
		font-size: 35px;
	}
}

