/*css line*/
/*css line*/
/*css line*/
/* */
#header_1 {
	font-size: 24px;
	font-weight: 700;
}
/* Social Media */
#header_1 {
  text-align: center;
  padding: 10px 0;
}

#header_1 .social-button,  #header_1 .social{
  display: inline-block;
  font-size: 14px;
  bottom: 0;
  right: 0;
}

#header_1 .social img {
  height: 32px;
}
#header_1 .social-name {
	display: none;
}
/* End Social Media */


@media (max-width: 767px) {
	#header_1 .tiny-contact {
		position: absolute;
		bottom: 0px;
		right: 30%;
		font-size: 3.4vw;
	}
}
@media (min-width: 768px) {
	#header_1 .tiny-contact {
		text-align: center;
		position: absolute;
		width: 100%;
		top: 85px;
		left: -80px;
		font-size: 22px;
	}
}
@media (min-width: 992px) {
	#header_1 .tiny-contact {
		text-align: center;
		position: absolute;
		width: 100%;
		top: 100px;
		left: -70px;
		font-size: 30px;
	}
}
@media (min-width: 1200px) {
	#header_1 .tiny-contact {
		text-align: center;
		position: absolute;
		width: 100%;
		top: 125px;
		left: -60px;
		font-size: 34px;
	}
}




#header_1 .tiny-contact>* {
	overflow: hidden;
}

#header_1 .logo {
	width: 20%;
	padding: 15px 0;
}
#header_1 .logo img {
	height: 100%;
}
