
* {
  padding: 0px;
  margin: 0px;
}

@font-face {
    font-family: Roboto;
    src: url('../font/RobotoSlab-Regular.ttf');
}

html, body {
  height: 100%;
}


.container-head nav {
  width: 100%;
  height: 25px;
  border-bottom: 1px dashed grey;
  text-align: center;
  word-spacing: 8px;
  margin-top: 5px;
  position: static;

}

.container-head nav ul li {
  display: inline;
  list-style: none;

}

.container-head nav ul li a {
  text-decoration: none;
  color: black;

}

.container-body {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 100%;
  background: url('../images/glass2.png') no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 2;
}

/*
.background {
  background: url('../images/water.jpg') no repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
*/

/*img .glass {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0px auto;
  position: center;
}*/

.inside-glass {
/*  float: left;
  position: relative;
  left: 50%;
  margin-top: 25%; */
  margin: auto;
  padding-top: 10px;
  /*width: 200px;
  height: 300px;
  border: 2px solid red;*/
  text-align: center;
  font-size: 40px;

}

.webdev {
  width: auto;
  height: auto;
  border: 2px dashed grey;
  padding: 3px;
}

.quote-left {
  float: left;
  margin-top: 15%;
  margin-left: 8%;
  /*border: 2px solid green;*/
  width: 220px;
  height: 200px;
  padding: 10px;
  /*border: 2px solid red;*/
  text-align: center;
  font-size: 32px;
}

.quote-right {
  float: right;
  margin-top: 15%;
  margin-right: 8%;
  /*border: 2px solid green;*/
  width: 210px;
  height: 200px;
  padding: 10px;
  /*border: 2px solid red;*/
  text-align: center;
  font-size: 28px;
}

div .about {
  width: 40%;
  height: auto;
  margin: 30px auto;
}
