body {
  background-color: black;
  color: white;
}

.nekrologoresp {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.nekronavresp {
	width: 100%;
	max-width: 75px;
	height: auto;
}

.nekronavimgs {
	width: 100%;
	max-height: 80px;
	height: auto;
}

.nekronavsubimgs {
	width: 100%;
	max-height: 45px;
	height: auto;
}

.nekrocenter {
  margin: auto;
  max-width: 800px;
  height: auto;
  text-align:justify;
  vertical-align: middle;
}
.nekrocenter a:hover {
	color: #9A0000;
}
.nekrocenter a:link {
	color: #9A0000;
}
.nekrocenter a:active {
	color: #9A0000;
}
.nekrocenter a:visited {
	color: #9A0000;
}

.ig-container {
    display: flex;
    justify-content: center;
  }

.nekrowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.nekrowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nekrocontent {
	margin: auto;
	max-width: 800px;
	height: auto;
}

.ikon-green {
  color: green;
}

.ikon-blood {
  color: #9A0000;
}
.ikon-red {
  color: red;
}

.ikon-large {
  font-size: 25px;
}

.nekronav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
  text-align:justify;
}

.nekronav ul{
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nekronav > ul > li {
  flex: 1;
  background-color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border: 1px solid #fff;
}

li {
  float: left;
  text-align:justify;
}

li a {
  display: block;
  color: white;
  text-align: center;
  margin-top: -10px;
  text-decoration: none;
  vertical-align: middle;
  text-align:justify;
}

.dropdown-menu > li > a:hover {
    background-image: none;
    background-color: #000000;
}

a.dropdown-item: hover {
	background-image: none;
	background-color: #000000;
}

@media (min-width: 998px) {
   #navbarMobileDropdown {
       display: none !important;
   }
}

.nekrofoot {
    text-align: center;
    height: 50px;
    width: 100%;
    opacity: 1;
    background-color: #000000;
    bottom: 0;
    left: 0;
    padding: 0;
    text-align:center;
}

#nekrfooters p {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.2em;
    font-size: 12px;
    font-family: Arial;
    color: #00000;
    text-align:center;
}
