/* CSS */
html, body {
			height: 99%;
			}			
			#s_div1 {
			float: left;
			background-color: #101357;
			text-align: center;
			padding-top: 5px;
			padding-bottom: 5px;
			height: 98%;
			width: 20%;
			}	
			.s_div2 {
			float: right;
			background-color: white;
			
			height: 98%;
			width: 80%;
			}		
			#myimage {
			border: 5px solid white;
			width: 75%;
			height:15%;
			border-radius: 50%;
			float: center;
			}
			.s_div2{
			text-align: center;
			float: center;
			}
			.padd{
			padding-top: 2%;
			}
			.about-cont{
			background-color: #fbaf08;
			
			text-align: center;
			height: 10%;
			width: 90%;
			}
			.about{
			
			padding-left: 10%;
			padding-top: 1%;
			padding-bottom:3%;
			text-align: left;
			color: black;
			
			font-family: 'Permanent Marker', cursive;
			font-size:200%;;
			}
			.menu{
			float:center;
			padding: 20%;
			height: 20%;
			}
			.button {
			  border: 4px outset white;
			  color: black;
			  height: 17%;;
			  width: 80%;
			  padding: 5% 3%;
			  text-align: center;
			  text-decoration: none;
			  display: inline-block;
			  margin: 4px 2px;
			  cursor: pointer;
			  background-color: white;
			  border-radius: 3%;
			  font-family: serif;
			font-size:80%;
			transition-duration: 0.4s;
			}
			.button:hover {
			 background-color: #fbaf08; 
			  color: white;
			}
			
			.logo{
			height: 50px;
			width: 50px;
			border-radius: 50%;
			vertical-align: middle;
			
			}
			.logo-pad{
			padding-top:5%;
			}
			.images{
			position: relative;
			top: 40%;
		  	left: -30%;
			}	 
			.image1 {
			position: absolute;
			top: 70%;
			left:30%;
			  }
			.image2 {
			position: absolute;
			top: 150%;
			left:30%;
			}
			.image3{
			position: absolute;
			top: 235%;
			left:30%;
			}
			.leftt-align{
			text-align: left;
			padding-left: 10%;
			}
			.logo-iitb{
			height: 12%;
			width: 7%;
			border-radius: 45%;
			position: absolute;
			top: 3%;
			left:85%;
			}
			.padd-form{
			padding-top: 7%;
			}
			
			.project{
			font-family: serif;
			font-size:23px;
			}
			}

