/* Aabishkar Shrestha */

@font-face {
	font-family: Adventure;
	src: url(Adventure.otf);
}

@font-face {
	font-family: MellonerFunRegular;
	src: url(MellonerFunRegular.ttf);
}

@font-face {
	font-family: MontserratRegular;
	src: url(Montserrat-Regular.ttf);
}

#a {
	font-family: Adventure;
	font-size: 20px;
}

#b {
	font-family: MellonerFunRegular;
	font-size: 20px;
}

#c {
	font-family: MontserratRegular;
	font-size: 20px;
}

body {
	margin: 0px;
	padding: 0px;
}

#cover {
	background: url(bg.jpg) no-repeat center center;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#userlogin{
	margin-right: 15px;
	float: right;
	padding-left: 8px;
}

#userlogin a{
	color: #fff;
	text-decoration: none;
	font-family: MellonerFunRegular;
	font-size: 1.2em;
}

#catcont {
	color: #fff;
	padding-top: 80px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 1em;
	font-family: MontserratRegular;
	font-weight: bold;
	color: #ebd961;
}

#instag {
	padding-top: 120px;
	margin: auto;
}

#instag img {
	display: block;
	width: 20%;
	max-width: 700px;
	min-width: 250px;
	margin: auto;
	margin-bottom: 30px;
}

#instag2{
	max-width: 70%;
	margin: auto;
}

#cattag {
	background-color: yellow;
	text-decoration: none;
	color: #000;
	margin: 0px;
	font-size: .6em;
	font-family: arial;
	border-radius: 8px;
	padding-left: 5px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#cattag a{
	text-decoration: none;
	color: #000;
}

#coveraddress {
	color: #fff;
	font-family: arial;
	display: block;
	margin-bottom: 5px;
}
#coveraddress a{
	text-decoration: none;
}

#phone {
	color: #fff;
	font-weight: bold;
}

#phone a{
	text-decoration: none;
	color: #fff;
}

#website {
	background-color: yellow;
	color: #000;
	font-family: arial;
	border-radius: 5px;
	margin: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#website a{
	text-decoration: none;
	color: #000;

}

#liner {
	margin: 0px;
	font-size: 85px;
	font-family: MellonerFunRegular;
	color: #fff;
	margin: 3px;
	overflow: hidden;
}

@media only screen and (max-width: 600px) {
	#liner {
		font-size: 16vw;
	}
}

#coverdis {
	padding-top: 40px;
	color: #fff;
	width: 50%;
	min-width: 300px;
	font-family: MontserratRegular;
}

#searchbox {
	height: 54px;
	width: 100%;
	border-radius: 20px;
	border: 0px;
	outline: none;
	font-size: 13px;
	font-weight: bold;
}

nav {
	/*display: grid;*/
	width: 80%;
	/*grid-template-columns: 30% 30% 30%;*/
	/*grid-template-columns: 1fr 1fr 1fr 1fr 1fr;  		*/
	/*grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );*/
	/*grid-template-columns: repeat(auto-fit, minmax(60px, 30px));*/
	/*justify-content: center;*/
	/*grid-gap: 1em;*/
	padding-top: 10px;
}

nav > a {
	color: #fff;
	font-family: MellonerFunRegular;
	font-size: 28px;
	margin: 10px;
	text-decoration: none;
	overflow: hidden;
}

#linertwo {
	color: #fff;
	padding-top: 150px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 1em;
	font-family: arial;
}

.hobbies {
	width: 100%;
	max-width: 1200px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
	grid-gap: 1em;
	grid-template-rows: auto;
	align-items: center;
	justify-content: center;
}

.hobbies > div {background-color: #340087;
	width: 300px;
	height: 180px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-family: MontserratRegular;
	font-weight: bold;
	border-radius: 15px;
}

#hobby {
	background-size: 100% 100%;
	z-index: 2;
	cursor: pointer;
}

#hobby h3 {
	padding: 0px;
	margin: 0px;
	padding-top: 64px;
	font-size: 1em;
	font-weight: bold;
}

#hobby p {
	padding-top: 10px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ebd961;
}

#institutescard {
	cursor: pointer;
}

#institutescard h3 {
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	font-size: 1.1em;
}

#institutescard a {
	padding-top: 25px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ebd961;
}

#insdis {
	color: #fff !important;
	font-size: 9px !important;
	width: 80%;
	padding: 0px;
	margin: 12px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#cardlocation {
	padding: 0px;
	margin: 0px;
}

#hobbies-holder {
	border: 1px solid green;
}

.sec-title {
	font-family: MellonerFunRegular;
	font-size: 2.5em;
	color: #542d9a;
	text-transform: uppercase;
	text-align: center;
	margin: 40px;
}

#seemore {
	font-family: MellonerFunRegular;
	font-size: 2em;
	color: #542d9a;
	text-transform: uppercase;
	text-align: center;
	margin: 40px;
	text-decoration: underline;
}

#adbox {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#adbox img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#emaildrop {
	text-align: center;
	padding: 30px;
	background-color: #f3f1f8;
	font-family: MontserratRegular;
	font-size: 2em;
	margin-bottom: 50px;
}

#emaildrop a {
	color: #542d9a;
	width: 50%
	border 1px solid red;
}

#emaildrop input {
	border: 0px;
	width: 40%;
	height: 35px;
	font-family: MellonerFunRegular;
	font-size: 30px;
	padding-left: 20px;
	outline: none;
}

#emaildrop button {
	font-family: MellonerFunRegular;
	font-size: 30px;
	color: #fff;
	/*width: 50%*/
	margin-top: 10px;
	border 0px solid red;
	width: 200px;
	height: 55px;
	background-color: #340087;
}

#signupfe {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#signupfe div {
	margin-top: 80px;
}

#signupfe img {
	width: 100%;
}

#adcat {
	width: 80%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
}

#adcat img {
	width: 100%;
}

#courses {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#coursecard {
	background-color: #340087;
	border-radius: 10px;
	display: grid;
	/*grid-template-columns: 28% 28% 20% 24%;*/
	grid-template-columns: repeat(auto-fill, minmax(200px, 270px));
	/*grid-template-rows: auto;*/
	justify-content: center;
	font-family: MontserratRegular;
	margin-bottom: 15px;
}

#coursecard > div {
	color: #fff;
	padding: 15px;
	border-color: 1px solid red;
	/*min-height: 80px;*/
}

#coursecard h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 24px;
}

#decoursecard{
	background-color: #340087;
	border-radius: 10px;
	display: grid;
	/*grid-template-columns: 60% 20%;*/
	grid-template-columns: repeat(auto-fit, minmax(40px, 440px));
	grid-template-rows: auto;
	justify-content: center;
	grid-gap: 50px;
	font-family: MontserratRegular;
	margin-bottom: 15px;
	color: #fff;
	padding: 15px;
	min-height: 80px;

}
#ccname {
	color: #ebd961;
	text-decoration: none;
}

#ccdis {
	font-size: 11px;
}

#ccdays {
	color: #ebd961;
	font-size: 25px;
}

#cccost {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

#cctime {
	color: #ebd961;
	font-size: 12px;
}

#ccsdate {
	display: block;
	font-size: 12px;
}

#ccbutton {
	background-color: #f2e05c;
	border: 0px;
	color: #312d18;
	margin-top: 20px;
	height: 40px;
	width: 100%;
	border-radius: 8px;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

#footerwarp {
	width: 100%;
	background-color: #f3f1f8;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

#footer {
	padding-top: 60px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	margin-top: 100px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
	grid-gap: 4em;
	justify-content: center;
	font-family: MontserratRegular;
}

#footer > div {
	color: #2a618b;
}

#footer #about {
	text-align: justify;
}

#footer #contact a {
	display: block;
	text-decoration: none;
	margin-top: 8px;
}

#footer #contact b {
	display: block;
	padding-bottom: 10px;
	color: red;		/*border: 1px solid red;*/
}

/*register starts*/
#register{
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	font-family: MontserratRegular;
	border: 1px solid blue;
	padding: 50px;
	margin-top: 40px;
}
#register input{
	height: 25px;

}
#register button{
	height: 25px;
	width: 100%;
	border: 0px;
	background-color: blue;
	color: #fff;
	margin-top: 20px;
}
/*register ends*/

#loginarea{
	background-color: #f9f9f9;
	max-width: 700px;
	min-width: 100px;
	margin: auto;
	margin-top: 100px;
	padding: 20px;
	font-family: MontserratRegular;
}
#loginarea table{
	width: 80%;
	margin: auto;
	display: block;
}
#loginarea table td{
	width: 2%;
}
#signform{
	max-width: 600px;
	font-family: MontserratRegular;
	margin: auto;
}

#signform label{
	width: 20px;
	font-family: MellonerFunRegular;
	font-size: 3em;
	color: #542d9a;
	margin-right: 10px;
}
#signform input{
	font-size: 1.2em;
	color: grey;
	border: 0px;
	background-color: #e8f0fe;
	padding: 10px;
}
#signform button{
	width: 300px;
	margin-top: 15px;
	font-family: MellonerFunRegular;
	font-size: 2em;
}
.helptext{
	color: red;
	display: block;
}
#id_gender{
	list-style-type:none;
}
.errorlist{
	color: red;
	margin: 0px;
	padding: 0px;

}
#signform textarea{
	font-size: .8em;
	color: grey;
	border: 0px;
	background-color: #e8f0fe;
	padding: 10px;

}