/***************************************************/
/*****************  contact-us.html ***************/
/**************************************************/

.contact-bg{
	background: url(../imgs/contact.jpg) no-repeat center / cover;
}

.contact-bg-center{
	padding-right: 0;
    padding-left: 0;
	padding-top: 3rem;
	padding-bottom:	3rem;
    margin-right: auto;
    margin-left: auto;
	text-align: center;
	text-transform: capitalize;
}

.contact-list img{
	padding-top: 10rem;
}

.contact-list h3{
	text-transform: uppercase;
}
	
.contact-list,
.contact-list a,
.contact-list p {
	padding-top: 1rem;
	font-family: Raleway-Semibold;
	text-align: center;
	text-decoration: none;
	color: #006084;
	/*text-transform: capitalize;*/
}


@media (max-width: 1200px) and (min-width:769px){
	.contact-list{
		padding-bottom:	5rem;
	}
	.contact-list img {
		padding-top: 4rem;
	}
}
@media (max-width: 991px){
	.contact-bg-center h1{
		margin-top: 6%;
	}
}

@media (max-width: 768px) {
	.contact-bg-center h1{
		margin-top: 15%;
	}
	.contact-list {
		padding-bottom: 190px;
		text-align: center;
		color: #006084;
		font-family: Raleway-Semibold;
	}
	.contact-list a{
		text-decoration: none;
		color: #006084;
	}
	.contact-list p {
		margin: 0;
		padding-left: 10%;
		padding-right: 10%;
		/*border: 1px yellow solid;*/	/*debug*/
	}
	.contact-list h3{
		font-family: Raleway-Semibold;
		font-weight:bold;
		text-transform: uppercase;
		margin: 0;
		/*border: 1px red solid;*/	/*debug*/
	}
	.contact-list img {
		margin: 0;
		padding-top: 3rem;
		/*border: 1px yellow solid;*/	/*debug*/
	}
	.underline{
		width:30%;
	}
}

@media (max-width: 450px) {
	.underline{
		width:55%;
	}
}