/*
penth.css - penthux.net 
Exaga - 26 Mar 2021
*/

* {box-sizing: border-box;}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000000;
}

#container { 
  margin: auto;
  width: 100%;
  background-color: #000000;
}

.navbar {
  margin-top: 18px;
  overflow: auto;
  background-color: #000000;
  border-radius: 8px;
}

.navbar a {
  float: left;
  color: #cbcbcb;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 8px;
}

.navbar a:hover {
  background-color: #ff4400;
  color: black;
  border-radius: 8px;
}

.navbar a.active {
  background-color: #4CAF50;
  color: #efefef;
}

.navbar-right {
  float: right;
  margin-right: 5px;
}

.navbar-logo {
  margin-left: 5px;
  margin-right: 5px;
}

#content { 
  background: #000000;
  color: #bbbbbb;
  position: absolute;
  top: 12%;
  bottom: 20px; 
  width: 100%;

}

.bg {
  background-image: url("../img/slackeye0110.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 300px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
  .navbar-logo {
    margin-left: -5000px;
  }
  .bg {
	background-image: url("../img/slackeye0110.jpg");
	height: 25%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}

#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    padding: 60px 60px;
    background: rgba(0,0,0,0.8);
    overflow: hidden;
    position: fixed;
    color: #cdcdcd;
    bottom: 0px;
    right: 0px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#myCookieConsent div {
    text-shadow: 8px 8px 12px #000000, 0 0 25px #ffaa00, 0 0 6px #ff0000;	
    padding: 5px 0 0;
}

#myCookieConsent a {
    color: #cc4400;
    display: inline-block;
    padding: 0 10px;
}

#myCookieConsent a:hover {
	color: #ffaa00;
	text-shadow: 0px 0px 25px #ffaa00, 0 0 25px #ff8800, 0 0 5px #ff0000;
}

#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #121212;
    font-size: 16px;
	background: #cc4400;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 30px;
    float: right;
    border-radius: 8px;
	box-shadow: 0px 0px 14px #ff6600;
}

#myCookieConsent a#cookieButton:hover {
    background: #ff8800;
	color: #dedede;
	box-shadow: 0px 0px 14px #ffaa00, 0 0 18px #ffcc00, 0 0 5px #ff0000;;
}

div.footer {
  background-color: #000000;
  color: #cbcbcb;
  text-decoration: none; 
  text-align: center;
  font-size: 12px;  
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer a { 
  color: #cbcbcb; 
  text-decoration: none; 
}
 
.footer a:hover { 
  color: #ff4400; 
  text-decoration: none; 
}
