.container-header {
    background: rgb(245, 243, 220);
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(245, 243, 220, 1) 3%, rgba(245, 243, 220, 1) 100%);
    color: rgb(0,0,0);
}
.com-content-article{
    background: rgb(250, 250, 250);
  padding-top:10px;
  padding-bottom:10px;
}
.footer {
    background: rgb(10, 80, 160);
}
body {
	background-image: url(/images/greenflash.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 0px;
  text-decoration: none;
}

li a:hover {
  background-color: #111111;
}
.icon-menu{
     background: black;
}
.tab-content{
     background: white !important;
}
.fp-location-view{
     background: white !important;
}
p {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 30px;
  margin-left: 30px;
}