@import 'https://fonts.googleapis.com/css?family=Play';

.ramka {
    border: #fff;
    border-width: 2px;
}



div.container {
    min-width: 100%;
    font-family: Play;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    text-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .75);
}

div.container2 {
    min-width: 100%;
    font-family: Play;
    margin: 0 auto;
    color: rgb(255, 255, 255);
    align-items: center;
    background-color: rgba(0, 0, 0);
    padding: 70px;
}

.scroll {
    max-height: 750px;
    position: sticky;
    right: 0px;
    top: 0px;
    overflow-y: scroll;
}

.menu {
    position: fixed;
    top: 0;
}

.main {
    position: absolute;
    color: #fff;
    align-items: center;
}

.background {
    background-color: black;
}

.stopka {
    position: fixed;
    min-width: 100%;
    bottom: 10;
    font-family: Play;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(to bottom right, rgb(53, 53, 53), rgb(15, 12, 12));
    z-index: 10;
}


/* CARD CSS */

h5 {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    margin: 0;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
    background: #000;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(255, 255, 255, 0.68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(255, 255, 255, 0.4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: rgb(0, 0, 0);
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline~.card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}


/* video div background */

.video-container {
    position: relative;
    height: 100vh;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
    z-index: 0;

}

/* Just styling the content of the div, the *magic* in the previous rules */

.video-container .caption {
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 200px;
}

/* Photo Slider */

.slider {
    max-width: 100%;
    max-height: 100%;
    z-index: 0;
    align-content: center;
    text-align: center;  
  }

  @media screen and (min-width: 640px) {
      .slider {
          max-width: 80%;
          max-height: 80%;
      }
      
  }

/* YouTube Carusel */

.pb_contact_details {
    margin: 0;
    padding: 0; }
    .pb_contact_details li {
      list-style: none;
      padding: 0;
      margin: 0 0 1em 0;
      color: #212529; }
      .pb_contact_details li span {
        display: block;
        font-size: 14px;
        color: #adb5bd; }
  