@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500i,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro:400,400i,700,700i&subset=latin-ext');

html, body {
  margin:0;
  min-height:100%;
}

body {
  font-family: 'Roboto', sans-serif;
  background:#fff;
  margin-bottom:50px;
}

P {
  font-size:14px;
  margin:0;
  padding:0;
  color:#696969;
}

.home P {
  color:#000;
}

nav a {
  color:#fff!important;
  transition:0.5s ease-in-out;
  -moz-transition:0.5s ease-in-out;
  -webkit-transition:0.5s ease-in-out;
  -o-transition:0.5s ease-in-out;
}

nav a:hover {
  color:#ff5400!important;
  transition:0.5s ease-in-out;
  -moz-transition:0.5s ease-in-out;
  -webkit-transition:0.5s ease-in-out;
  -o-transition:0.5s ease-in-out;
}

.bg-light{
  background-color: #000!important;
  border-bottom:1px solid #ddd;
}

.home {
  margin-top:70px;
  border: 5px solid #eeeeee;
  padding: 20px 30px;
}
.home > div {
  background: #fff;
}

.home .show-ip div {
  border:0;
}

.home .row {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.home .show-ip {
  background:none!important;
  border:0;
  border-bottom:1px solid #ddd;
}

.ip-info {
  border-left:1px solid #ddd;
  padding:5px;
  margin:0;
}

.ip-info h1 {
  color:#ff5400;
}

.ip-info p {
  font-size:34px;
}

.ip-info-small {
  border-left:1px solid #ddd;
  padding:5px;
}

.info-title {
  margin-top:17px;
  font-size:1.5em;
}

.inf-small {
  margin-top:5px;
}

.navbar-brand {
  margin-right:30px;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 400;
}

button, input {
  border-radius:0!important;
  font-size:14px!important;
}

.btn-outline-ip {
  background:#ff5400;
  color:#fff;
  border:1px solid #ff5400;
  padding:7px 20px;
}

.btn-outline-ip:hover {
  background:none;
  color:#ff5400;
}
.mapa > div {
  padding:0!important;
}

.mapa {
  display:none;
}

#map {
  height:500px;
}

.pokaz {
  color: #ff5400!important;
  cursor:pointer;
  transition:0.5s ease-in-out;
  -moz-transition:0.5s ease-in-out;
  -webkit-transition:0.5s ease-in-out;
  -o-transition:0.5s ease-in-out;
}
.pokaz:hover {
  color:gray!important;
  transition:0.5s ease-in-out;
  -moz-transition:0.5s ease-in-out;
  -webkit-transition:0.5s ease-in-out;
  -o-transition:0.5s ease-in-out;
}

.active a {
  color:#ff5400!important;
}

.about {
  margin-top:70px;
}

.info {
  font-size:30px;
  font-weight:300;
  margin-bottom:20px;
}

.navbar-toggler-icon, .navbar-toggler {
  background-color: #fff!important;
}
.navbar-toggler {
  padding:14px;
}

.cotoip {
  margin-top:40px;
}

.max-img {
  max-width:400px;
  margin-top:50px;
}
.code {
  font-family: 'Anonymous Pro', monospace;
  font-size: 14px;
  padding: 10px 20px;
  background: #0e0e0e;
  color: #fff;
  letter-spacing:2px;
}

.edycja-kodu {
  font-family: 'Anonymous Pro', monospace;
  background: #000;
  color: #fff;
  font-weight: 400;
  padding: 10px 20px;
  max-width:963px;
  margin:20px auto;
}

.edycja-kodu strong {
  color:#ffc300;
}

.img-center {
  margin:20px auto;
}

.footer-info {
  padding-top:15px;
  margin-top:30px;
  font-size:12px;
  color:#4d4d4d;
  border-top: 1px solid #e4e4e4;
}

.footer-info a {
  color:#004ea2;
}

.pd32 {
  margin-top:20px;
}

.cookie-bg {
  display:none;
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
}

.cookie-info {
  width:600px;
  height:300px;
  background:#fff;
  box-shadow:0px 0px 10px 1px rgba(0,0,0,0.3);
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-300px;
  margin-top:-150px;
}

.cookie-info h3 {
  font-size:34px;
  text-align:center;
  font-weight:300;
  padding:30px 20px 0px 20px;
}

.cookie-info P {
  font-size:13px;
  line-height: 1.7em;
  padding:15px 20px;
}

@media screen and (max-width:600px){
  .max-img {
    max-width:100%;
  }
  .home {
    border:0!important;
    margin-top:00px;
  }
  .pd30 {
    margin-top:30px;
  }
  .nav-item {
    border-bottom: 1px solid #232323;
    padding: 10px 5px 5px 5px;
  }
  .nav-item:last-child {
    border:0;
  }
  .about {
    margin-top:30px;
  }
  .code {
    letter-spacing: 0px;
    font-size:13px;
  }
  .cookie-info {
    width: 100%;
    height:65%;
    background: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    margin:0;
    margin-top: -50px;
  }
}
