body {
	font-family: Georgia,Georgia,serif;
}
a {
	text-decoration: none;
}
.profiles {
    height: 500px;
    width: 100%;
    margin-top: 20px;
    background: none repeat scroll 0 0 #C4A02F;
    padding: 15px 0 0 40px;
    border-radius: 10px;
    overflow: auto !important;
}

.slider {
	position: relative;
	width: 600px;
	height: 440px;
	background: url("https://berkeleycollege.edu/commencement/virtual-2019/winter/degree-winter.jpg") no-repeat center; ;
}
.slider .text {
	font-size: 21.5px;
	text-transform: uppercase;
	position: absolute;	
	text-align: center;
	width: inherit;
}
.slider .text2 {
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;	
	text-align: center;
	width: inherit;
}
.slider .name {
	/*top: 210px;*/
	top: 180px;
}
.slider .honors {
	top: 200px;
}
.slider .degree {
	top: 250px;
}
.slider .first-overlay {
	background: #ffffff;
	position: absolute;	
	width: inherit;
	height: inherit;
	z-index: 999;
}
.slider .slides-name {
	color: #818181;
	font-size: 40px;
	position: absolute;
	width: inherit;
	text-align: center;
	top: 200px;
}
.slider .buttons {
    bottom: -10px;
    position: absolute;
    right: 10px;
}
