body {
	font-family: "montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	color: #1e2161;
	margin: 0;
}
header {
	position: relative;
}
#main {
	position: relative;
	text-align: center;
	margin-top: -25px;
}
.container {
	max-width: 1170px;
	margin: 0px auto;
	padding: 0px 30px;
}
a {
	color: #1e2161;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
#content {
	text-align: left;
}
img {
	width: 100%;
}
@media (max-width:1000px) {
	.container {
	}
	#phone a {
		display: block;
		/* These are technically the same, but use both */
		  overflow-wrap: break-word;
		  word-wrap: break-word;

		  -ms-word-break: break-all;
		  /* This is the dangerous one in WebKit, as it breaks things wherever */
		  word-break: break-all;
		  /* Instead use this non-standard one: */
		  word-break: break-word;

		  /* Adds a hyphen where the word breaks, if supported (No Blink) */
		  -ms-hyphens: auto;
		  -moz-hyphens: auto;
		  -webkit-hyphens: auto;
		  hyphens: auto;
	}
	#phone span {
		display: none;
	}
}
