@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');


body {
	margin: 0;
    box-sizing: border-box;
}

header {
	background-color: black;
	color: white;
	height: 50px;
	padding: 8px 0px 6px 40px;
}

header h1 {
	font-family: 'Oswald', sans-serif;
	color: white;
	display: inline;
	font-weight: 400;
	font-size: 32px;
	margin-top:0px;
	margin-right: 700px;
	float: left;
}

#h11:hover {
	color: orange;
	
}

nav ul {
	display: inline;
	float: left;
	padding: 0;
}

nav ul li  {
	display: inline-block;
	color: white;
	list-style-type: none;
	float: left;
	margin-left: 20px;
}

nav ul li a {
	color: white;
	text-decoration: none;
    
}


#ul1 {
	font-family: 'Montserrat', sans-serif;

}

.home:hover {
	color: yellow;
}
.college:hover {
	color: yellow;
}
.exam:hover {
	color: yellow;
}
.news:hover {
	color: yellow;
}

.fwimage {
	background-image: url('img/galaxy2.gif');
	background-repeat: repeat;
	height:40em;
	width:100%;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.divider {
	height:2px;
	background-color: red;
}



.jee {
	margin: 0;
	padding:100px 0px 5px 100px;
	font-size: 60px;
	color: white;
	font-family: 'Bree Serif', serif;
}

.jee1 {
	color: white;
	font-size: 30px;
	margin: 1% 0% 0% 6%;
	font-family: 'Fjalla One', sans-serif;

}

#inf {
	color:white;
	 margin: 1% 0% 0% 6%;
	font-size: 20px;
	font-family: 'Fjalla One', sans-serif;

}

#butt {
    margin: 2% 0% 0% 8%;	
	font-size: 25px;

	font-family: 'Bree Serif', serif;
	color: black;
    border: 1px solid black;
    padding: 8px 25px 8px 25px;
    background-color: #e74c3c;
    text-decoration: none;
    transition: all 1s;
}

#butt:hover {
	background-color:#3498db;
	border-radius: 35px;
	transition: all 1s;
}

#table {
	width: 90%;
	border: 0px;
	margin: 0px 0px 0px 50px;
     text-align: left;
     color: #605d5d;
     position: 0px 0px 0px 30px;
}

#lower1 {
	background-color: white;
	height: 170px;
}

.asd {
	color: #605d5d;
	text-decoration: none;
}

#lower2 {
	 width: 90%;
	border: 1px;
	margin: 0px 0px 0px 50px;
}

hr {
	color: #605d5d;
}