body{
	overflow-x: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position	: center;
	background-image: url(campus/scol.png);
	color: white;
}
.cont{
	height: 30vh;
	width: 80vw;
	margin: 500px auto;
}
.cont1{
	height: 100vh;
	width: 80vw;
	margin-left: 50%;
	transform: translateX(-50%) translateY(10%) ;
	text-align: left;
	margin-bottom: -200px;
}
.toplefth{
	position: absolute;
    width: 120px;
    height: 80px;
    border: solid;
    border-color:white ;
    border-bottom: 50px;
    border-left:50px;
    border-top-right-radius: 20px;
    margin-top: -20px;
    margin-left: 90%;
}

.bottomrighth{
	position: absolute;
    width: 120px;
    height: 80px;
    border: solid;
    border-color: white;
    border-top: 50px;
    border-right: 50px;
    border-bottom-left-radius: 20px;
    margin-top: 30%;
    margin-right:-15px;
}
.Partitle{
	margin: 20px auto;
	display: table;
	font-size: 40px;
}
.pad{
	margin-top: -60px;
	padding: 30px;
}
#lmm{
	opacity: 1;
	color: black;
	text-decoration: none;
;
}
.pad1{
	margin:5px 50px;
	font-size: 20px;

}
.scol{
    
   display: block;
    width: 100vw;
}
.scol-content{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -5%;
    left: 0;
    color: white;
    width: 100%;
    height: 100%;
}
.acad{

    font-size: 5em;
    font-weight: bold;
    
}
.academi{
    text-align: center;
    font-size: 25px;
    padding: 60px;
    margin-top: 0em; 
}
.bbb{
    position: relative;
    text-decoration: none;
    background-color: rgba(2, 3, 35 ,1);
    color: white;
    width: 200px;
    height: 50px;
    border: 0px ;
    border-radius: 20px;
    font-size: 1.5em;
    top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: font-size 0.25s ease-in-out, width 0.25s ease-in-out;
    
   
}
.bbb:hover{
    width: 250px;
    color: white;
    text-decoration: none;
    font-size: 1.7em;
}