﻿body {
  padding: 0px;
  margin: 0px;
  background: url('img/bouwe01.jpg');
  }
        
#wrap {
  height: 100%;
  width: 100%;
  font-family: 'Roboto Slab', serif;
  }


h1 {
  margin-top: 0px;
  margin-left: 40%;
  text-transform: uppercase;
  color: #E5E5E5;
  border-bottom: 2px solid grey;
  }

.container {
  display: inline-block;
  padding-top: 30px;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 40px;
  }

.button {
  display: block;
  line-height: 20px;
  border-radius: 15px;
  overflow: hidden;
  width: 124px;
  height: 124px;
  padding-bottom: 0px;
  }

.button-title{
  position: absolute;
  text-align: center;
  color: #E5E5E5;
  z-index: 3;
  width: 124px;
  }

.icon { 
  z-index: 0;
  position: absolute;
  display: block;
  border-radius: 15px;
  -webkit-box-shadow: 0px 20px 20px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 20px 20px rgba(50, 50, 50, 1);
  box-shadow:         0px 30px 50px rgba(50, 50, 50, 1);
  }

.buttons > li {
  float: left;
  padding-bottom: 20px;
  margin-left: 60px;
  list-style: none;
  z-index: 0;
  padding-bottom: 50px;
  }

.button-shadow {
  position: absolute;
  z-index: 2;
  width: auto;
  height: auto;
  opacity: 0.5;
  }

#loading-page {
  position: fixed;
  z-index: 100;
  background: lightgrey;
  height: 100%;
  width: 100%;
  }

#loading-page .ani{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20%;
  }

a {
  color: #BDBDBD;
  }

#footer {
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 20px;
  float: left;
  bottom: 0px;
  }

#footer .left{
  position: relative;
  }

#footer .right {
  float: right;
  }

@media screen and (max-width: 1024px){
  h1 {
    margin-top: 0px;
    margin-left: 0px;
    text-transform: uppercase;
    color: #E5E5E5;
    border-bottom: 2px solid grey;
    text-align: center;
  }
  .container {
    display: inline-block;
    padding-top: 10px;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .buttons > li {
    float: left;
    padding-bottom: 20px;
    margin-left: 0px;
    list-style: none;
    z-index: 0;
    padding-bottom: 50px;
  }
  .button {
    padding-left: 5px;
    padding-right: 5px;
  }
  #footer a {
    color: white;
  }
  #footer {
    z-index: 10;
    position: relative;
    width: 100%;
    height: 20px;
    float: left;
    bottom: 0px;
  }
}