body{
    background-color: #98b9f2
}
header {
	margin: 10px auto;
	border: 1px solid #1f2a63;
	box-shadow: 0 0 30px #5579b8;
	text-align: center;
}
header img, .headings {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	max-width: 600px;
}
img{
	max-width: 100%;
	max-height: 100%;
}
.landscape {
	height: 180px;
	}
.hero{
	height: 480px;
}
.article{
	height: 480px;
	border-radius: 25px;
}	
#content {
	width: 75%;
	margin:0 auto;
  }
h1{
    font-family: 'Indie Flower', cursive;
    color: #918ef4
}
h2,h3{
    font-family:'Josefin Sans', sans-serif;
    color: #306bac
}
p{
    font-family: 'Raleway', sans-serif;
    color: #6f9ceb
}
li{
    color: #141b41
}
.mapouter {
	text-align: right;
	height: 500px;
	width: 600px;
}

.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 500px;
	width: 600px;
}
#row1{
	padding: 1.1em;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
  
#row2 {
	color:		#1f2a63;
	background-color: #36454f;
	padding: 1.1em;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;  
}
#row3{
	padding: 1.1em;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
 .right-column {
		width:48%;
		padding: 1em;
		border: 28px;
		display: flex;
		flex-flow: row wrap;
		flex: 1 0 15em;
}
.left-column {
		width:48%;
		padding: 1em;
		border: 28px;
		display: flex;
		flex-flow: row wrap;
		flex: 1 0 15em;
		line-height: 1.1em;
}
.left-column img, .right-column img {
	box-shadow: 7px 7px 7px #98b9f2;
	border-radius: 25px;
  }
#logo {
		position: absolute;
		top: 0px;
		background-color: #36454f;
		border: solid thick#1f2a63;
		margin-left: 20px;
		border-radius: 15px;
}
footer{
	margin:5 auto;
	justify-content: space-between;
	border-top:solid 2px #1f2a63;
	padding: 10px;
	line-height: 3em;
	display:flex;
		  flex-flow: row wrap;
		  flex: 1 0 15em;  
}
.dropbtn {
	background-color: #6f9ceb;
	color: #36454f;
	padding: 16px;
	font-size: 16px;
	border: none;
}
  
.dropdown {
	position: relative;
	display: inline-block;
}
  
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #918ef4;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px;
	z-index: 1;
	border-radius: 5px;
}
  
.dropdown-content a {
	color: #1f2a63;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	display: block;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	font-size: 1.5rem;
	border-radius: 5px;
}
  
.dropdown-content a:hover {
	  background-color: #918ef4;
	  border-radius: 5px;
	}
  
.dropdown:hover .dropdown-content {
	  display: block;
}
  
.dropdown:hover .dropbtn {
	 background-color: #1f2a63;
	color: #36454f;
	font-size: 1.2em;
	border-radius: 5px;
	box-shadow: 5px 5px 5px;
	height: 30px;
}