* {
box-sizing : border-box;
}
#wrapper {
display : grid;
grid-template-columns : minmax(0,1fr) repeat(6,minmax(0,175px)) minmax(0,1fr);
}
body {
background-color : #FFFFFF;
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 : #739b93;
color : #FFFFFF;
font-family : Georgia;
grid-row : 1 / 2;
grid-column : 2 / -2;
}
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 : sticky;
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 {
color : #424242;
font-family : 'Georgia';
margin-bottom : 0;
}
span.dsu {
color : #BA1C21;
font-size : 1.2em;
}
dt {
color : #BA1C21;
font-weight : bold;
}
footer {
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.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  grid-row: 3 / 4;
  grid-column: 1 / 9;

}
#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;

}
#koi {
  background-image: url("images/Koi.png");
  height: 110px;
  width: 110px;
  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: 1 / 2;
      grid-column: 1 / 9;
}
#lightbar{
  background-color: #c6d3c0;
    grid-row: 2 / 3;
    grid-column: 1 / 9;
}
#darkbar{
  background-color: #3e5456;
  height:25px;
      grid-row:  2 / 3;
      grid-column: 1/ -2;
}
h3 {
  font-size: 25px;
  color : #424242;
  font-family : 'Georgia';
  margin-bottom : 0;
}
h4 {
  font-size: 25px;
  color : #424242;
  font-family : 'Georgia';
  margin-bottom : 0;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



@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;
}
#homehero {
grid-row : 2 / 3;
grid-column : 5 / 8;
height : auto;
}
#studenthero {
grid-row : 2 / 3;
grid-column : 5 / 8;
height : auto;
}
#facultyhero {
grid-row : 2 / 3;
grid-column : 5 / 8;
height : auto;
}
section {
float : none;
width : 100%;
padding-right : 0;
}
}
@media screen and (max-width: 600px) {
header h1 {
background-image : none;
text-align : center;
}
nav {
grid-row : 2 / 3;
grid-column : 1 / -1;
}
#homehero {
display : none;
}
#studenthero {
display : none;
}
#facultyhero {
display : none;
}
}
table {
margin : 0 auto;
border : #424242 solid 1px;
width : 100%;
border-collapse : collapse;
}
td, th {
border : #424242 solid 1px;
padding : 5px;
}
td {
text-align : center;
}
tr:nth-of-type(even) {
background-color : #F3F3F3;
}
.text {
text-align : left;
}
