@CHARSET "utf-8";
@media only screen and (min-width : 1001px) {
	body {
		background-color: #222222;
        margin: 0px;
        padding: 0px;
        font-family: 'Open Sans', sans-serif;
	}
	
	#content {
		width: 1366px;
		margin: auto;
		background-image: url("images/home1366.jpg");
		background-repeat: none;
        padding-bottom: 20px;
	}
	
	#top {
		height: 905px;
		width: 1366px;
		margin: 0px;
		padding: 0px;
	}
	
	#nav {
		text-align: right;
		color: #ffffff;
		font-size: 1.5em;
		font-weight: bold;
/*		font-family: sans-serif;*/
		float: right;
		margin-top: 20px;
		margin-right: 100px;
	}
	
	#nav a {
		margin-left: 100px;
		text-decoration: none;
        color: #ffffff;
	}
	
	#middle {
		margin: 0px;
		padding: 0px;
		height: 705px;
		width: 1366px;
	}
	
	#food {
        background-image: url(images/burger.png);
        background-position: right top;
        background-repeat: no-repeat;
		background-color: rgba(255, 255, 255, .8);
        background-size: 383px 276px;
		margin: 60px;
		padding: 20px;
        height: 355px;
        vertical-align: middle;
	}
	
	#shade2 {
		height: 250px;
		width: 1366px;
		margin: 0px;
		padding: 0px;
	}
	
	#bottom {
        margin: 0px;
        padding: 0px;
        height: 1000px;
        width: 1366px;
    }

	#social {
		float: left;
		background-color: rgba(255, 255, 255, .8);
        width: 40%;
        margin: 50px;
	}
	
	#hoursAndLoc {
        margin: 50px;
		float: right;
		background-color: rgba(255, 255, 255, .8);
		width: 40%;
	}

    #bottom > div {
/*        font-family: sans-serif;*/
        padding: 10px;
        height: 800px;
    }

    h3 {
        border-bottom: 1px solid black;
        margin-bottom: 15px;
        padding-bottom: 0px;
    }

    .small {
        font-size: .8em;
        font-style: italic;
    }

    .hours {
        display: block;
        margin-bottom: 10px;
    }

    #food1 {
        float: left;
/*        font-family: sans-serif;*/
        width: 300px;
        padding-left: 20px;
        font-size: 2em;
    }

    #food2 {
/*        font-family: sans-serif;*/
        float: right;
/*        width: 600px;*/
        margin-right: 390px;
        margin-top: 50px;
        text-align: center;
        font-size: 2em;
    }
    
    #food2 > a {
    	display: none;
    }
    
    .menuLink {
    	text-decoration: none;
    	color: #553625;
    }

    #showLoc {
        display: none;
    }

    #footer {
        text-align: center;
        text-shadow: 0 0 3px white;
    }

    #footer > a {
        font-weight: bold;
        text-decoration: none;
        color: #0000AA;
    }
}


@media only screen and (max-width : 1000px) {
	html {
		background: url(images/home640.jpg) #666666 no-repeat fixed;
		background-size: cover;
	}
	body {
		margin: 0px;
		padding: 0px;
        font-family: 'Open Sans', sans-serif;
	}
	
	#footer {
		text-align: center;
		color: #cccccc;
	}
	
	#footer > a {
		color: #eeeeee;
		text-decoration: none;
	}
	
	#content {
		
	}
	
    #social {
        margin-top: 5%;
        /*position: absolute;
        top: 65%;
        left: 3%;
        right: 3%;
        display: table-cell;*/
    }

	.menuLink {
    	text-decoration: none;
    	color: #503020;
    	font-weight: bold;
    }
    
    #map {
        display:none;
    }

    #food {
        overflow: hidden;
        background-color: rgba(255, 255, 255, .8);
        /*(position: absolute;
        top: 48%;
        height: 11%;
        right: 3%;
        left: 3%;*/
        border-radius: 15px;
        padding: 3%;
        margin-top: 150px;
    }

    #hoursAndLoc {
        /*position: absolute;
        top: 26%;
        left: 3%;
        right: 3%;
        height: 15%;*/
        padding: 3%;
        overflow: hidden;
        background-color: rgba(255, 255, 255, .8);
    }

    #hours {
        float: left;
        /*font-size: 1.2em;*/
        width: 40%;
        padding-left: 5%;
    }

    #location {
        width: 40%;
        padding-right: 5%;
        float: right;
    }

    #nav {
        display: none;
    }

    #food1 {
        /*float: left;*/
        display: none;
        width: 35%;
        /*font-size: 1.5em;*/
    }

    #food2 {
        /*float: right;*/
        width: 100%;
        text-align: center;
        /*font-size: 1.2em;*/
    }

    .hours {
        display: block;
        margin-bottom: 5px;
    }

    .small {
        font-size: .8em;
        font-style: italic;
    }

    h3 {
        border-bottom: black 1px solid;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    #showLoc {
        display: block;
        color: white;
        background: #000066;
        padding: 5px;
        border-radius: 5px;
        text-align: center;
        text-decoration: none;
        margin-top: 1em;
    }
}