/* Shangri La vertical elevator digital signage cascading style sheet V1.0 */
html {
    background-color: black;
}
body {
    width: 976px;
    height: 1080px;
    margin:auto;
    background-image: url("../images/background.png") ;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* -------- weather tab -------- */
#weather {
    height: 450px;
    padding-left: 20px;
}
/* ---- current ---- */
#weather > #current {
    width: 300px;
    height:40px;
}
#weather > #current > p:first-child {
    width: 120px;
    font-size: 25px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}
#weather > #current > img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
#weather > #current > p:nth-child(3) {
    min-width: 30px;
    font-size: 25px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}
#weather > #current > p:nth-child(4) {
    min-width: 70px;
    font-size: 25px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}
/* ---- day0 ---- */
#weather > #day0-high {
    width: 280px;
    height:40px;
}
#weather > #day0-high > p:first-child {
    width: 120px;
    font-size: 25px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}
#weather > #day0-high > img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
#weather > #day0-high > p:nth-child(3){
    min-width: 30px;
    font-size: 25px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}
#weather > #day0-high > p:nth-child(4){
    min-width: 70px;
    font-size: 25px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}
/* ---- day1 ---- */
#weather > #day1-high {
    width: 280px;
    height:40px;
}
#weather > #day1-high > p:first-child {
    width: 120px;
    font-size: 25px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}
#weather > #day1-high > img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
#weather > #day1-high > p:nth-child(3) {
    min-width: 30px;
    font-size: 25px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}
#weather > #day1-high > p:nth-child(4) {
    min-width: 70px;
    font-size: 25px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
}
/* -------- events tab -------- */
#events-box {
    width: 850px;
    height: 500px;
    margin: auto;
    /*border: solid 5px #764f1e;
    border-radius: 8px;*/
}
#events-box > .event {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 20px;
    color:rgb(255,255,255);
    margin-right: 15px;
}
#events-box > .event > p {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    color: rgb(220,200,3)
}
/* -------- slides tab -------- */
#slides-box {
    color: white;
}
