#contenttop .gallery,
#contenttop .items,
#contenttop .htmlbox {
    max-width: 1200px;
    margin: 0 auto;
text-align: justify;
padding: 20px;
}
#contenttop h1.pagetitle {
font-weight: 300;
font-size: 1.8em;
line-height: 1.8em;
padding: 20px;
margin-bottom: 40px;
text-align: center;
color: #ffffff;
background-color: #dca7ca;
}
#contenttop h1, #rightytop h1, #rightyl h1{
font-weight: 300;
font-size: 1.6em;
line-height: 1.4em;
padding: 20px;
color: #777777;
border-bottom: 1px solid #f1f1f1;
text-align: center;
}
#contenttop h2 {
font-weight: 300;
font-size: 1.6em;
line-height: 1.4em;
padding: 20px;
color: #777777;
border-bottom: 1px solid #f1f1f1;
text-align: center;
}
.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}
.contactform p, .contactform div.submit {
   text-align: center;
}
.c-buttonlink{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 1em;
line-height: 1.2em;
text-align: center;
padding: 15px 15px;
width: 250px;
color: #333333;
background-color: #ffffff;
border: 1px solid #dca7ca;
}
.c-buttonlink:hover {
border: 1px solid #dca7ca;
color: #333;
background-color: #dca7ca;
}
.c-imagehome{
background-position: 70% 50%;
background-size: cover;
min-height: 700px;
}
.c-buttonlink{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 1em;
line-height: 1.2em;
text-align: center;
padding: 15px 15px;
width: 250px;
color: #333333;
background-color: transparent;
border: 1px solid #606060;
}
.c-buttonlink:hover {
border: 1px solid #dca7ca;
color: #fff;
background-color: #dca7ca;
}
.c-textabovetopmenu{
font-weight: 300;
font-size: 0.9em;
line-height: 1em;
}
.c-titlos1{
font-weight: 600;
font-size: 2.2em;
line-height: 1.6em;
text-align: center;
padding-top: 20px;
margin-bottom: 15px;
}
.c-titlos2{
font-weight: 400;
font-size: 2.2em;
line-height: 1.6em;
text-align: center;
color: #ffffff;
padding: 40px;

}
.c-text1{
font-weight: 300;
font-size: 1.4em;
line-height: 1.6em;
text-align: center;
margin-bottom: 15px;
}
.c-text2{
font-weight: 300;
font-size: 1em;
line-height: 1.6em;
padding-top: 15px;
text-align: center;
}
.c-text3{
font-weight: 300;
font-size: 0.8em;
line-height: 1.3em;
text-align: center;
}
.c-textbelowsite{
font-weight: 300;
font-size: 1.2em;
line-height: 2em;
}
.c-textlinks{
font-weight: 300;
font-size: 1.2em;
line-height: 1.6em;
background-color: #cce9e3;
padding: 20px;
margin-bottom: 2px;
}
.c-textlinks:hover{
background-color: #4fb19b;
color: #ffffff;
}
.c-textlinks a:hover{
background-color: #4fb19b;
color: #ffffff;
}
.c-textlinks a{
text-decoration: none;
color: #333333;
}

/* Testimony box - CSS για εισαγωγικό κείμενο σε σελίδες κειμένου */
.testimony-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 2em;
  margin: 15px auto;
}

.testimony-box h2 {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.5em;
}

.testimony-box p {
  white-space: pre-wrap;
  text-align: justify;
}

#viewer-container {
   width: 100%;
   height: 70vh;
   min-height: 500px;
   overflow: hidden;
   position: relative;
   border-radius: 15px;
   margin-top: 30px;
}
canvas {
   display: block;
}