/* begin nav bar section */
ul {
  list-style-type: none;
  margin: 0;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  background-color: #001826;
}

li {
  float: left;
}

li a {
  display: block;
  color: #fffcfc;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family:Georgia;
}

li a:hover:not(.active) {
  background-color: white;
  color: #001826;
}

.active {
  background-color: #001826;
}
/* end nav bar section */
/* begin header section */
.header{
  margin-top: 0;
  margin-bottom: 0;
  padding: 1vw;
  text-align: center;
  font-family: Georgia;
  font-size: 20px;
  /*background-color: #EBF7FF;*/
}
.hrline{
	text-align: center;
    width: 95%;
}
/* end header section */
/* begin introduction section */
.intro{
	margin-top: 0;
	margin-bottom: 0;
	padding: 2vw 5vw 2vw 5vw;
    font-family:Georgia;
    /*background-color: #EBFFF2;*/
}
/* end introduction section */
/* begin contact section */
.contacttext{
	margin-top: 0;
	margin-bottom: 0;
	padding: 1vw;
    font-family:Georgia;
    /*background-color: #EBFFF2;*/
}
.icon{
	margin-top: 0;
	margin-bottom: 0;
	font-size:5vw;
    color: #001826;
    display: inline-block;
	padding: 0px 25px 0px;
    
}
.iformat{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center; 
}
/* end contact section */
/* begin instagram feed */
.instagramfeed{
	padding: 0vw 20vw 0vw 20vw;
}
/* end instgram feed */
