﻿div.white {
    margin: auto;
    margin-top: 320px;
    background-color: white;
    width: 900px;
    height: 950px;
}

div.border {
    margin: auto;
    width: 820px;
}

div.roomhead {
    margin: auto;
    width: 820px;
    height: 100px;
}

div.line {
    margin: auto;
    height: 0.5px;
    background-color: #5D5955;
}

.back {
    margin: auto;
    height: 25px;
    width: 820px;
    color: black;
    position: relative;
}

.arrow {
    margin: auto;
    width: 30px;
    position: absolute;
    top: 9px;
}

.back1 {
    position: absolute;
    top: 0px;
    left: 40px;
    height: 30px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
}

.room {
    position: relative;
    margin: auto;
    width: 820px;
    height: 800px;
}

.room1 {
    position: absolute;
    left: 0;
    top: 15px;
    margin: auto;
    width: 600px;
    height: 800px;
}

.room11 {
    margin: auto;
    width: 600px;
    border: 0px;
}

.icons {
    width: 200px;
    height: 40px;
}

.icons1 {
    width: 40px;
    height:30px;
    margin: auto;
    float:left;
}

.icons2 {
    width: 160px;
    height: 30px;
    margin: auto;
    padding-top: 5px;
    left: 40px;
    float: right;
}

.icons3 {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    color: black;
    font-size: 0.8em;
    padding-bottom: 2px;
}

.room2 {
    position: absolute;
    left: 600px;
    margin: auto;
    width: 250px;
}

.toform {
    margin: auto;
    background-color:white;
    height: 230px;
    width: 180px;
    margin-left: 39px;
    margin-top: 15px;
    border: 0.5px solid #5D5955;
        font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    color:black;
}

.more {
    margin:auto;
    margin-left: 20px;
    height: 37px;
    width: 140px;
    background-color: #b40404;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    color: white;
    font-size: 1.1em;
}

.description {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    color: black;
    font-size: 0.9em;
}

h1.roomhead {
    text-align: center;
    color: #5D5955;
    font-family: "Ruthie";
    font-weight: lighter;
    font-size: 3em;
}

h2.room {
    text-align: left;
    margin-top: 0;
    color: black;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
}

h2.more {
    color: white;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
}

a.more {
    margin:auto;
    display: block;
    padding-top: 5px;
    height: 32px;
    width: 140px;
    text-align:center;
    background-color: #b40404;
}

    a.more:hover {
        background-color: #5D5955;
        text-decoration: none;
    }

    a.more:link {
        text-decoration: none;
    }

    a.more:active {
        text-decoration: none;
    }

    a.more:visited {
        text-decoration: none;
    }
