@font-face {
  font-family: 'Josefin';
  src: local('JosefinSans-Light'), url('../fonts/JosefinSans-Light.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_11020">Text with this font applied</p> */
.fontsforweb_fontid_11022 {
  font-family: 'Josefin' !important;
}


#line1{
  position: relative;
  left:-200px;
  top:35%;
  margin-bottom: 10px;
  font-family: 'Josefin',sans-serif;
  font-size: 30px;
}
.section-a{
	height: 220px;
	width: 100%;
	
	margin-bottom: 3rem;
}
.wrap-ah{
	overflow: hidden;
	background: url(../img/aaa.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
    height: inherit;
}

#line1 p{
  float: left;
  padding: 0 8px;
  color: white;
  background: #000;
  padding: 10px 20px;
  border-radius: 8px;
}

.alumni-header{
	height: 150px;
    margin: 10px auto 30px;
    background: #00BCD4;
}

.collapsible-body{
	text-align: justify;
}

@media (max-width: 1024px){
	#line1{
		top:25%;
	}
}
@media (max-width: 600px){
	.wrap-ah{
		background: url("../img/SMALL.jpg");
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.section-a{
		height: 120px;
		margin-bottom: 2rem;
	}
	#line1 p{
		padding: 5px 10px;
	}
}