|
html {
background: #fff;
}
body {
margin: 0px;
width: 100%;
overflow-x: hidden;
}
.backfaceVisibility {
-webkit-backface-visibility: visible;
backface-visibility: visible;
}
/* Layers */
.layer-background {
z-index: 1;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0
}
.layer-menu {
z-index: 2;
position: absolute;
}
ng-view {
z-index: 4;
}
.layer-content {
z-index: 3;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.7);
}
.bg-dark { background-color: black;}
/* Navigation */
.nav-menu {
list-style: none;
padding-left: 15px;
float: left;
}
.nav-menu li {
padding-left: 0px;
}
.submenu {
float: left;
padding-left: 5px;
}
.btn-menu {
color: black;
border: none;
text-transform: uppercase;
background-color: white;
font-size: 14px;
font-family: Helvetica;
text-align: left;
font-weight: 600;
margin-left: 0px;
margin-right: 8px;
margin-bottom: 15px;
cursor: pointer;
text-decoration: none;
padding-top: 1px;
}
.btn-menu:hover {
color: white;
background-color: black;
text-decoration: none;
}
.btn-slideshow {
cursor: pointer;
background-color: white;
}
.btn-slideshow:hover {
background-color: #F2F2F2;
color: red;
}
video {
height: 100% !important;
width: auto !important;
}
fa-app {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.famous-angular-clipping-container, .famous-angular-container {
height: 100%;
width: 100%;
overflow: hidden;
}
|