@charset "UTF-8";
#content {
	width: 70%;
}
h3 {
    position: relative;
    padding-left: 25px;
	padding-right: 10px;
    font-size: 20px;
    text-decoration: none;
}
h3:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #9B1A31;
}
h3:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #9B1A31;
}
.map {
	height: 20vh;
	margin-top: 20px;
	margin-bottom: 20px;
}
.map a{
    text-decoration-color: #B23436;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    font-style: oblique;
}
p {
	margin-left: 30px;
	margin-top: 30px;
	
}
iframe {
	margin-top: 20px;
	margin-left: 40px;
	width: 40vw;
	height: 40vw;
}
.contact{
    line-height: 30px;
}

@media (max-width:767px){
#content {
	width: 100%;
}
p {
	font-size: 13px;
	margin-left: 20px;
}
}
