.logoimg {
padding-top: 40%;
}
.contact-item p {
	color:#fed136 !important;
	font-size: 20px;
}
#googleMap {
	margin-top: 20px;
}

header {
	transition: background-image 2s ease-in-out;
}

header .intro-text .intro-heading {
	font-weight: 400;
	font-size: 45px;
}
.elit-avto-title {
	font-family: 'PT Serif', serif !important;
}
.img-responsive {
	margin-bottom: 10px;
}

/* Professional Education Section Styling */
#prof-education {
	background-color: #f7f7f7;
}

#prof-education h3 {
	color: #222;
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight: 600;
}

#prof-education .row {
	margin-bottom: 30px;
}

/* Documents List Styling */
.documents-list {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.document-item {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #fff;
	border-left: 4px solid #fed136;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-radius: 3px;
}

.document-item strong {
	color: #222;
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin-bottom: 8px;
}

.document-item a {
	color: #fed136;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.document-item a:hover {
	color: #fec503;
	text-decoration: underline;
}

.document-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
}
