@media screen and (max-width: 980px) {	
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 736px) {
}

@media screen and (max-width: 640px) {

#container {
	width: 100%;
}

#logo {
	max-height:50px;
	height:50px;
	width:100%;
	text-align:center;
}

#logo img {
	height:100%;
}

#nav1 {
	margin:0px 5px;
	padding:0px;
	float:none;
	width:100%;
	text-align:center;
}

#nav1 a {
	margin:0px 2% 0px 2%;
	font-size:15px;
}


}

#main {
	width:initial;
}

@media screen and (max-width: 480px) {

	h3 {
		font-size:19px;
	}

	p {
			font-size:17px;
	}

	a {
		overflow-wrap: break-word; word-wrap: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;
	}

	p img {
		margin:0px 15px 10px 0px;
	}

	#contentTestimonial {
		padding:10px 5% 0px 5%;
	}

	#contentTestimonial img {
		max-width:35%;
	}

	#testimonials b {
		font-weight:normal;
	}
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 380px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}
