/*
*   Main Stylesheet
*/

@font-face {
    font-family: "ProductSans";
    src: url("fonts/Product Sans Regular.ttf");
}

body{
    margin: 0;
}

p{
    margin: 0;
}

.background {
	width: 100%;
	height: 100%;
	background: url("media/claywave.png") no-repeat center center fixed;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content-wrapper{
    z-index: 100;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

svg text{
    fill: #fff !important;
}

.widget{
    font-size: 40px;
}

.widget-time{
    position: absolute;
    z-index: 100;
    bottom: 50px;
    right: 70px;
}

.room_title{
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 70px;
    font-size: 20px;
    color: #fff;
    font-family: "ProductSans";
    opacity: .8;
}
