  style

  ul { /* Unordered list settings */
    list-style-type: none;
    margin: 0;
    padding: 0;
  width: 10%;
  Height: 10%;
  list-style-position; inside 
  }

li a {
  display: block;
   color: Navyblue; /* List items color */
   padding: 10px 2px; /* padding for list items and list block */
   width: 350px; /* Width of block */
  text-decoration: none;
}
/* Change the link color on hover */
li a:hover {
 background-color:  #170271;
 opacity: 0.7; 
 color: white;
}

.div_top{
  background-color:#e5ffdc; 
        width: 34%;
	height: 960px;
	padding-top: 0px;
	margin-left: 0px;
	float:left;
  position:relative;3
}

.div_top_text{
	width: 920px;
    top:30px;
    right:0px;
    position:absolute;
	padding-right: 10px;
	padding-left: 5px;
  padding-left:5%;
   vertical-align:top;
    }

    .div_content {
      margin: left 30px;
      padding-left: 30px;
      
    }

   .google-map {
     padding-bottom: 50%;
     position: relative;
}

.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}

body {
  background-image: url(./Photos/homepage/BlueBackground.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  color: rgb(250, 250, 254); /* Color for text */
 

}
footer {
 text-align: center;
 font-style: italic;
 padding: BOTTOM;
 color: chartreuse
 }

style
