
body{
    background-color: #FFFFFF;
}
a, a:visited {
    color: #00AEEF;
}
.map-section-intro {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 3.6rem;
	position: relative;
}
.map-section-intro h1 {
	font-family: "poppins-semibold", serif;
	font-size: 3.6rem;
	color: #313131;
	line-height: 1.25;
	margin-bottom: 3rem;
}
 #about-map {
	background: #FFFFFF;
	padding-top: 12rem;
	padding-bottom: 5rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#about-map .map-section-intro p{
    margin-top: 3rem;
	margin-bottom: 3rem;
    text-align: left;
    
}

.intro-info {
	margin-top: 4.2rem;
	margin-right: -30px;
	margin-left: -30px;
}
.intro-info img {
	height: 9rem;
	width: 9rem;
	border-radius: 50%;
	margin: .9rem 0 0 0;
	float: left;
}
.intro-info .lead {
	text-align: left;
	padding-left: 13rem;
}

.about-content {
	position: relative;
	text-align: left;
	max-width: 850px;
	margin-bottom: 3.6rem;
}
.about-content h3 {
	font-family: "poppins-bold", sans-serif;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .25rem;
}
.about-content .info-list {
	list-style: none;
	margin-left: 0;
}
.about-content .info-list li {
	padding: 0 0 1.5rem 0;
	margin-bottom: .6rem;
}
.about-content .info-list li strong {
	font-family: "poppins-bold", sans-serif;
	color: #313131;
	text-transform: uppercase;
	letter-spacing: .2rem;
	font-size: 1.5rem;
	line-height: 3rem;
}
.about-content .info-list li span {
	display: block;
	font-family: "poppins-regular", sans-serif;
	color: #888888;
	font-size: 1.5rem;
	line-height: 1;
}
.about-content .skill-bars {
	margin-top: 6rem;
}

.button-section {
	text-align: center;
}
.button-section .button {
	width: 250px;
}
.button-section [class*="col-"] .button:first-child {
	margin-right: 4rem;
}

/**
 * responsive:
 * about
 * ------------------------------------------------------------------- 
 */
@media only screen and (max-width:1024px) {
	.intro-info {
		margin-right: 0;
		margin-left: 0;
	}
}
@media only screen and (max-width:768px) {
	.intro-info img {
		height: 7.8rem;
		width: 7.8rem;
	}
	.intro-info .lead {
		padding-left: 11rem;
	}
	.about-content h3 {
		text-align: center;
	}
	.about-content .info-list, .about-content .skill-bars {
		margin-bottom: 4.2rem;
	}
	.button-section .button {
		width: 100%;
		margin-bottom: 3rem;
	}
	.button-section [class*="col-"] .button:first-child {
		margin-right: 0;
	}
}
@media only screen and (max-width:600px) {
	.intro-info {
		text-align: center;
		margin-top: 3rem;
	}
	.intro-info img {
		height: 6.6rem;
		width: 6.6rem;
		float: none;
		display: inline-block;
	}
	.intro-info .lead {
		padding-left: 0;
		text-align: center;
	}
}
body { 
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
a {
	color: #0088cc;
}
.dot {
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 50%;
	margin-left: 1rem;
}
#map_79e42efc395442daac1f43668471bab5{
   
	position: relative;
	width: 90%;
	height: 90.0% !important;
	margin:auto;
}
#float_image_d54b64d716b14e25b71141e67219e404 {
	position:absolute;
	top:5%;
	right: 10px;
	width: 20%;
	height: auto;
	
}
#legend{
	background-color: white;
	border-radius: 5px;
	padding: 1rem;
	position:absolute;
	top:10px;
	right: 10px;
	height: auto;
	display: flex;
	flex-direction: column;
	width:25%;
	z-index: 1000;
}
#type-section{
	display:flex;
	flex-direction: column;
	position: relative;
}
.type-section-item{
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: baseline;
}
.type-section-subitem{
	align-items: baseline;
	justify-content: flex-start;
	display:flex;
	flex-direction: row;
	flex-basis:100px;
	flex-grow: 0;
	flex-shrink: 0;
}

#legend h2 {
	font-size: medium;
}
#legend h4 {
	font-size: small;
	margin-bottom: 2px;
}
@media screen and (max-width: 520px) {
	#legend {
		width:60%;
	}
	#map_79e42efc395442daac1f43668471bab5{
		width: 100.0%;
	}
}
@media screen and (min-width: 520px) and (max-width: 650px) {
	#legend {
		width:40%;
	}
	#map_79e42efc395442daac1f43668471bab5{
		width: 100.0%;
	}
}
@media screen and (min-width: 651px) and (max-width: 850px) {
	#legend {
		width:30%;

	}
}
@media screen and (min-width: 1200px) and (max-width: 1700px) {
	#legend {
		width:20%;
	}
	
}
@media screen and (min-width: 1700px) {
	#legend {
		width:12%;
		
	}
}