.bg {
  background-color: rgb(207, 241, 177);
}
.main-title {
  position:relative;
  margin-top:50px;
  margin-left: 250px;
  margin-right: 250px;
  text-align: center;
  padding: 12px 25px;
  font-family:'MuseoModerno';
}

.logo {
  display: flex;
  max-width: 200px;
  margin:20px 11px;
  border-style: solid;
  border-radius: 25px;
  border-color: rgb(169, 196, 146);
}

.image {
  width:1250px;
  height:670px;
}

.quotation {
  font-family: 'MuseoModerno';
  font-size: 40px;
  font-weight: bolder;
}

.statement {
  margin: 15px 25px;
  padding: 15px 25px;
  text-align: center;
}

.figcaption {
  color:rgb(32, 112, 249);
  font-size: 20px;
  font-weight: 700;
  margin: 20px 100px;
  padding: 20px 100px;
  text-align: center;
}

.video-cap {
  display: flex;
}

.hr {
  background-color: rgb(4, 79, 4);
  border-color: rgb(4, 79, 4);
  border-width: 2px;
}

.main-title {
  position:relative;
  margin-top:50px;
  margin-left: 250px;
  margin-right: 250px;
  text-align: center;
  padding: 12px 25px;
  font-family:'MuseoModerno';
}

.visual {
  width:1000px;
  height:670px;
  background-color: black;
  margin: 20px 120px;
}

.visual2 {
  width: 70%;
  height: 70%;
  background-color: black;
  margin: 20px 190px;
}

.visual-div {
  background-color: black;
}

.chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius:50%;
}

/*For contact html*/
* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #000000;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/*For response-button */
.div-response-button {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 410px;
  max-width: 500px;
}

.response-button {
  height:65px;
  border-style: solid;
  border-color: rgb(169, 196, 146);
  border-radius: 20px;
  border-width: 2px;
  background-color: #86de5e;
  display:inline;
  margin: 20px 20px;
  padding: 15px 25px;
}

.feedbackQ {
  text-align: center;
  margin: 17px 150px;
  padding: 15px 25px;
}