@font-face {
    font-family: OpenSans;
    src: url(font/OpenSans-VariableFont_wdth,wght.ttf);
  }
body {
    /*background-image: linear-gradient(to right bottom, #adddff, #ff0000, #82beeb, #6caee2, #559fd8, #58a0d8, #d85a5a, #5da2d8, #78b3e2, #92c4eb, #abd6f5, #c5e7ff);*/
    background-image: url('/tpl/images/wow_park_bckg.jpg');
    /*background-color: #f9f9f9;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.material-icons:hover {
    cursor: pointer;
    color:#328BCB;
}
.main i {
    margin-right:0 !important;
}

select.browser-default {
    border: 1px solid rgb(145, 145, 145);
}

nav {
    z-index:99999;
    box-shadow: none !important;
}
nav img {
    width:30px;
}
.features-list img {
    width:30px;
}
.sidenav {
    z-index:999999;
}

.input-field label {
    font-weight: bold;
    color:rgb(88, 88, 88) !important;
}

main {
    flex: 1 0 auto;
}