﻿@font-face {
  font-family: 'helvetica';
  font-style: normal;
  src: url(Helvetica.ttf);
}

@font-face {
  font-family: 'helvetica';
  font-weight: bold;
  src: url(Helvetica-Bold.ttf);
}

@font-face {
    font-family: 'homeChristmas';
    font-weight: normal;
    src: url(Home_Christmas.ttf);
  }
  
  @font-face {
    font-family: 'silverChristmas';
    font-weight: normal;
    src: url(Silver_Christmas.ttf);
  } 

html {
	height:100%;
}

body
{
    background-color: #7f181c;
    background-image: url(../img/gnd_desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	margin: 0px;
    font-family: 'helvetica', sans-serif;
    font-size: 26px;
	color:white;
    line-height:26px;
	height:100%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a
{
border:none;
text-decoration:none;
color:inherit;
}

h2 {
	font-weight:normal;
}

a:hover
{
text-decoration:underline;
}


img
{
	border:none;
}

hr {
	border: none;
    height: 3px;
    color: #d7007a; /* old IE */
    background-color: #d7007a; /* Modern Browsers */
    width:90%;
    margin:60px auto 40px auto;
}

.purple {
    color:#d7007a;
}

.green {
    color:#009870;
}

.blue {
    color:#0096d1;
}

.cursorPointer {
    cursor:pointer;
}

.container {
    max-width:450px;
    width:100%;
    min-height:100%;
    margin:0 auto;
    background-image:url(../img/gnd.jpg);
}

/** Common **/
.topLogo {
    padding-top:20px;
    text-align:center;
}

.topLogo img {
    width:30%;
}

.backIcon {
    position:absolute;
    top:10px;
    left:10px;
}

.backIcon img {
    width:50px;
}

.topFlake {
    position:absolute;
    top:0px;
    right:0px;
}

.topFlake img {
    width:150px;
}

/** Home Page **/
.homePage {
    display:none;
    cursor:pointer;
}

.homeLogo {
    padding-top:20px;
    text-align:center;
}

.homeLogo img {
    width:80%;
}

.homeBox {
    padding-top:20px;
    text-align:center;
	align-self: end;
}

.homeBox img {
    width:80%;
	margin:0 auto;
	display:block;
}

.homeCenter {
    text-align:center;
    font-size:20px;
    line-height:20px;
}

/** Menu Page **/

.menuPage {
    display:none;
    position:relative;
}

.menuInfoBar {
    display:table;
    width:100%;
    text-align:center;
    font-family: silverChristmas;
    font-size:55px;
    line-height:60px;
}

.menuInfoLeft {
    display:table-cell;
    width:50%;
    font-family: silverChristmas;
    font-size:55px;
    line-height:55px;
    vertical-align: bottom;
    padding-left:10px;

}

.menuInfoLeft span {
    font-family: helvetica;
    font-size:40px;
    font-weight: bold;
}

.menuInfoRight {
    display:table-cell;
    vertical-align: bottom;
    width:50%;
    text-align:right;
    font-size:16px;
    line-height:15px;
    padding-right:10px;
    padding-bottom:10px;
    font-weight:bold;
    font-family: helvetica;
}

.menuBoxContainer {
    text-align: center;
}

.menuBox {
    width:80px;
    height:80px;
    background-image:url(../img/menu_box.jpg);
    background-size: contain;
    display:inline-block;
    text-align:center;
    box-sizing: border-box;
    padding-top:30px;
    font-size:50px;
    font-family:homeChristmas;
    cursor:pointer;
}

.menuBoxOff {
    width:80px;
    height:80px;
    background-image:url(../img/menu_box.jpg);
    background-size: contain;
    display:inline-block;
    text-align:center;
    box-sizing: border-box;
    padding-top:30px;
    font-size:50px;
    font-family:homeChristmas;
    opacity:0.3;
}

.menuSeparator {
    height:20px;
}

/** Week Page **/

.weekPage1 {
    display:none;
    text-align:left;
}

.weekPage2 {
    display:none;
    text-align:left;
}

.weekPage3 {
    display:none;
    text-align:left;
}

.weekPage4 {
    display:none;
    text-align:left;
}

.weekTitle {
    text-align: center;
    font-weight: bold;
    font-size:24px;
    line-height:25px;
    padding:10px 0;
}

.weekBoxContainer {
    text-align:center;
    width:100%;
    margin:0 auto;
}

.weekBox {
    width:180px;
    height:180px;
    background-image:url(../img/box.png);
    background-size: contain;
    background-repeat: no-repeat;
    display:inline-block;
    text-align:center;
    box-sizing: border-box;
    padding-top:90px;
    font-size:70px;
    font-family:homeChristmas;
    cursor:pointer;
}

.weekBoxOff {
    width:180px;
    height:180px;
    background-image:url(../img/box_off.png);
    background-size: contain;
    background-repeat: no-repeat;
    display:inline-block;
    text-align:center;
    box-sizing: border-box;
    padding-top:90px;
    font-size:70px;
    font-family:homeChristmas;
    opacity:0.3;
}

.weekBoxSingle {
    width:280px;
    height:280px;
    background-image:url(../img/box.png);
    background-size: contain;
    background-repeat: no-repeat;
    display:inline-block;
    text-align:center;
    box-sizing: border-box;
    padding-top:145px;
    font-size:100px;
    font-family:homeChristmas;
    cursor:pointer;
    margin-top:30px;
}

/** Day Page **/

.dayPage {
    display:none;
    text-align:left;
    background-image:url(../img/gnd_day.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.dayNumber {
    font-family:homeChristmas;
    text-align:center;
    font-size:70px;
    line-height:40px;
    padding-top:20px;
}

.dayName {
    font-family:silverChristmas;
    font-size:40px;
    line-height:40px;
    text-align:center;
}

.dayTitle {
    text-align:center;
    font-size:22px;
    line-height:25px;
    padding: 10px 0;
    font-weight: bold;
}

.dayPreview img {
    width:100%;
    cursor:pointer;
}

.dayInfo {
    text-align:center;
    font-size:20px;
    line-height:25px;
    padding: 20px 0;
    max-width:80%;
    margin: 0 auto;
}

.ruggy1 {
    position: absolute;
    top: 110px;
    right: 0;
}
.ruggy1 img {
    width: 80px;
}

.ruggy2 {
    position: absolute;
    top: 300px;
    right: 100px;
}
.ruggy2 img {
    width: 80px;
}

.ruggy3 {
    position: absolute;
    top: 475px;
    right: 120px;
}
.ruggy3 img {
    width: 80px;
}

.ruggy4 {
    position: absolute;
    top: 660px;
    right: 10px;
}
.ruggy4 img {
    width: 100px;
}

