#header {
    font-family: "Georgia", serif;
    font-size: 36px;
}

.header-text {
    text-align: center;
    padding-top:50px;
}

#home, #payment, #hours {
    width:60em;
}

.home-text, .payment-text, .hours-text {
    float:left;
    width:20em;
}

.home-image, .payment-image, .hours-image {
    float:left;
    width:25em;
    padding-top: 25px;
    padding-left: 25px;
}

.home-image img {
    height: 244px;
    width:  290px;
}

#video a {
	color: #420825;
}

#video h1 {
	padding-bottom: 1em;
	text-align: center;
}

#video h2 {
	padding-top: 1em;
}

.tel {
    font-weight: 900;
    font-size: 120%;
    text-decoration:none;
}

.not-phone-number {
    text-decoration:none;
}

.caption {
        padding-top: 10px;
        font-size: 50%;
        line-height: 70%;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 639px)
and (orientation : portrait) {

    #header {
        font-size: 50px;
        text-align:center;
        padding: 0px;
    }

    .header-text {
        padding-top:20px;
    }

    .home-text, .payment-text, .hours-text {
        width:100%;
        padding-bottom: 2em;
    }

    .payment-text, .hours-text {
        line-height : 180%;
    }

    div#nav-top {
	    height: 54px;
	}
    #nav-top {
        font-size: 34px;
    }

    #container, #middle {
        padding: 0;
        width: 95%;
        font-size: 80%;
        line-height : 180%;
    }

    #home, #payment, #directions, #hours {
        width:100%;
        font-size: 200%;
        text-align:center;
        padding-top: 25px;
    }

    #home li {
        padding-bottom: 4px;
    }

    .newSection {
        border-bottom: 0;
    }

    .home-image, .hours-image  {
        float: none;
        padding: 0px;
        width: 100%;
    }

    .home-image img {
        height: 610px;
        width:  700px;
    }

    #home h4, .home-text li {
        padding-top: 10px;
    }

    #home h4 {
        padding-bottom: 10px;
    }

    #directions h2 {
        padding: 10px 0;
    }
    #directions p {
        text-align: left;
        line-height: 150%;
        padding-bottom: 10px;
    }

    .payment-image, .home-image-caption {
        display: none;
    }

    #nav-bottom, #bottom-border {
        display: none;
    }

    .address-spacer {
        height: 2px;
    }

    #video {
        width:100%;
    }

    .center-video {
        display: block;
        margin: 0px auto;
        padding: 50px 0;
    }

    .caption {
            font-size: 200%;
    }

    .tel {
        font-size: 160%;
    }
}
