* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #000 !important;
}
.navbar {
    border-bottom: 4px solid #660000;
    box-shadow: 0px 1px 15px 1px #660000;
    letter-spacing: 3px;
    font-size: 20px;
    background-color: #f2f2f2 !important;
    margin: -5px !important; 
}
.navbar-nav {
    margin-left: 280px;
}
.navbar-brand {
    position: absolute;
    left: 0.5%;
    top: 20%;
}
.flag1 {
    position: absolute;
    right: 115px;
    top: 15%;
}
.flag2 {
    position: absolute;
    right: 65px;
    top: 15%;
}
.flag3 {
    position: absolute;
    right: 15px;
    top: 15%;
}
.navbar-text {
    color: #660000 !important;
    position: absolute;
    top: 20%;
    left: 200px;
    font-size: 15px;
}
.nav-item a {
    color: #660000 !important;
    transition: color 1s;
}
.nav-item a:hover {
    color: #000 !important;
}
.dropdown-menu, .dropdown-item:focus {
    background: #f2f2f2 !important;
    box-shadow: 5px 2px 5px 5px rgba(0,0,0,0.4);
}
.dropdown-item {
    font-size: 18px;
}
.kariera {
    margin-top: 60px;
    overflow-x: hidden;
}
.kariera img {
    height: 80vh;
/*    width: 65vw;*/
    box-shadow: 0px 1px 5px 1px white;
}
.kariera h3 {
    padding: 10px 0 5px 0;
}
.kariera h4 {
    padding: 10px 0 5px 0;
}
.kariera a {
    color: #b3b3b3;
    transition: 1s;
}
.kariera a:hover {
    color: #990000;
    text-decoration: none;
}
.fotky {
    color: #fff;
    font-style: italic;
    letter-spacing: 2px;
}
.fotky img {
    width: 80%;
    margin: 15px;
    box-shadow: 0px 1px 5px 1px white;
    transition: 1s;
}
.fotky img:hover {
    transform: scale(1.01);
}
.fotky h1 {
    margin: 20px 0;
    font-size: 35px;
}
.fotky h2 {
    color: #b3b3b3
}
.fotky h5 {
    font-size: 16px;
    letter-spacing: 3px;
}
.fotky h5 span {
    color: #990000;
}
.fotky p {
    margin: 20px 0;
    text-align: center;
}
footer {
    background: black;
    color: #990000 !important;
    padding: 8px 0;
    font-size: 17px;
    border-top: 4px solid #660000;
    border-right: 8px solid #660000;
    border-left: 8px solid #660000;
    box-shadow: 0px 1px 10px 1px #660000;
}
footer p a {
    color: #fff !important;
    text-decoration: none;
    transition: color 1s;
}
footer .hover:hover {
    color: #990000 !important;
    cursor: pointer;
    
}
footer p a:hover {
    color: #990000 !important;
    text-decoration: none;
    transition: color 1s;
}
#mySidenav {
    display: none;
}
.mySidenav2 {
    display: none;
}
.sidenav a:hover {
    color: #990000 !important;
    transition: color 1s;
}
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(transparent, #990000); 
  border-radius: 10px;
}
@media only screen and (max-width:1040px) {
    .navbar-text {
        opacity: 0;
    }
    .navbar-nav {
        margin-left: 10px;
    }   
}
@media only screen and (max-width:767px) {
    #mySidenav {
        display: block;
    }
    .mySidenav2 {
        display: block;
        position: absolute;
        top: 0%;
        right: 5%;
        position: fixed;
    }
    .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
   z-index: 10;     
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.hore {
    display: none;
}
    .kariera {
        margin-top: 0;
    }
    .fotky img {
        width: 95%;
    }
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}