.body-content {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn .btn-primary{
    background-color: #0b85c4;
}

.dl-horizontal dt {
    white-space: normal;
}

.flashToast {
    position: fixed;
    bottom: 0;
    left: 0;
}


#wrapper {
    display: flex;
  }
  
#left {
/* flex: content; */
margin-right: 0.5em;

}

#right {
/* flex: 1; */
}

#footer {
    width: 50vw;
    margin: auto;
    text-align: left;
    margin-top: 1em;
}

#check-icon {
    height: 1.25em;
    width: 1.25em;
    margin: auto;
    fill: green
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Verdana' !important;
  }
  
  .homepage {
    text-align: center;
  }

  .video-background {
    position: fixed;
      top: 40%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      /*background: url(polina.jpg) no-repeat;*/
      background-size: cover;
  }

  .languageLogo{
    height: 60px;
  }

  .siteLanguageText {
    font-size: 15px;
    line-height: 1.4;
    color: #ffffff;
  }


.exerciseList{
    max-height: 450px;
}

  @media screen and (min-width:1024px)  ,screen and (min-height: 768px)  {
    .video-background {
        position: fixed;
        top: 40%;
        left: 49%;
        min-width: 120%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        /*background: url(polina.jpg) no-repeat;*/
        background-size: cover;
    }

    .homepageButtons{
        padding-top: 80%;
    }
}

@media only screen and (min-width: 640px) and (orientation: landscape)  and (max-height: 360px){
    .video-background {
        position: fixed;
        top: 35%;
        left: 45%;
        min-width: 50%;
        min-height: 50%;
        width:350%;
        height: auto;
        z-index: -100;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        /*background: url(polina.jpg) no-repeat;*/
        background-size: cover;
    }

    .homepageButtons{
        padding-top: 80%;
    }
}

@media only screen and (min-width: 300px) and (max-width: 480px) and (max-height: 640px){
    .video-background {
        position: fixed;
        top: 35%;
        left: 45%;
        min-width: 50%;
        min-height: 50%;
        width:350%;
        height: auto;
        z-index: -100;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        /*background: url(polina.jpg) no-repeat;*/
        background-size: cover;
    }

    
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .homepageButtons{
        padding-top: 80%;
    }

    .exerciseList {
        max-height: 450px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .homepageButtons{
        padding-top: 80%;
    }

    .exerciseList {
        max-height: 450px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .homepageButtons{
        padding-top: 50%;
    }

    .exerciseList {
        max-height: 600px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .homepageButtons{
        padding-top: 50%;
    }

    .exerciseList {
        max-height: 800px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .homepageButtons{
        padding-top: 20%;
    }

    .exerciseList {
        max-height: 800px;
    }
}

.spanner{
    position:absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display:block;
    text-align:center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
  }
  
  .overlay{
    position: fixed;
      width: 100%;
      height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
  }
  
  .loader,
  .loader:before,
  .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
  }
  .loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loader:before,
  .loader:after {
    content: '';
    position: absolute;
    top: 0;
  }
  .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader:after {
    left: 3.5em;
  }
  @-webkit-keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  @keyframes load7 {
    0%,
    80%,
    100% {
      box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
      box-shadow: 0 2.5em 0 0;
    }
  }
  
  .show{
    visibility: visible;
  }
  
  .spanner, .overlay{
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }
  
  .spanner.show, .overlay.show {
      opacity: 1
  }