/* site.css */
html {
    height: 100%;
    font-family: "Inconsolata", sans-serif, arial, 'Times New Roman', serif;
	font-size: 12px;
	background:url(bakery.jpg);
	background-size: cover;
}

header {
    background-color: #666;
    padding: 30px;
    text-align: center;
    font-size: 35px;
    color: white;
    display: block;
}

nav {
    float: left;
    width: 25%;
    font-size: 15px;
    height: 200px;
    background: #ccc;
    padding: 20px;
    color:green;
}
li a:hover {
    background-color: #111111;
}
spans{
    color: blue;
}

.container {
	width: 1000px;
	height: 1000px;
	margin: 0 auto;
	background-color: white;
	padding: 5px;
    display: block;
    border: solid;
    border-color: grey;
}

body {
    margin: auto;
    padding: 40px;
    width: 80%;
    background-color: #f1f1f1;
    height: 1100px;
    border-style: ridge;
    display: block;

}

div.main {

}

div.header {
   width: 100%;
   position: absolute;
}

div.sidebox {
   float: right;
   width: 30%;
   height: 50%;
}

div.body {
   float: left;
}

.column {
  float: right;
  width: 25%;
  padding: 40px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

img {
    border: solid;
    border-color: grey;
    border-size: 20px;
}

/*menu page*/

*, *:after, *:before {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
}


  &:after, &:before {
    display: table;
    content: " ";
    line-height: 0;
    font-size: 0;
    clear: both; 
  }
}


.containers {
  @include clearfix;
  width: 50%;
  margin: 1em auto;
  border: 1px solid #ddd;
  padding: .1em .4em;
}
  p {
    font-size: .9em;
    color: #777;
    margin-bottom: 1em;
    font-style: italic;
  }
}

.group-header {
  float: right;
  font-weight: 700;
  width: 20%;
  margin: .7em 0 1em 0;
 }
  span {
    float: left;
    width: 25%;
    text-align: center;
    display: block;
  }
}

h3 {
  position: relative;
  font-weight: 700;
  margin: .7em 0 1em 0;
  }

  span {
    float: left;
    width: 10%;
    text-align: center;
    display: block;
     width: 20%;
      text-align: left;
    }
  }
  .dots {
    width: 40%;
    border-bottom: 2px dotted #ccc;
    margin-top: .8em;
  }
}

form{ 
   position: absolute;
   top:50%;
   left:25%;
   width:500px;
}
input[type=text] {
    width: 30%;
    padding: 20px 10px;
    margin: 8px 0;
    box-sizing: border-box;
}
input[type=email] {
        width: 30%;
    padding: 12px 10px;
    margin: 8px 0;
    box-sizing: border-
}


footer {
    position: absolute;
    bottom: 5%
    left:5%;
    padding: 10px;
    border-radius: 3px
    color:white;
    }