body {
  font-size: 100%;
  font-family: monospace, sans-serif;
  width: 100%;
}


/* Beginning of Navbar CSS */

.button{
    font-family: Gotham-Bold;
  src: url(./css/Gotham-Bold.otf);
}

body {
  background: rgb(255, 255, 255) no-repeat center center fixed;
background: linear-gradient(180deg, rgb(255, 255, 255rgb(255, 255, 255) 0, 0) 100%);
 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
}
.message-box {
  height: 200px;
  width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: 50px;
  color: #FFF;
  font-family: Roboto;
  font-weight: 300;
}
.message-box h1 {
  font-size: 60px;
  line-height: 46px;
  margin-bottom: 40px;
}
.buttons-con .action-link-wrap {
  margin-top: 40px;
}
.buttons-con .action-link-wrap a {
  background: #68c950;
  padding: 8px 25px;
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px
}
.buttons-con .action-link-wrap a:hover {
  background: #5A5C6C;
  color: #fff;
}

#Polygon-1 , #Polygon-2 , #Polygon-3 , #Polygon-4 , #Polygon-4, #Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}
#Polygon-2 {
  animation-delay: .2s; 
}
#Polygon-3 {
  animation-delay: .4s; 
}
#Polygon-4 {
  animation-delay: .6s; 
}
#Polygon-5 {
  animation-delay: .8s; 
}

@keyframes float {
	100% {
    transform: translateY(20px);
  }
}
@media (max-width: 450px) {
  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -190px;
  }
  .message-box {
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -190px;
    text-align: center;
  }
}
.navbar {
  position: fixed;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 60px;
  width: 100%;
  background: #bbb;
  padding: 10px 20px;
  float: none;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  float: right;
  margin: 0px 10px;
}


/* End of Navbar CSS */


/* Welcome Page */

#welcome-page {
  background-image: url(http://www.bartsalle.nl/wp-content/uploads/2013/12/background-css-750x450.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 700px;
}

#welcome-text {
  text-align: center;
}





.fs {
  font-size: 3em;
}

.img {
  margin: 60px 20px;
  border-radius: 50%;
  height: 550px;
  display: inline-block;
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
}

.title {
  display: inline-block;
  background-color: grey;
  border: #AAA 5px double;
  border-radius: 10px;
  color: blue;
  padding-left: 40px;
  padding-right: 40px;
  text-shadow: 2px 2px 5px #000;
  font-size: 30px;
}

.icon-btn {
  margin: 0 20px;
}