html{
	    font-size:1.8rem;

}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family:courier;
    line-height:1.4;
}

h5 {
font-family: pacifico;
    font-size: 1.5em;
    letter-spacing: .5em;
  color: #DA6194;

}
#container {
    position: absolute;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    padding: 20px;
}

.title{
  color: #DA6194;
font-size: 2em;
font-family: courier;
font-weight: 300;
text-align: center;
text-transform: uppercase;

}

.picture{
	margin-top: 5em;
}
   img {
    max-width: 100%;
  height: auto;
}


.box1 {
    position: relative;
    float: left;
    width: 100px;
    height: 150px;
    background: orange;
    margin: 0 15px 15px 0;
}
.box2 {
    position: relative;
    float: left;
    width: 100px;
    height: 200px;
    background: pink;
    margin: 0 15px 15px 0;
}
.box3 {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
    background: red;
    margin: 0 15px 15px 0;
}
.holy-grail {
  height: 800px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px 60px 1fr 100px 80px;
  grid-template-areas: 'header' 'navigation' 'main' 'aside-1' 'footer';
  grid-row-gap: 1px;
  grid-column-gap: 1px;
  text-align: center;
}

.grail-header {
  grid-area: header;
  padding: 20px;
}

.grail-nav {
  grid-area: navigation;
  padding: 20px;
}

.grail-main {
  grid-area: main;
  padding: 20px;
}

.grail-aside {
  grid-area: aside-1;
  padding: 20px;
}

.grail-footer {
  grid-area: footer;
  background-color: #ffd1d1;
  padding: 20px;
  padding-bottom: 10rem;
  
}
.grail-footer p{
	color:#fff;
	font-size:3em;
}
.cover_page .body_part {
    background: bisque;
}

@import "compass/css3";

.table-editable {
  position: relative;
  
  .glyphicon {
    font-size: 20px;
  }
}

.table-remove {
  color: #700;
  cursor: pointer;
  
  &:hover {
    color: #f00;
  }
}

.table-up, .table-down {
  color: #007;
  cursor: pointer;
  
  &:hover {
    color: #00f;
  }
}

.table-add {
  color: #070;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 0;
  
  &:hover {
    color: #0b0;
  }
}

@media screen and (min-width: 786px) {
.holy-grail {
grid-template-areas: 
'header header header header header' 
'. navigation main aside-1 .' 
'footer footer footer footer footer';
grid-template-columns: 5% minmax(10%, 150px) minmax(70%, 150px) minmax(10%, 150px) 5%; 
grid-template-rows: minmax(100px, auto) 1fr minmax(60px, auto);}
}

@media screen and (min-width: 1400px) {
.holy-grail {
grid-template-areas: 
'header header header header header' 
'. navigation main aside-1 .' 
'footer footer footer footer footer';
grid-template-columns: 1fr minmax(10%, 150px) 1000px minmax(10%, 150px) 1fr; 
grid-template-rows: minmax(100px, auto) 1fr minmax(60px, auto);}
}

.caption {
  font-family: helvetica;
  font-size: 16px;
  margin-top: 12px;
}

@media only screen and (max-width: 30.25rem) {



   img {
margin-top:2em;
    max-width: 150%;
  height: auto;
  margin-left: -3.5em;
}
}





