@charset "utf-8";


body {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 24px;
}
h1 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
}

.title_map h2 {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif" ;
	color:aliceblue;
	font-size: 20px;
	font-weight: 500;
	text-shadow: 10 10 10 gray;
	text-align: center;
	padding: 0px 5px 0px 5px;
}
.title_map {
	border: 1px solid #DBD7D7;
	background-color:darkslategray;
	width: 80%;
	margin: auto;
}
#home {
	background-image: url("Ark_home3.jpg");
	/*background-size:  cover; */
	background-repeat: no-repeat;
	background-position: top center;
	align-content: center;

}
#map {
    background-image: url(ark_bw3.jpg);
    /*background-size:  cover; */
    background-repeat: no-repeat;
    background-position: top center;
    align-content: center;

}
#body { 	
	background-image: url("background1.jpg");
	background-repeat: repeat;
	margin: 0;
 }

#body_map {
    background-image: url("bw_background.jpg");
    background-repeat: repeat;
    margin: 0;
    height: auto;
 }

.content_text { 
	background-color:antiquewhite;
	width: 80%;
	margin:auto;
	border-radius: 15px;
	
}



.content { 
	/* background-image: url("ark_logo3.png"); */
	background-repeat: no-repeat;
	background-position: top center;
		
}

.content_logo, .content { 
	width: 38%; 
	min-width: 632px; 
	margin: auto;
}

.content .shop {width: 50%; min-width: 200px; 	  }
.content .disc {width: 50%; min-width: 200px;	 }

.content img, .content_logo img {
                			width:100%;
                			height:100%;
            			}

.content_map {
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    height: auto;
}
.map_img {
    height: 430px;
    float: left;
    display: block;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}            
