body {
    height: auto;
    width: 100%;
    font-size: 20px;
    font-family: 'Gabriola';
    background-color: black;
    margin: 0px;
}

h1{
  font-size: 2.5rem;
  text-indent: 50px;
}
h3 {
  font-size: 2.0rem;
  text-indent: 40px;
}
p { 
  margin: 0px;
  text-align: left;
  font-size: 1.5rem;
  text-align:justify;
  text-indent: 30px;
}
ul{
  font-size: 1.8rem;
}
li{
  font-size: 1.5rem;
}
button {
  width: 300px;
  height: 80px;
  background: silver;
  color: black;
  font-family: 'Gabriola';
  font-size: 1.8rem;
}
.container {
  display: block;
  color: white;
  width: 100%;
  height: auto;
}

.centered {
  position: absolute;
  margin-top: 30%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}


.workpart
{
  background-color: silver;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  margin: 0px;
  border: none;
  outline: none;
}
.moreinfo
{
    padding: 0px;
    margin-left: 5%;
    width: 90%;
    text-align: justify;
}

.contact
{
  background-color: #000000;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foto-image
{
  text-align: center;
   width: 300px;
   height: auto;
   max-width: 300px;
  padding: 10px;
  margin: 0px;
}
.foto-text
{
  margin-top: 5%;
  max-width: 500px;
  text-align: justify;
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0px;
}

.google-map
{
   margin-top: 5%;
   width: 100%;
   height: 90%;
 }


@media only screen and (max-width: 768px) {
  .workpart {
    display: grid;
    text-align: justify;
  }
  .contact {
    background-color: #000000;
    color: #FFFFFF;
    display: grid;
    align-items: center;
    justify-content: center;
  }
  .foto-text {
    padding: 0px;
    margin-left: 5%;
    width: 90%;
    text-align: justify;
  }
  .foto-image {

    text-align: center;
    padding: 0px;
    margin-left: 5%;
    width: 90%;
  }
}

