html {
    -webkit-user-select: none;
     height: 100%;
}

body {
  box-shadow: 0 0 50px #ddd inset;
  -webkit-box-shadow: 0 0 50px #ddd inset;
  font-family: OpenSans, Helvetica, Arial, sans;
  height: 100%;
  margin: 0;
}

.navbar {
    height: 80px;
}

.navbar-through .page-content {
  padding-top: 80px;
  background:white;
}

.swiper-slide {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.swiper-slide span {
  text-align:center;
  display:block;
  margin: 20px;
  font-size:21px;
}
.swiper-container {
  height: 220px;
    width: 90%;
    text-align: center;
}

/*
.page-content, .navbar-inner, .navbar:after {
    background:white;
    border-bottom: 2px solid black;
}*/

.navbar-inner.navbar-on-center {
    height: 80px;

}

.museumLogo {

    width: 80%;
    margin: auto;
    text-align: center;
    display: block;
}

/*

#name, #num, .login_block1, .login_block2 {

    color:white;
    background:red;
    height:40px;
    text-align: center;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 5px 7px 9px #888888;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.3em;
    font-family: fantasy;

}
*/

#num {
    background:rgb(100, 82, 110);
    margin-bottom: 18px;
    margin-top: 18px;
    font-size: 0.9em;
}

#expire {
    position: absolute;
    bottom: 53px;
    width: 100%;
    margin: auto;
    text-align: center;
}

img {
  margin: 50px auto;
}


.listBeacon {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.listBeacon li {
    border: 1px solid black;
    padding: 5px;
}

.beaconColor0 {
    background:black;
    color:white;
}

.beaconColor1 {
    background:#98FF98;
}

.beaconColor2 {
    background :#aad4e5;
}

.beaconColor3 {
    background:#0041C2;
}

.beaconColor4 {
    background:  white;
}

.beaconColor5 {
    background:  white;
}

#logo {
  width: 140px;
  margin: auto;
}

.card-header-image {
    height: 300px;
    background-size: cover;
}

.closePage {
    display: block;
    width: 70px;
    height: 20px;
    text-align: center;
}

#audioId {
    width:100%;
}

.suggestedArticle {
   font-size: 1.5em;
    color:wheat !important;
}

.notifications .close-notification {
    width:30px;
    height:30px;
}

.popup-download {
    background:#eee;
}

.closedownloadbutton {
    background:white;
}
