/* Copyright 2016 Andrew Hughes  */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    overflow-y: hidden;
}

body {
    background: #cccccc url("../img/listingBackground.jpg") no-repeat center;
    background-size: 100% 100%;
}

div {
    font-weight: bold;
}

form {
    position: relative;
    z-index: 5;
    text-align: center;
}

h1 {
    padding-top: 5vh;
}

img {
    width: 100%;
    height: auto;
}

p {
    margin: 0 auto;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#burrito {
    width: 5%;
    height: auto;
}

.burritoInfo {
    text-align: center;
}

#burritoList {
    position: relative;
    top: -5.5vh;
    height: 100%;
}

.burritoListing {
    width: 100%;
    border-top-style: solid;
    border-color: #ff0000;
}

#cover {
    width: 40%;
    height: 10vh;
    margin: 0 auto;
    position: relative;
    top: -99vh;
}

.formItem {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.helloBox {
    width: 100%;
    max-height: 50vh;
    position: relative;
    margin: auto;
    background: #ffffff url("../img/helloBackground.png") no-repeat center;
    background-size: cover;
    font-size: small;
    overflow-y: auto;
}

.helloTag {
    position: relative;
    top: 15%;
    font-size: medium;
    padding: 5%;
    color: #009000;
    font-weight: bold;
}

.helloTitle {
    font-size: 3em;
    font-weight: bold;
    color: #ff0000;
    position: relative;
    top: 15%;
}

.hughesWDLogo {
    position: relative;
    width: 35%;
    float: left;
    top: 7vh;
    margin-left: 2%;
}

.listBox {
    width: 25%;
    height: 100vh;
    position: relative;
    float: right;
    top: -110vh;
    overflow: auto;
    background: #cccccc url("../img/listingBackground.jpg") no-repeat center;
    background-size: 100% 100%;;
}

.listItemBox {
    width: 100%;
    position: relative;
    overflow: auto;
    background: #ffffff url("../img/listingBackground.jpg") no-repeat center;
    background-size: cover;
}

.listingInfo{
    position: relative;
    width: 65%;
    float: right;
}

.mbfLogo {
    position: relative;
    top: 7vh;
}

#map {
    height: 100vh;
    width: 75%;
    z-index: 2;
}

.nextBurrito {
    color: #ffffff;
    background-color: #008000;
    margin: 0 auto;
    padding: 2%;
    text-align: center;
}

.ratingImg {
    width: 50%;
}

.storeImg {
    position: relative;
    width: 30%;
    padding: 2%;
}

.topItem {
    width: 100%;
    min-height: 25vh;
    background: #ffffff url("../img/helloBackground.png") no-repeat center;
    background-size: cover;
    /*text-align: center;*/
    vertical-align: middle;
}

.userLoc {
    font-size: large;
    font-weight: bold;
}

.yelpLogo {
    width: 27%;
    position: relative;
    float: right;
    top: 8vh;
    margin-right: 4%;
}

.yelpSmall {
    max-width: 20%;
}
