html, body{
    background-color: black;
    font-family: 'Roboto Slab', 'myriad-pro','Helvetica Neue', Helvetica, Arial, sans-serif; 
}

h1,
h2,
h3,
h4,
h5
 {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1500; /* Stay on top */
    top: 10%; /* Stay at the top */
    left: 0;
    background-color: #ffffff; /* white*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1rem;
    color: #818181;
    display: block;
    transition: 0.3s;
    
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #263489;
    font-weight: bold;
}
.sidenav p {
    text-decoration: none;
    color: #818181;
    width: 100%;
    text-align: left;
    bottom: 0;
    
}
.sidenav p:hover {
    color: #263489;
    font-weight: bold;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.brillo{
    position:relative;
    display: block;
    height: 80px;
    width: 220px;  
    text-decoration:none;
    overflow:hidden;
}
.brillo span{
     position:relative;
     display: block;
     background:url(../brillo.png) no-repeat; 
     background-position: -300px 0px;
     margin-top:-100px;
     height: 80px;
     width: 220px; 
     -webkit-animation: flash 4s ease infinite ;
  -moz-animation: flash 4s ease infinite ;
  animation: flash 4s ease infinite ;

}

@-webkit-keyframes flash {
  0% {background-position: -300px 0px; width:220px; height:80px;}
  /*50% {background-position: 50px 0px; width:220px; height:80px;}*/
  100% {background-position: 300px 0px; width:220px; height:80px;}
}

  
#myVideo {
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    object-fit: cover;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw; 
    height: 100vh;
}
.carousel-item {
  /*background-position: center;*/
  background-repeat: no-repeat;
  background-size: contain;
  /*background-position: 0% 50%;*/
  background-position:40% 10%;
  width: 100%;
  height: 100%;
}

.carousel-item img {
  visibility: hidden;
}
.overlayvideo { 
        position: fixed;
        top: 0;
        width: 100%;
        opacity: 0.5;
        bottom: 0;
        background-color: #263489;
        background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
        z-index: 1;
    }

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    min-width: 100%;
    padding: 0px;
    margin: 0;
    text-align: center;
    z-index: 2;
}
.slidervideo {
    position: absolute;
    bottom: 40%;
    color: #f1f1f1;
    min-width: 100%;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    z-index: 3;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 100px;
    font-size: 10px;
    padding: 10px;
    border: none;
    background: #263489;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}
.buttonaa {
    background-color: #263489; /* Green */
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 14px;
    float: left;
}

img.logochange{
    
    -moz-animation: test 2s ease infinite;
-webkit-animation: test 2s ease infinite;
     -o-animation: test 2s ease infinite;
        animation: test 2s ease infinite;
}
@-webkit-keyframes test {
  0% {content: url('../images/Logo-70anysAAnom.png'); width:220px; height:80px;}
  50% {content: url('../images/Logo-70anysAAnomgr.png'); width:220px; height:80px;}
  90% {content: url('../images/Logo-70anysAAnombl.png'); width:220px; height:80px;}
}

@keyframes test {
  0% {content: url('../images/Logo-70anysAAnom.png'); width:220px; height:80px;}
  50% {content: url('../images/Logo-70anysAAnomgr.png'); width:220px; height:80px;}
  90% {content: url('../images/Logo-70anysAAnombl.png'); width:220px; height:80px;}
}
img.logochange2{
    
    -moz-animation: test2 2s ease infinite;
-webkit-animation: test2 2s ease infinite;
     -o-animation: test2 2s ease infinite;
        animation: test2 2s ease infinite;
}
@-webkit-keyframes test2 {
  0% {content: url('../images/Logo-70anysAAnom.png'); width:110px; height:40px;}
  50% {content: url('../images/Logo-70anysAAnomgr.png'); width:110px; height:40px;}
  90% {content: url('../images/Logo-70anysAAnombl.png'); width:110px; height:40px;}
}

@keyframes test2 {
  0% {content: url('../images/Logo-70anysAAnom.png'); width:110px; height:40px;}
  50% {content: url('../images/Logo-70anysAAnomgr.png'); width:110px; height:40px;}
  90% {content: url('../images/Logo-70anysAAnombl.png'); width:110px; height:40px;}
}



@media screen and (max-width: 450px) {
  html, body {
    font-size: 10px;
  }

    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 1rem;}
    .mobil{display: block;}
    .tablet{display: none;}
    .pc{display: none;}
}
@media screen and (min-width: 451px) {
  html, body {
    font-size: 12px;
  }
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 1rem;}
    .mobil{display: block;}
    .tablet{display: none;}
    .pc{display: none;}
}

@media screen and (min-width: 768px) {
  html, body {
    font-size: 14px;
  }
  #myVideo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw; 
    height: 100vh;
}
    .mobil{display: block;}
    .tablet{display: none;}
    .pc{display: none;}
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px;
  }
    .mobil{display: none;}
    .tablet{display: block;}
    .pc{display: block;}
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 18px;
  }
    .mobil{display: none;}
    .tablet{display: none;}
    .pc{display: block}
}