a{
	text-decoration: none;
	color: white;
}

.logo-img{
	height: 100px; 
	width: 150px;
}

.mobile{
	display:none;
}

.sct{
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.sct:hover{
	text-decoration: none;
	color: white;
}

.hr-split{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border: 1px solid #D3D3D3;
	margin-top: 5%;
}



@media (min-width: 300px) and (max-width: 599px){	 
	.logo-img{
		width: 50%;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}	 
	
	.a-header{
		text-align: center;
	}
	
	.mobile{
		display:block;
	}
	
	.hr-split{
		margin-top: 3rem;
	}
	
	.index-h1{
		font-size: 30px;
	}

	.index-h2{
		font-size: 25px;
	}
}