* {
box-sizing : border-box;
}
#wrapper {
display : grid;
grid-template-columns : minmax(0,1fr)
repeat(6,minmax(0,175px)) minmax(0,1fr);
background-color: #739b93;
margin:0 auto;

}
body {
background-color : #739b93;
background-image : linear-gradient(#EEEEEE, #FFFFFF);
background-attachment : fixed;
color : #000000;
font-family : Verdana;
margin : 0;
}
main {
background-color : #FFFFFF;
grid-row : 4 / 5;
grid-column : 2 / -2;
padding-right : 2em;
padding-left : 2em;
display : block;
padding-top : 1px;
padding-bottom : 1px;
}
section {
float : left;
width : 33%;
padding-right : 1rem;
}
.clear {
clear : both;
}
header {
background-color : #c6d3c0;
color : #3e5456;
font-family : 'Georgia';
grid-row : 1 / 2;
grid-column : 2 / -2;
text-align: center;
}
header a {
text-decoration : none;
color : #FFFFFF;
}
h1 {
line-height : 240%;
background-repeat : no-repeat;
background-position : right;
padding-left : 0.5rem;
height : 72px;
margin : 0;
}
nav {
font-weight : bold;
grid-row : 2 / 3;
grid-column : 2 / -2;
background-color :#739b93;
text-decoration : none;
position :static;
top : 0;
}
nav a {
color : #FFFFFF;
padding : 1rem 0;
display : block;
text-decoration : none;
text-align : center;
}
nav a:hover {
background-color : #3e5456;
}
nav ul {
list-style : none;
margin : 0;
padding : 0;
display : flex;
flex-flow : row nowrap;
}
nav ul li {
width : 100%;
}
h2 {
font-size: 30px;
color : #424242;
font-family : 'Georgia';
margin-bottom : 0;
}

footer {
  color:#3e5456;
font-size : 0.70em;
font-style : italic;
text-align : center;
padding : .5em;
padding-bottom: 0px;
background-color : #FFFFFF;
grid-row : 5 / 6;
grid-column : 2 / -2;
}
#ashcreations {
  background-image: url("images/AshCreations.png");
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2b4449;
  grid-row: 3 / 4;
  grid-column: 2 / -2;

}
#create {
  background-image: url("images/create.jpg");
  height: 200px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  grid-row: 3 / 4;
  grid-column: 1 / 9;

}

#vault {
  background-image: url("images/vault.jpg");
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  grid-row: 3 / 4;
  grid-column: 1 / 9;

}

#digital {
  background-image: url("images/designs.jpg");
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  grid-row: 3 / 4;
  grid-column: 1 / 9;

}

#koi {
  background-image: url("images/Koi.png");
  height: 110px;
  width: 110px;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-size:auto;
  border-radius: 50%;
  background-position: center;
  grid-row: 3 / 5;
  grid-column: 3 / 4;
}
#social {
    background-image: url("images/socialicons.png");
    height: 150px;
    width: 150px;
    padding:none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin:none;
    grid-row: 3 / 4;
    grid-column: 1 / 9;
}
#mainbar{
  background-color: #739b93;
      grid-row: 2 / 3;
      grid-column: 2 / -2;
}
#lightbar{
  background-color: #c6d3c0;
  height: 180px;
    grid-row: 1 / 2;
    grid-column: 2 / -2;

}
#darkbar{
  background-color: #3e5456;
  height:25px;
      grid-row:  2 / 3;
      grid-column: 1/ -2;
}

#pencil{
  background-image: url("images/pencil.jpeg");
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  grid-row: 3 / 4;
  grid-column: 1 / 9;

}


h3 {
  font-size: 30px;
  color : #424242;
  font-family : 'Georgia';
  margin-bottom : 0;
}
h4 {
  font-size: 30px;
  color : #424242;
  font-family : 'Georgia';
  margin-bottom : 0;
}

h5, a, p {
  font-size: 20px;
  color: #3e5456;
  text-decoration: none;
  font-family: 'Georgia';
  margin-bottom: 0;
  padding-top: 10px;
}
html{
  background-color: #739b93;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


div.gallery {
  margin: 5px;
  border: 5px solid #3e5456;
  float: left;
  width: 300px;
}

div.gallery:hover {
  border: 2px solid #739b93;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.gallery p {
  font-size: 30px;
  color : #424242;
  font-family : 'Georgia';
  margin:auto;
}
  div.desc {
  padding: 15px;
  text-align: center;
  background-color: #c6d3c0;
  font-style: "Georgia";
}








@media only screen and (max-width: 1100px) {
#wrapper {
display : grid;
grid-template-columns : minmax(0,1fr) repeat(6,minmax(0,150px)) minmax(0,1fr);
}
}
@media screen and (max-width: 900px) {
nav {
grid-row : 2 / 3;
grid-column : 1 / 5;
}
nav ul {
flex-flow : column nowrap;
}
#ashcreations {
  grid-row: 3 / 4;
  grid-column: 1 / 9;
  height : auto;
}
#create {
  grid-row: 3 / 4;
  grid-column: 1 / 9;
  height : auto;
}
#vault {
  grid-row: 3 / 4;
  grid-column: 1 / 9;
  height : auto;
}

#koi {
  grid-row: 3 / 5;
  grid-column: 3 / 4;
  height: auto;
}


@media screen and (max-width: 600px) {
header h1 {
background-image : none;
text-align : center;
}
nav {
grid-row : 2 / 3;
grid-column : 1 / -1;
}
#create {
display : none;
}
#vault {
display : none;
}
#ashcreations {
display : none;
}
#koi {
display: none;
}


.text {
text-align : left;
}
