body {
  color: #333;
  font-weight: 400;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
}

a {
  color: #58709d;
}

a:hover {
  color: #58709d;
}

.bg {
  background-image: linear-gradient(to top, #ffd600, #ffd600);
  background-image: linear-gradient(to top, #fed500, #ffec5b);
  background-image: url("img/background1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.title {
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
}

.description {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.titoletto {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .title {
    font-weight: bold;
    font-size: 25px;
    font-family: "Calistoga", cursive;
    line-height: 28px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.logo-gdb {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #ffdd00;
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 10px;
}
