
body {
  background-color: #ffffff;
  font-family:  "Helvetica Neue",  Roboto,Arial, sans-serif;
}
img {
display: inline-block;
max-width: 100%;
height: auto;
}

p {
  color:#dccbaf;
  font-size: 1.3em;
}

a {
  color:#cdcdcd;
}
.weblink {
  font-size: 1.5em;
  font-weight: bold;
  color:#cdcdcd;
}
.bottom-30 {
  margin-bottom: 30px;
}
.top-30 {
  margin-top: 30px;
}
.construction {
  text-transform: uppercase;
  color:#000;
}
@media (min-width: 576px) {

  .logo {
    max-width:60%;
  }
  .btn-moliere:last-child {
    margin-right:0px;
  }
}

@media (min-width: 768px) {

.logo {
  max-width:50%;
}
}
/*buttons*/
.btn-greenstart {
  border: 1px solid #dccbaf;
  background: transparent;
  padding: 10px;
  margin-right:80px;
}
.btn-greenstart a {
  color : #dccbaf;
  padding: 10px;
}
.btn-greenstart:first-child {
/*  margin-right:80px;*/
}
.btn-greenstart:hover {
  background: #dccbaf;
  color : #090000;
}
.btn-greenstart a:hover {
  background: #dccbaf;
  color : #090000;
  text-decoration: none;;
}
