@font-face {
    font-family: 'TSTAR PRO Light';
    src: url('TSTARPRO-Light.otf') format('opentype');
}


body {
    height: 100%;
    width: 100%;
    font-family: TSTAR PRO Light;
    text-decoration: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url()no-repeat center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    background-attachment: fixed;
    font-family: TSTAR PRO Light;
    text-decoration: none;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

li{
    text-decoration: none;
    list-style: none;
}
footer{
  width: auto;
}
#nav {
  font-size: 0.8em;
  display: grid;
    grid-template-columns: 102.5px 91px;
  grid-template-rows: 10px 20px 10px 10px 10px 30px;
  grid-gap: 5px;
    position: fixed;
    bottom: 10px;
    overflow: hidden;
}


h1{
    text-transform: uppercase;
    margin-left: 40px;
    margin-top: 80px;
    width: 188.5px;
    text-align: justify;
    position: fixed;
    font-size: 1.4em;
    color: #413d39;
    font-weight: light !important;
    display: block;
} 



@media only screen and (max-width: 767px) {
    .slider>div {
        padding: 0 2%
    }

    .slider .button {
        padding: 0 15px;
    }
}


a:link,
a:visited {
    background-color: none;
    color: #413d39;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:active {
    color: #ff0aff;
}




.row {
  display: flex;
  flex-wrap: wrap;
  padding: 10 4px;
}

.column {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 30px 40px;
  align-items: center;
  justify-content: center;
}

.column img {
  margin-top: 18px;
  vertical-align: middle;
  width: 14%;
  height: auto;
  align-items: center;
  justify-content: center;
}


figure {
  display: inline-block;
  padding: 10px;
  margin: 20px;
  text-align: center;
}

figure img{
  vertical-align: top;
}

figcaption{
  vertical-align: center;
  padding: 30px 40px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}



#headline {
    font-size: 15px;
  grid-column:  1 / span 2;
  grid-row: 6;
  text-align: justify;
  margin-top: 10px;
  margin-left: 0;
    padding-left: 0;
}


#logo {
  grid-column: 1;
  grid-row: 1/ span 5;
    width: 68px;
    align-self: center;
}

a.grid-item {
  grid-row: 1 /span 5;
  grid-column: 2;
    display: block;
    text-align: justify;
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
    padding-left: 0;
}

.grid-item:after{
  content: "";
  display: inline-block;
  width: 100%;
}


#shop{
  grid-row: 3;
  grid-column: 2;
}

#about{
  padding-top: 0;
  grid-row: 2;
  grid-column: 2;
}

#insta{
  padding-bottom: 0;
  grid-row: 5;
  grid-column: 2;
}

#art{
  padding-top: 0;
  grid-row: 1;
  grid-column: 2;
}

#mail{
  grid-row: 4;
  grid-column: 2;
}

/* ##### Footer ##### */
footer {
  display:block;
  text-align: right;
  right: 3px;
  bottom: -10px;
  position: fixed;
  width: 100%;
  text-decoration: none;
  font-size: 10px;
  color:#979993;
  margin: 0;
  word-spacing: 0px;
  line-height: 0.5;
  overflow-x: hidden;
 }




footer a{
	  padding: 4px 1.5px !important;
	  color:#979993 !important;
}

@media only screen and (max-width: 768px){
  footer {display:none}





.wrap {
    max-width: 1400px;
    min-width: 768px;
    width: 100%;
    background-repeat: no-repeat scroll;
    background-position: center top;
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


