

body{
  font-family: 'Open Sans', sans-serif;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
}

.container{
  width:85%;
  margin:auto;
  overflow:hidden;
  padding-top:5px;

}

ul{
  margin:0;
  padding:0;
}

.dark{
  padding:3px;
  background:#ffffff;
  color:#000000;
  margin-top:100px;
  margin-bottom:3px;
}

header{
  background:#ffffff;
  color:#000000;
  padding-top:0px;
  padding-bottom:0px;
  min-height:15px;
  border-bottom:#e65b5b 5px solid;
}

header a{
  color:#000000;
  text-decoration:none;
  text-transform: uppercase;
  font-size:15px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
  padding-top:50px;
  min-height:15px;


}

header #branding{
  float:left;
  margin:3;
}

header #branding h1{
  margin:3;
  ;
}

header nav{
  float:right;
  margin-top:40px;
}

header .highlight, header .current a{
  color:#e65b5b;
  font-weight:bold;
}

header a:hover{
  color:#cccccc;
  font-weight:bold;
}

span{
  font-family: 'Parisienne', cursive;
}

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

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body, html {
  height: 100%;
  margin: 0;
}

.bg {
  background-image: url(../pages/responsive-prototype/img/yumfood.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

aside#sidebar{
  float:right;
  width:30%;
  margin-top:50px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}

article#main-col{
  float:left;
  width:65%;
}

ul#menu li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:#e6e6e6;
}

@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  article#main-col,
  aside#sidebar{
  float:none;
  text-align:right;
  width:100%;
  }

  header{
  padding-bottom:50px;
  }

  #showcase h1{
  margin-top:40px;
  }

  #newsletter button, .quote button{
  display:block;
  width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
  width:100%;
  margin-bottom:5px;
  }
}